Uses of Class
org.objectweb.joram.mom.proxies.ReliableConnectionContext
-
Packages that use ReliableConnectionContext 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 ReliableConnectionContext in org.objectweb.joram.mom.proxies.tcp
Fields in org.objectweb.joram.mom.proxies.tcp declared as ReliableConnectionContext Modifier and Type Field Description private ReliableConnectionContextTcpConnection. ctxConstructors in org.objectweb.joram.mom.proxies.tcp with parameters of type ReliableConnectionContext Constructor Description TcpConnection(IOControl ioctrl, ReliableConnectionContext ctx, AgentId proxyId, TcpProxyService proxyService, Identity identity)Creates a new TCP connection.
-