| org.datashare.DataReceiverInterface
All known Subclasses: org.datashare.DataReceiverAdapter, org.datashare.DataShareServer,
DataReceiverInterface | public interface DataReceiverInterface (Code) | | this interface is to be implemented by any object that wishes to receive the data
from our sockets. Used by the server only.
author: Charles Wood version: 1.0 |
connectionLost | void connectionLost(SocketAdapter ts)(Code) | | this method is called when the data connection has been lost
|
getNextPort | int getNextPort()(Code) | | used to get the next port number to try for a Channel, used if problems are
encountered with the provided port number
|
lostServerSocket | void lostServerSocket(String serverKeyValue)(Code) | | called when the serverSocket is lost
|
newConnection | void newConnection(SocketAdapter ts)(Code) | | called when a new connection is made to this port
|
|
|