public class TestRDPServer extends java.lang.Object implements ClientConnection.AcceptCallback, ClientConnection.MessageCallback
Modifier and Type | Field and Description |
---|---|
static TestRDPServer |
testServer |
Constructor and Description |
---|
TestRDPServer() |
Modifier and Type | Method and Description |
---|---|
void |
acceptConnection(ClientConnection con) |
void |
connectionReset(ClientConnection con) |
static void |
main(java.lang.String[] args) |
void |
processPacket(ClientConnection con,
AOByteBuffer buf) |
public static TestRDPServer testServer
public void connectionReset(ClientConnection con)
connectionReset
in interface ClientConnection.MessageCallback
public void acceptConnection(ClientConnection con)
acceptConnection
in interface ClientConnection.AcceptCallback
public void processPacket(ClientConnection con, AOByteBuffer buf)
processPacket
in interface ClientConnection.MessageCallback
public static void main(java.lang.String[] args)