Package org.jboss.netty.channel.socket
Interface ServerSocketChannelFactory
- All Superinterfaces:
ChannelFactory
,ExternalResourceReleasable
,ServerChannelFactory
- All Known Implementing Classes:
NioServerSocketChannelFactory
,OioServerSocketChannelFactory
A
ChannelFactory
which creates a ServerSocketChannel
.-
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
- Specified by:
newChannel
in interfaceServerChannelFactory
- Parameters:
pipeline
- theChannelPipeline
which is going to be attached to the newChannel
- Returns:
- the newly open channel
-