Package | Description |
---|---|
org.objectweb.joram.mom.proxies.tcp |
The
org.objectweb.joram.mom.proxies.tcp package provides a proxy accessible through the TCP communication protocol. |
Modifier and Type | Field and Description |
---|---|
private IOControl |
TcpWriter.ioctrl |
private IOControl |
TcpReader.ioctrl |
private IOControl |
TcpConnection.ioctrl |
Constructor and 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.
|
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.