public class TestRDP extends java.lang.Object implements ClientConnection.MessageCallback, java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
int |
localPort |
static java.lang.String |
remoteHostname |
static int |
remotePort |
static int |
sLocalPort |
static TestRDP |
trdp |
| Constructor and Description |
|---|
TestRDP() |
| Modifier and Type | Method and Description |
|---|---|
void |
connectionReset(ClientConnection con) |
static void |
main(java.lang.String[] args) |
void |
processPacket(ClientConnection con,
AOByteBuffer buf) |
void |
run() |
public int localPort
public static TestRDP trdp
public static java.lang.String remoteHostname
public static int remotePort
public static int sLocalPort
public void connectionReset(ClientConnection con)
connectionReset in interface ClientConnection.MessageCallbackpublic void processPacket(ClientConnection con, AOByteBuffer buf)
processPacket in interface ClientConnection.MessageCallbackpublic void run()
run in interface java.lang.Runnablepublic static void main(java.lang.String[] args)