Uses of Class
org.objectweb.joram.mom.proxies.tcp.TcpConnection
-
Packages that use TcpConnection 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 TcpConnection in org.objectweb.joram.mom.proxies.tcp
Fields in org.objectweb.joram.mom.proxies.tcp declared as TcpConnection Modifier and Type Field Description private TcpConnectionTcpReader. tcpConnectionThe TCP connection that started this reader.private TcpConnectionTcpWriter. tcpConnectionThe TCP connection that started this writer.Fields in org.objectweb.joram.mom.proxies.tcp with type parameters of type TcpConnection Modifier and Type Field Description private Vector<TcpConnection>TcpProxyService. connectionsThe list of opened connectionsMethods in org.objectweb.joram.mom.proxies.tcp that return TcpConnection Modifier and Type Method Description (package private) TcpConnectionTcpProxyService. getConnection(AgentId proxyId, int key)Methods in org.objectweb.joram.mom.proxies.tcp with parameters of type TcpConnection Modifier and Type Method Description (package private) voidTcpProxyService. registerConnection(TcpConnection tcpConnection)(package private) voidTcpProxyService. unregisterConnection(TcpConnection tcpConnection)Constructors in org.objectweb.joram.mom.proxies.tcp with parameters of type TcpConnection Constructor Description 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.
-