Uses of Class
seda.sandStorm.lib.aSocket.ATcpServerSocket

Packages that use ATcpServerSocket
<Unnamed>   
seda.sandStorm.lib.aSocket   
seda.sandStorm.lib.http   
 

Uses of ATcpServerSocket in <Unnamed>
 

Fields in <Unnamed> declared as ATcpServerSocket
(package private)  ATcpServerSocket Bandwidth.servsock
           
(package private)  ATcpServerSocket Pingpong.servsock
           
 

Uses of ATcpServerSocket in seda.sandStorm.lib.aSocket
 

Fields in seda.sandStorm.lib.aSocket declared as ATcpServerSocket
 ATcpServerSocket ATcpServerSocketClosedEvent.server_socket
           
(package private)  ATcpServerSocket ATcpCloseServerRequest.servsock
           
 ATcpServerSocket ATcpListenRequest.servsock
           
(package private)  ATcpServerSocket ATcpResumeAcceptRequest.servsock
           
(package private)  ATcpServerSocket ATcpSuspendAcceptRequest.servsock
           
protected  ATcpServerSocket ListenSockState.servsock
           
 ATcpServerSocket ATcpListenFailedEvent.theSocket
           
 ATcpServerSocket ATcpListenSuccessEvent.theSocket
           
 

Methods in seda.sandStorm.lib.aSocket that return ATcpServerSocket
 ATcpServerSocket ATcpConnection.getServerSocket()
          Return the ATcpServerSocket from which this connection came.
 ATcpServerSocket ATcpListenFailedEvent.getSocket()
          Return the ATcpServerSocket for which the listen failed.
 ATcpServerSocket ATcpListenSuccessEvent.getSocket()
          Return the ATcpServerSocket for which the listen succeeded.
 

Constructors in seda.sandStorm.lib.aSocket with parameters of type ATcpServerSocket
ATcpCloseServerRequest(ATcpServerSocket servsock)
           
ATcpConnection(ATcpServerSocket servSock, java.net.InetAddress address, int port)
           
ATcpListenFailedEvent(ATcpServerSocket sock, java.lang.String message)
           
ATcpListenRequest(ATcpServerSocket servsock, int port, SinkIF compQ, int writeClogThreshold)
           
ATcpListenSuccessEvent(ATcpServerSocket sock)
           
ATcpResumeAcceptRequest(ATcpServerSocket servsock)
           
ATcpServerSocketClosedEvent(ATcpServerSocket sock)
           
ATcpSuspendAcceptRequest(ATcpServerSocket servsock)
           
 

Uses of ATcpServerSocket in seda.sandStorm.lib.http
 

Fields in seda.sandStorm.lib.http declared as ATcpServerSocket
protected  ATcpServerSocket httpServer.servsock
           
 

Methods in seda.sandStorm.lib.http that return ATcpServerSocket
 ATcpServerSocket httpServer.getServerSocket()
          Return the server socket being used by this httpServer.