Property | Type | Description | |
---|---|---|---|
AllSockets | |||
BA | BufferAllocator | ||
ErrorSocks | |||
ListenSock | Socket | ||
ReadSocks | |||
Run | bool | ||
TAA | |||
TEL | |||
WriteSocks |
Property | Type | Description | |
---|---|---|---|
TIMEOUT_MS | int | ||
_con_socks | |||
_sock_to_constate | |||
_sock_to_rs | |||
_socks_to_send |
Method | Description | |
---|---|---|
AddCreationState ( Socket s, CreationState cs ) : void | ||
AddEdge ( |
||
AddSendWaiter ( Socket s ) : void | ||
FlushSocket ( Socket s ) : void | ||
GetEdge ( Socket s ) : |
||
GetReceiveState ( Socket s ) : |
||
RemoveEdge ( |
||
Select ( ) : void | ||
SocketState ( |
||
TakeCreationState ( Socket s ) : CreationState |
public AddCreationState ( Socket s, CreationState cs ) : void | ||
s | Socket | |
cs | CreationState | |
return | void |
public GetReceiveState ( Socket s ) : |
||
s | Socket | |
return |
public SocketState ( |
||
tel | ||
return | System |
public TakeCreationState ( Socket s ) : CreationState | ||
s | Socket | |
return | CreationState |
public ArrayList,System.Collections AllSockets | ||
return |
public ArrayList,System.Collections ErrorSocks | ||
return |
public ArrayList,System.Collections ReadSocks | ||
return |
public ArrayList,System.Collections WriteSocks | ||
return |
protected ArrayList,System.Collections _con_socks | ||
return |
protected ListDictionary,System.Collections.Specialized _sock_to_constate | ||
return |
protected Hashtable,System.Collections _sock_to_rs | ||
return |