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 |
Modifier and Type | Method and Description |
---|---|
LocalAddress |
LocalServerChannel.localAddress() |
LocalAddress |
LocalChannel.localAddress() |
LocalAddress |
LocalServerChannel.remoteAddress() |
LocalAddress |
LocalChannel.remoteAddress() |
Modifier and Type | Method and Description |
---|---|
int |
LocalAddress.compareTo(LocalAddress o) |
Copyright © 2008–2017 The Netty Project. All rights reserved.