public class RDPServer
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static int |
activeChannelCalls
machinery to count select and active channel calls
|
static int |
resendTimeoutMS
maximum time (in milliseconds) a packet can be in the resend queue before
the connection closes itself - defaults to 30 seconds
|
static int |
resendTimerMS
how often we resend packets
|
static int |
retransmits |
static int |
selectCalls |
static int |
transmits |
Modifier and Type | Method and Description |
---|---|
void |
processNewConnection(RDPServerSocket serverSocket,
RDPPacket packet)
there is a socket listening on the port for this packet. process if it is
a new connection rdp packet
|
void |
run()
starts the server listens to incoming packets
|
static void |
setCounterLogging(boolean enable) |
static void |
startRDPServer() |
public static int resendTimeoutMS
public static int resendTimerMS
public static int activeChannelCalls
public static int selectCalls
public static int transmits
public static int retransmits
public void run()
run
in interface java.lang.Runnable
public void processNewConnection(RDPServerSocket serverSocket, RDPPacket packet)
public static void startRDPServer()
public static void setCounterLogging(boolean enable)