org.opengts.util
Interface ServerSocketThread.SessionInfo

All Known Implementing Classes:
ServerSocketThread.ServerSessionThread
Enclosing class:
ServerSocketThread

public static interface ServerSocketThread.SessionInfo

SessionInfo


Method Summary
 int getAvailableBytes()
           
 java.net.InetAddress getInetAddress()
           
 int getLocalPort()
           
 long getReadByteCount()
           
 int getRemotePort()
           
 long getWriteByteCount()
           
 boolean isTCP()
           
 boolean isUDP()
           
 boolean tcpWrite(byte[] data)
           
 

Method Detail

getLocalPort

int getLocalPort()

isTCP

boolean isTCP()

isUDP

boolean isUDP()

getAvailableBytes

int getAvailableBytes()

getInetAddress

java.net.InetAddress getInetAddress()

getRemotePort

int getRemotePort()

tcpWrite

boolean tcpWrite(byte[] data)

getReadByteCount

long getReadByteCount()

getWriteByteCount

long getWriteByteCount()