Uses of Class
org.objectweb.joram.mom.proxies.tcp.IOControl
-
Packages that use IOControl 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 IOControl in org.objectweb.joram.mom.proxies.tcp
Fields in org.objectweb.joram.mom.proxies.tcp declared as IOControl Modifier and Type Field Description private IOControlTcpConnection. ioctrlprivate IOControlTcpReader. ioctrlprivate IOControlTcpWriter. ioctrlConstructors in org.objectweb.joram.mom.proxies.tcp with parameters of type IOControl Constructor Description TcpConnection(IOControl ioctrl, ReliableConnectionContext ctx, AgentId proxyId, TcpProxyService proxyService, Identity identity)Creates a new TCP connection.TcpReader(IOControl ioctrl, AgentId proxyId, TcpConnection tcpConnection, boolean closeConnection, ConnectionContext ctx)Creates a new reader.TcpWriter(IOControl ioctrl, AckedQueue replyQueue, TcpConnection tcpConnection)Creates a new writer.
-