Package org.jboss.netty.channel.local
package org.jboss.netty.channel.local
A virtual transport that enables the communication between the two
parties in the same virtual machine.
-
ClassDescriptionThe default
LocalClientChannelFactory
implementation.The defaultLocalServerChannelFactory
implementation.An endpoint in the local transport.AChannel
for the local transport.AChannelFactory
that creates a client-sideLocalChannel
.AServerChannel
for the local transport.AServerChannelFactory
that creates aLocalServerChannel
.