|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TcpIpConnectionMgr | |
|---|---|
| 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.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,
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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||