multiverse.server.network.rdp
Class TestRDP

java.lang.Object
  extended by multiverse.server.network.rdp.TestRDP
All Implemented Interfaces:
Runnable, ClientConnection.MessageCallback

public class TestRDP
extends Object
implements ClientConnection.MessageCallback, Runnable


Field Summary
 int localPort
           
static String remoteHostname
           
static int remotePort
           
static int sLocalPort
           
static TestRDP trdp
           
 
Constructor Summary
TestRDP()
           
 
Method Summary
 void connectionReset(ClientConnection con)
           
static void main(String[] args)
           
 void processPacket(ClientConnection con, MVByteBuffer buf)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localPort

public int localPort

trdp

public static TestRDP trdp

remoteHostname

public static String remoteHostname

remotePort

public static int remotePort

sLocalPort

public static int sLocalPort
Constructor Detail

TestRDP

public TestRDP()
Method Detail

connectionReset

public void connectionReset(ClientConnection con)
Specified by:
connectionReset in interface ClientConnection.MessageCallback

processPacket

public void processPacket(ClientConnection con,
                          MVByteBuffer buf)
Specified by:
processPacket in interface ClientConnection.MessageCallback

run

public void run()
Specified by:
run in interface Runnable

main

public static void main(String[] args)