| 程序包 | 说明 |
|---|---|
| org.jboss.netty.channel.local |
A virtual transport that enables the communication between the two
parties in the same virtual machine.
|
| 类和说明 |
|---|
| LocalAddress
An endpoint in the local transport.
|
| LocalChannel
A
Channel for the local transport. |
| LocalClientChannelFactory
A
ChannelFactory that creates a client-side LocalChannel. |
| LocalServerChannel
A
ServerChannel for the local transport. |
| LocalServerChannelFactory
A
ServerChannelFactory that creates a LocalServerChannel. |