| Modifier and Type | Method and Description |
|---|---|
ChannelAddress |
ChannelManager.getAddress() |
ChannelAddress |
ChannelManagerImpl.getAddress() |
ChannelAddress |
ChannelAddress.ChannelAddressType.unmarshall(FormatReader mFormat)
Unmarshall this type from a message input object.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|
ChannelListener(java.nio.channels.ServerSocketChannel inServSock,
ChannelAddress inListenAddr,
ChannelProtocolFactory inProtocolFactory) |
ChannelManagerImpl(ChannelAddress inAddr,
java.nio.channels.ByteChannel inChannel,
ChannelProtocol inProtocol) |
| Modifier and Type | Class and Description |
|---|---|
class |
TCPChannelAddr
A socket implementation of NodeAddress.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UDPChannelAddr
A socket implementation of NodeAddress.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelAddress |
NodeDetailsBase.getAddress() |
ChannelAddress |
NodeDetails.getAddress() |
| Constructor and Description |
|---|
NodeDetailsBase(ChannelAddress inAddr) |
| Constructor and Description |
|---|
RouterDetails(ChannelAddress inAddress) |
| Constructor and Description |
|---|
GIPlacementDetails(ChannelAddress inAddress) |
| Constructor and Description |
|---|
GIResourceDetails(ChannelAddress inAddress) |
| Constructor and Description |
|---|
GIStreamingDetails(ChannelAddress inAddress) |
| Constructor and Description |
|---|
SynapseDHTDetails(ChannelAddress inAddress) |