public interface ServerConnectionRuntime extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
long | 
getBytesReceivedCount()
Returns the total number of bytes recieved by this connection. 
 | 
long | 
getBytesSentCount()
Returns the total number of bytes sent by this connection. 
 | 
long | 
getConnectTime()
Returns the time this connection was created. 
 | 
long | 
getMessagesReceivedCount()
Returns the number of messages recieved by this connection. 
 | 
long | 
getMessagesSentCount()
Returns the number of messages sent by this connection. 
 | 
SocketRuntime | 
getSocketRuntime()
Get socket information for this channel. 
 | 
long getBytesReceivedCount()
long getBytesSentCount()
long getConnectTime()
long getMessagesReceivedCount()
long getMessagesSentCount()
SocketRuntime getSocketRuntime()