Package org.jboss.netty.channel
Interface ServerChannelFactory
- All Superinterfaces:
ChannelFactory,ExternalResourceReleasable
- All Known Subinterfaces:
LocalServerChannelFactory,ServerSocketChannelFactory
- All Known Implementing Classes:
DefaultLocalServerChannelFactory,NioServerSocketChannelFactory,OioServerSocketChannelFactory
A
ChannelFactory that creates a ServerChannel.-
Method Summary
Methods inherited from interface org.jboss.netty.channel.ChannelFactory
releaseExternalResources, shutdown
-
Method Details
-
newChannel
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
-