Uses of Class
org.objectweb.joram.mom.proxies.tcp.TcpProxyService
-
Packages that use TcpProxyService Package Description org.objectweb.joram.mom.proxies.tcp Theorg.objectweb.joram.mom.proxies.tcppackage 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 Modifier and Type Class Description classSSLTcpProxyServiceStarts a SSL entry point for JMS clients.Fields in org.objectweb.joram.mom.proxies.tcp declared as TcpProxyService Modifier and Type Field Description private TcpProxyServiceTcpConnection. proxyServiceThe TCP proxy service used to register and unregister this connection.private TcpProxyServiceTcpConnectionListener. proxyServiceThe TCP proxy serviceprivate static TcpProxyServiceTcpProxyService. proxyServiceThe proxy service reference (used to stop it).Constructors in org.objectweb.joram.mom.proxies.tcp with parameters of type TcpProxyService Constructor Description TcpConnection(IOControl ioctrl, ReliableConnectionContext ctx, AgentId proxyId, TcpProxyService proxyService, Identity identity)Creates a new TCP connection.TcpConnectionListener(TcpProxyService proxyService, String name, int timeout)Creates a new connection listener
-