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

Packages that use SockState
seda.sandStorm.lib.aSocket   
seda.sandStorm.lib.aSocket.nbio   
seda.sandStorm.lib.aSocket.nio   
 

Uses of SockState in seda.sandStorm.lib.aSocket
 

Fields in seda.sandStorm.lib.aSocket declared as SockState
 SockState ATcpConnection.sockState
           
 

Methods in seda.sandStorm.lib.aSocket that return SockState
protected abstract  SockState aSocketImplFactory.newSockState(ATcpConnection conn, java.net.Socket nbsock, int writeClogThreshold)
           
 

Uses of SockState in seda.sandStorm.lib.aSocket.nbio
 

Subclasses of SockState in seda.sandStorm.lib.aSocket.nbio
(package private)  class SockState
          Internal class used to represent state of an active socket connection.
 

Methods in seda.sandStorm.lib.aSocket.nbio that return SockState
protected  SockState NBIOFactory.newSockState(ATcpConnection conn, java.net.Socket nbsock, int writeClogThreshold)
           
 

Uses of SockState in seda.sandStorm.lib.aSocket.nio
 

Methods in seda.sandStorm.lib.aSocket.nio that return SockState
protected  SockState NIOFactory.newSockState(ATcpConnection conn, java.net.Socket nbsock, int writeClogThreshold)