Uses of Class
com.continuent.tungsten.common.sockets.SocketWrapper

Packages that use SocketWrapper
com.continuent.tungsten.common.sockets   
com.continuent.tungsten.replicator.thl   
 

Uses of SocketWrapper in com.continuent.tungsten.common.sockets
 

Subclasses of SocketWrapper in com.continuent.tungsten.common.sockets
 class ClientSocketWrapper
          Provides a wrapper for client connections via sockets.
 

Methods in com.continuent.tungsten.common.sockets that return SocketWrapper
 SocketWrapper ServerSocketService.accept()
          Accepts a connection the server socket.
 

Uses of SocketWrapper in com.continuent.tungsten.replicator.thl
 

Fields in com.continuent.tungsten.replicator.thl declared as SocketWrapper
protected  SocketWrapper Protocol.socket
           
 

Methods in com.continuent.tungsten.replicator.thl with parameters of type SocketWrapper
 void ConnectorHandler.setSocket(SocketWrapper socket)
          Sets the server value.
 

Constructors in com.continuent.tungsten.replicator.thl with parameters of type SocketWrapper
Protocol(PluginContext context, SocketWrapper socket)
          Creates a new Protocol object
Protocol(PluginContext context, SocketWrapper socket, int resetPeriod)