Package org.jboss.netty.channel.local
Interface LocalServerChannelFactory
-
- All Superinterfaces:
ChannelFactory,ExternalResourceReleasable,ServerChannelFactory
- All Known Implementing Classes:
DefaultLocalServerChannelFactory
public interface LocalServerChannelFactory extends ServerChannelFactory
AServerChannelFactorythat creates aLocalServerChannel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalServerChannelnewChannel(ChannelPipeline pipeline)-
Methods inherited from interface org.jboss.netty.channel.ChannelFactory
releaseExternalResources, shutdown
-
-
-
-
Method Detail
-
newChannel
LocalServerChannel newChannel(ChannelPipeline pipeline)
Description copied from interface:ChannelFactory- Specified by:
newChannelin interfaceChannelFactory- Specified by:
newChannelin interfaceServerChannelFactory- Parameters:
pipeline- theChannelPipelinewhich is going to be attached to the newChannel- Returns:
- the newly open channel
-
-