Uses of Class
org.objectweb.joram.mom.proxies.tcp.IOControl

Packages that use IOControl
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 IOControl in org.objectweb.joram.mom.proxies.tcp
 

Fields in org.objectweb.joram.mom.proxies.tcp declared as IOControl
private  IOControl TcpWriter.ioctrl
           
private  IOControl TcpReader.ioctrl
           
private  IOControl TcpConnection.ioctrl
           
 

Constructors in org.objectweb.joram.mom.proxies.tcp with parameters of type IOControl
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)
          Creates a new reader.
TcpWriter(IOControl ioctrl, AckedQueue replyQueue, TcpConnection tcpConnection)
          Creates a new writer.
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.