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

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

Fields in org.objectweb.joram.mom.proxies.tcp declared as TcpConnection
private  TcpConnection TcpWriter.tcpConnection
          The TCP connection that started this writer.
private  TcpConnection TcpReader.tcpConnection
          The TCP connection that started this reader.
 

Methods in org.objectweb.joram.mom.proxies.tcp that return TcpConnection
(package private)  TcpConnection TcpProxyService.getConnection(AgentId proxyId, int key)
           
 

Methods in org.objectweb.joram.mom.proxies.tcp with parameters of type TcpConnection
(package private)  void TcpProxyService.registerConnection(TcpConnection tcpConnection)
           
(package private)  void TcpProxyService.unregisterConnection(TcpConnection tcpConnection)
           
 

Constructors in org.objectweb.joram.mom.proxies.tcp with parameters of type TcpConnection
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.