Uses of Interface
seda.sandStorm.lib.aSocket.aSocketConst

Packages that use aSocketConst
seda.sandStorm.lib.aSocket   
 

Uses of aSocketConst in seda.sandStorm.lib.aSocket
 

Classes in seda.sandStorm.lib.aSocket that implement aSocketConst
(package private)  class aSocketRCTMSleep
          aSocketRCTMSleep is a version of aSocketThreadManager that incorporates a rate controller: given a target packet-processing rate, it adjusts its schedule to attempt to match that rate.
(package private)  class aSocketThreadManager
          aSocketThreadManager provides a thread manager for the aSocket layer: one thread for each of the read, write, and listen stages.
 class DatagramSockState
          Internal class used to represent state of an active datagram socket.
 class SockState
          Internal class used to represent state of an active socket connection.
(package private)  class WriteEventHandler
          Internal event handler used to handle socket write events.