| 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 |
|---|---|
private LocalChannel |
LocalChannel.peer |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<LocalChannel,Future> |
LocalChannel.FINISH_READ_FUTURE_UPDATER |
| Modifier and Type | Method and Description |
|---|---|
protected LocalChannel |
LocalServerChannel.newLocalChannel(LocalChannel peer)
A factory method for
LocalChannels. |
(package private) LocalChannel |
LocalServerChannel.serve(LocalChannel peer) |
| Modifier and Type | Method and Description |
|---|---|
private void |
LocalChannel.finishPeerRead(LocalChannel peer) |
private void |
LocalChannel.finishPeerRead0(LocalChannel peer) |
protected LocalChannel |
LocalServerChannel.newLocalChannel(LocalChannel peer)
A factory method for
LocalChannels. |
private void |
LocalChannel.runFinishPeerReadTask(LocalChannel peer) |
(package private) LocalChannel |
LocalServerChannel.serve(LocalChannel peer) |
private void |
LocalServerChannel.serve0(LocalChannel child) |
| Constructor and Description |
|---|
LocalChannel(LocalServerChannel parent,
LocalChannel peer) |