| 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 | Method and Description |
|---|---|
protected LocalChannel |
LocalServerChannel.newLocalChannel(LocalChannel peer)
A factory method for
LocalChannels. |
| Modifier and Type | Method and Description |
|---|---|
protected LocalChannel |
LocalServerChannel.newLocalChannel(LocalChannel peer)
A factory method for
LocalChannels. |
| Constructor and Description |
|---|
LocalChannel(LocalServerChannel parent,
LocalChannel peer) |
Copyright © 2008–2025 The Netty Project. All rights reserved.