Uses of Interface
org.objectweb.jonathan.apis.protocols.ip.TcpIpConnectionMgr

Packages that use TcpIpConnectionMgr
org.objectweb.david.libs.resources.giop Provides an implementation for GIOP TCP/IP connection management. 
org.objectweb.jonathan.libs.protocols.tcpip Provides a set of classes giving access to the TCP/IP protocol stack. 
org.objectweb.jonathan.libs.resources.tcpip Provides a default implementation for TCP/IP connection management. 
 

Uses of TcpIpConnectionMgr in org.objectweb.david.libs.resources.giop
 

Classes in org.objectweb.david.libs.resources.giop that implement TcpIpConnectionMgr
 class GIOPConnectionFactory
          GIOP connection factory: it extends JConnectionManager to let the appropriate messages be sent when a server connection is closed.
 

Constructors in org.objectweb.david.libs.resources.giop with parameters of type TcpIpConnectionMgr
GIOPConnectionFactory(TcpIpConnectionMgr connection_manager)
           
 

Uses of TcpIpConnectionMgr in org.objectweb.jonathan.libs.protocols.tcpip
 

Fields in org.objectweb.jonathan.libs.protocols.tcpip declared as TcpIpConnectionMgr
protected  TcpIpConnectionMgr TcpIpProtocol.connection_mgr
          connection manager
 

Constructors in org.objectweb.jonathan.libs.protocols.tcpip with parameters of type TcpIpConnectionMgr
TcpIpProtocol(TcpIpConnectionMgr connection_mgr, Scheduler scheduler, ChunkFactory chunk_factory, MarshallerFactory mf, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory)
          Constructs a new instance of TcpIpProtocol.
 

Uses of TcpIpConnectionMgr in org.objectweb.jonathan.libs.resources.tcpip
 

Classes in org.objectweb.jonathan.libs.resources.tcpip that implement TcpIpConnectionMgr
 class IPv4ConnectionFactory
          Implementation of an IP V4 connection factory.
 class JConnectionMgr
          Default implementation of a connection manager and factory.
 

Fields in org.objectweb.jonathan.libs.resources.tcpip declared as TcpIpConnectionMgr
protected  TcpIpConnectionMgr JConnectionMgr.factory
           
 

Constructors in org.objectweb.jonathan.libs.resources.tcpip with parameters of type TcpIpConnectionMgr
JConnectionMgr(int max_idle, TcpIpConnectionMgr connection_factory)
          Returns a new connection manager