|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcpProxyService | |
---|---|
org.objectweb.joram.mom.proxies.tcp | The org.objectweb.joram.mom.proxies.tcp package provides a proxy accessible through the TCP communication protocol. |
Uses of TcpProxyService in org.objectweb.joram.mom.proxies.tcp |
---|
Subclasses of TcpProxyService in org.objectweb.joram.mom.proxies.tcp | |
---|---|
class |
SSLTcpProxyService
Starts a SSLTCP entry point for MOM clients. |
Fields in org.objectweb.joram.mom.proxies.tcp declared as TcpProxyService | |
---|---|
private static TcpProxyService |
TcpProxyService.proxyService
The proxy service reference (used to stop it). |
private TcpProxyService |
TcpConnectionListener.proxyService
The TCP proxy service |
private TcpProxyService |
TcpConnection.proxyService
The TCP proxy service used to register and unregister this connection. |
Constructors in org.objectweb.joram.mom.proxies.tcp with parameters of type TcpProxyService | |
---|---|
TcpConnection(IOControl ioctrl,
ReliableConnectionContext ctx,
AgentId proxyId,
TcpProxyService proxyService,
Identity identity)
Creates a new TCP connection. |
|
TcpConnectionListener(TcpProxyService proxyService,
int timeout)
Creates a new connection listener |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |