|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatavism.server.network.rdp.RDPServer
public class RDPServer
Field Summary | |
---|---|
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
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int resendTimeoutMS
public static int resendTimerMS
public static int activeChannelCalls
public static int selectCalls
public static int transmits
public static int retransmits
Method Detail |
---|
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)
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |