| 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 | Class and Description |
|---|---|
(package private) class |
DefaultLocalServerChannel |
| Modifier and Type | Method and Description |
|---|---|
LocalServerChannel |
DefaultLocalServerChannelFactory.newChannel(ChannelPipeline pipeline) |
LocalServerChannel |
LocalServerChannelFactory.newChannel(ChannelPipeline pipeline) |
| Constructor and Description |
|---|
DefaultLocalChannel(LocalServerChannel parent,
ChannelFactory factory,
ChannelPipeline pipeline,
ChannelSink sink,
DefaultLocalChannel pairedChannel) |