Uses of Interface
org.jboss.netty.channel.socket.SocketChannel
Packages that use SocketChannel
Package
Description
Abstract TCP and UDP socket interfaces which extend the core channel API.
An HTTP-based client-side
SocketChannel
and its corresponding server-side Servlet implementation that make your
existing server application work in a firewalled network.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 SocketChannel in org.jboss.netty.channel.socket
Methods in org.jboss.netty.channel.socket that return SocketChannelModifier and TypeMethodDescriptionClientSocketChannelFactory.newChannel
(ChannelPipeline pipeline) -
Uses of SocketChannel in org.jboss.netty.channel.socket.http
Classes in org.jboss.netty.channel.socket.http that implement SocketChannelFields in org.jboss.netty.channel.socket.http declared as SocketChannelModifier and TypeFieldDescription(package private) final SocketChannel
HttpTunnelingClientSocketChannel.realChannel
(package private) final SocketChannel
HttpTunnelingClientSocketChannel.ServletChannelHandler.virtualChannel
Methods in org.jboss.netty.channel.socket.http that return SocketChannelModifier and TypeMethodDescriptionHttpTunnelingClientSocketChannelFactory.newChannel
(ChannelPipeline pipeline) -
Uses of SocketChannel in org.jboss.netty.channel.socket.nio
Classes in org.jboss.netty.channel.socket.nio that implement SocketChannelModifier and TypeClassDescription(package private) final class
(package private) final class
class
Methods in org.jboss.netty.channel.socket.nio that return SocketChannelModifier and TypeMethodDescriptionNioClientSocketChannelFactory.newChannel
(ChannelPipeline pipeline) -
Uses of SocketChannel in org.jboss.netty.channel.socket.oio
Classes in org.jboss.netty.channel.socket.oio that implement SocketChannelModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
Methods in org.jboss.netty.channel.socket.oio that return SocketChannelModifier and TypeMethodDescriptionOioClientSocketChannelFactory.newChannel
(ChannelPipeline pipeline)