Uses of Class
org.jboss.netty.channel.AbstractChannelSink
-
Packages that use AbstractChannelSink Package Description org.jboss.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine.org.jboss.netty.channel.socket.http An HTTP-based client-sideSocketChannel
and its corresponding server-side Servlet implementation that make your existing server application work in a firewalled network.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 AbstractChannelSink in org.jboss.netty.channel.local
Subclasses of AbstractChannelSink in org.jboss.netty.channel.local Modifier and Type Class Description (package private) class
LocalClientChannelSink
(package private) class
LocalServerChannelSink
-
Uses of AbstractChannelSink in org.jboss.netty.channel.socket.http
Subclasses of AbstractChannelSink in org.jboss.netty.channel.socket.http Modifier and Type Class Description (package private) class
HttpTunnelingClientSocketPipelineSink
-
Uses of AbstractChannelSink in org.jboss.netty.channel.socket.nio
Subclasses of AbstractChannelSink in org.jboss.netty.channel.socket.nio Modifier and Type Class Description class
AbstractNioChannelSink
(package private) class
NioClientSocketPipelineSink
(package private) class
NioDatagramPipelineSink
Receives downstream events from aChannelPipeline
.(package private) class
NioServerSocketPipelineSink
-
Uses of AbstractChannelSink in org.jboss.netty.channel.socket.oio
Subclasses of AbstractChannelSink in org.jboss.netty.channel.socket.oio Modifier and Type Class Description class
AbstractOioChannelSink
(package private) class
OioClientSocketPipelineSink
(package private) class
OioDatagramPipelineSink
(package private) class
OioServerSocketPipelineSink
-