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 TcpConnection |
TcpWriter.tcpConnection
The TCP connection that started this writer.
|
private TcpConnection |
TcpReader.tcpConnection
The TCP connection that started this reader.
|
Modifier and Type | Method and Description |
---|---|
(package private) TcpConnection |
TcpProxyService.getConnection(AgentId proxyId,
int key) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
TcpProxyService.registerConnection(TcpConnection tcpConnection) |
(package private) void |
TcpProxyService.unregisterConnection(TcpConnection tcpConnection) |
Constructor and 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.
|
Copyright © 2020 ScalAgent D.T.. All rights reserved.