| Package | Description |
|---|---|
| org.jboss.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 |
|---|---|
(package private) DefaultLocalChannel |
DefaultLocalChannel.pairedChannel |
| Modifier and Type | Method and Description |
|---|---|
private static void |
LocalClientChannelSink.bind(DefaultLocalChannel channel,
ChannelFuture future,
LocalAddress localAddress) |
private void |
LocalClientChannelSink.connect(DefaultLocalChannel channel,
ChannelFuture future,
LocalAddress remoteAddress) |
| Constructor and Description |
|---|
DefaultLocalChannel(LocalServerChannel parent,
ChannelFactory factory,
ChannelPipeline pipeline,
ChannelSink sink,
DefaultLocalChannel pairedChannel) |