Package org.jboss.netty.channel.local
Interface LocalClientChannelFactory
- All Superinterfaces:
ChannelFactory
,ExternalResourceReleasable
- All Known Implementing Classes:
DefaultLocalClientChannelFactory
A
ChannelFactory
that creates a client-side LocalChannel
.-
Method Summary
Methods inherited from interface org.jboss.netty.channel.ChannelFactory
releaseExternalResources, shutdown
-
Method Details
-
newChannel
Description copied from interface:ChannelFactory
- Specified by:
newChannel
in interfaceChannelFactory
- Parameters:
pipeline
- theChannelPipeline
which is going to be attached to the newChannel
- Returns:
- the newly open channel
-