Uses of Interface
org.jboss.netty.channel.socket.ServerSocketChannel

Packages that use ServerSocketChannel
org.jboss.netty.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API. 
org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). 
org.jboss.netty.channel.socket.oio 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 ServerSocketChannel
 ServerSocketChannel ServerSocketChannelFactory.newChannel(ChannelPipeline pipeline)
           
 

Uses of ServerSocketChannel in org.jboss.netty.channel.socket.nio
 

Methods in org.jboss.netty.channel.socket.nio that return ServerSocketChannel
 ServerSocketChannel NioServerSocketChannelFactory.newChannel(ChannelPipeline pipeline)
           
 

Uses of ServerSocketChannel in org.jboss.netty.channel.socket.oio
 

Methods in org.jboss.netty.channel.socket.oio that return ServerSocketChannel
 ServerSocketChannel OioServerSocketChannelFactory.newChannel(ChannelPipeline pipeline)
           
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.