Package | Description |
---|---|
io.netty.channel.local |
A virtual transport that enables the communication between the two
parties in the same virtual machine.
|
Modifier and Type | Field and Description |
---|---|
static LocalAddress |
LocalAddress.ANY |
private LocalAddress |
LocalServerChannel.localAddress |
private LocalAddress |
LocalChannel.localAddress |
private LocalAddress |
LocalChannel.remoteAddress |
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentMap<LocalAddress,Channel> |
LocalChannelRegistry.boundChannels |
Modifier and Type | Method and Description |
---|---|
LocalAddress |
LocalServerChannel.localAddress() |
LocalAddress |
LocalChannel.localAddress() |
(package private) static LocalAddress |
LocalChannelRegistry.register(Channel channel,
LocalAddress oldLocalAddress,
java.net.SocketAddress localAddress) |
LocalAddress |
LocalServerChannel.remoteAddress() |
LocalAddress |
LocalChannel.remoteAddress() |
Modifier and Type | Method and Description |
---|---|
int |
LocalAddress.compareTo(LocalAddress o) |
(package private) static LocalAddress |
LocalChannelRegistry.register(Channel channel,
LocalAddress oldLocalAddress,
java.net.SocketAddress localAddress) |
(package private) static void |
LocalChannelRegistry.unregister(LocalAddress localAddress) |