| |
|
| java.lang.Object org.datashare.SocketAdapter org.datashare.TcpSocket
close | public void close()(Code) | | close socket, stop thread, and notify server
|
getType | int getType()(Code) | | returns the type socket for this instance
|
run | public void run()(Code) | | our thread loops while receiving data from Client
|
sendData | void sendData(DataShareObject dsObject)(Code) | | call this method when data is to be sent over this connection, puts it into a queue
so it can be sent from a xmit thread
|
stopThreadAndCloseSocket | void stopThreadAndCloseSocket()(Code) | | closes socket and stops this thread
|
xmitData | protected void xmitData(DataShareObject dsObject)(Code) | | this is the method that actually sends the data
|
|
|
|