Package org.jboss.netty.channel.local
Interface LocalClientChannelFactory
-
- All Superinterfaces:
ChannelFactory,ExternalResourceReleasable
- All Known Implementing Classes:
DefaultLocalClientChannelFactory
public interface LocalClientChannelFactory extends ChannelFactory
AChannelFactorythat creates a client-sideLocalChannel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalChannelnewChannel(ChannelPipeline pipeline)-
Methods inherited from interface org.jboss.netty.channel.ChannelFactory
releaseExternalResources, shutdown
-
-
-
-
Method Detail
-
newChannel
LocalChannel newChannel(ChannelPipeline pipeline)
Description copied from interface:ChannelFactory- Specified by:
newChannelin interfaceChannelFactory- Parameters:
pipeline- theChannelPipelinewhich is going to be attached to the newChannel- Returns:
- the newly open channel
-
-