| 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 |
LocalChannel.localAddress |
private LocalAddress |
LocalServerChannel.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 |
LocalChannel.localAddress() |
LocalAddress |
LocalServerChannel.localAddress() |
(package private) static LocalAddress |
LocalChannelRegistry.register(Channel channel,
LocalAddress oldLocalAddress,
java.net.SocketAddress localAddress) |
LocalAddress |
LocalChannel.remoteAddress() |
LocalAddress |
LocalServerChannel.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) |