Uses of Interface
org.jboss.netty.channel.socket.ServerSocketChannel
Packages that use ServerSocketChannel
Package
Description
Abstract TCP and UDP socket interfaces which extend the core channel API.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
-
Uses of ServerSocketChannel in org.jboss.netty.channel.socket
Methods in org.jboss.netty.channel.socket that return ServerSocketChannelModifier and TypeMethodDescriptionServerSocketChannelFactory.newChannel
(ChannelPipeline pipeline) -
Uses of ServerSocketChannel in org.jboss.netty.channel.socket.nio
Classes in org.jboss.netty.channel.socket.nio that implement ServerSocketChannelMethods in org.jboss.netty.channel.socket.nio that return ServerSocketChannelModifier and TypeMethodDescriptionNioServerSocketChannelFactory.newChannel
(ChannelPipeline pipeline) -
Uses of ServerSocketChannel in org.jboss.netty.channel.socket.oio
Classes in org.jboss.netty.channel.socket.oio that implement ServerSocketChannelMethods in org.jboss.netty.channel.socket.oio that return ServerSocketChannelModifier and TypeMethodDescriptionOioServerSocketChannelFactory.newChannel
(ChannelPipeline pipeline)