| Package | Description |
|---|---|
| ds.funnel.data.channel | |
| ds.funnel.data.channel.tcp | |
| ds.funnel.data.channel.udp | |
| ds.funnel.data.msglink.protocol3 |
| Modifier and Type | Method and Description |
|---|---|
ChannelProtocol |
ChannelProtocolFactory.createProtocol() |
ChannelProtocol |
ChannelManager.getProtocol() |
ChannelProtocol |
ChannelManagerImpl.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
abstract ChannelManager |
ChannelAddress.connect(java.nio.channels.ByteChannel inChannel,
ChannelProtocol inProtocol)
Completes a connection made to the node.
|
abstract ChannelManager |
ChannelAddress.connect(ChannelProtocol inProtocol)
Opens a new connection to the node.
|
void |
ChannelManager.finishConnect(ChannelAddress inAddress,
ChannelProtocol inProtocol)
Finish the connection process by updating the address and protocol.
|
void |
ChannelManagerImpl.finishConnect(ChannelAddress inAddr,
ChannelProtocol inProtocol) |
| Constructor and Description |
|---|
ChannelManagerImpl(ChannelAddress inAddr,
java.nio.channels.ByteChannel inChannel,
ChannelProtocol inProtocol) |
| Modifier and Type | Method and Description |
|---|---|
ChannelManager |
TCPChannelAddr.connect(java.nio.channels.ByteChannel inChannel,
ChannelProtocol inProtocol) |
ChannelManager |
TCPChannelAddr.connect(ChannelProtocol inProtocol) |
| Modifier and Type | Method and Description |
|---|---|
ChannelManager |
UDPChannelAddr.connect(java.nio.channels.ByteChannel inChannel,
ChannelProtocol inProtocol) |
ChannelManager |
UDPChannelAddr.connect(ChannelProtocol inProtocol) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageProtocol |
| Modifier and Type | Method and Description |
|---|---|
ChannelProtocol |
MessageLinkFactory.createProtocol() |