Atavism Version 2018.1AGIS API

atavism.server.network.rdp
Class RDPServer

java.lang.Object
  extended by atavism.server.network.rdp.RDPServer
All Implemented Interfaces:
java.lang.Runnable

public class RDPServer
extends java.lang.Object
implements java.lang.Runnable


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

resendTimeoutMS

public static int resendTimeoutMS
maximum time (in milliseconds) a packet can be in the resend queue before the connection closes itself - defaults to 30 seconds


resendTimerMS

public static int resendTimerMS
how often we resend packets


activeChannelCalls

public static int activeChannelCalls
machinery to count select and active channel calls


selectCalls

public static int selectCalls

transmits

public static int transmits

retransmits

public static int retransmits
Method Detail

run

public void run()
starts the server listens to incoming packets

Specified by:
run in interface java.lang.Runnable

processNewConnection

public 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


startRDPServer

public static void startRDPServer()

setCounterLogging

public static void setCounterLogging(boolean enable)


Copyright © 2018 Dragonsan Studios Sp. z o.o.