Uses of Package
org.jboss.netty.channel.socket
Packages that use org.jboss.netty.channel.socket
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).
-
Classes in org.jboss.netty.channel.socket used by org.jboss.netty.channel.socketClassDescriptionA UDP/IP
Channel
which is created byDatagramChannelFactory
.AChannelConfig
for aDatagramChannel
.Internet Protocol (IP) familiesA TCP/IPServerChannel
which accepts incoming TCP/IP connections.AChannelConfig
for aServerSocketChannel
.A TCP/IP socketChannel
which was either accepted byServerSocketChannel
or created byClientSocketChannelFactory
.AChannelConfig
for aSocketChannel
. -
Classes in org.jboss.netty.channel.socket used by org.jboss.netty.channel.socket.httpClassDescriptionA
ChannelFactory
which creates a client-sideSocketChannel
.A TCP/IP socketChannel
which was either accepted byServerSocketChannel
or created byClientSocketChannelFactory
.AChannelConfig
for aSocketChannel
. -
Classes in org.jboss.netty.channel.socket used by org.jboss.netty.channel.socket.nioClassDescriptionA
ChannelFactory
which creates a client-sideSocketChannel
.A UDP/IPChannel
which is created byDatagramChannelFactory
.AChannelConfig
for aDatagramChannel
.AChannelFactory
which creates aDatagramChannel
.The defaultDatagramChannelConfig
implementation.The defaultSocketChannelConfig
implementation.Internet Protocol (IP) familiesA TCP/IPServerChannel
which accepts incoming TCP/IP connections.AChannelConfig
for aServerSocketChannel
.AChannelFactory
which creates aServerSocketChannel
.A TCP/IP socketChannel
which was either accepted byServerSocketChannel
or created byClientSocketChannelFactory
.AChannelConfig
for aSocketChannel
.AWorker
is responsible to dispatch IO operations -
Classes in org.jboss.netty.channel.socket used by org.jboss.netty.channel.socket.oioClassDescriptionA
ChannelFactory
which creates a client-sideSocketChannel
.A UDP/IPChannel
which is created byDatagramChannelFactory
.AChannelConfig
for aDatagramChannel
.AChannelFactory
which creates aDatagramChannel
.A TCP/IPServerChannel
which accepts incoming TCP/IP connections.AChannelConfig
for aServerSocketChannel
.AChannelFactory
which creates aServerSocketChannel
.A TCP/IP socketChannel
which was either accepted byServerSocketChannel
or created byClientSocketChannelFactory
.AChannelConfig
for aSocketChannel
.AWorker
is responsible to dispatch IO operations -
Classes in org.jboss.netty.channel.socket used by org.jboss.netty.example.proxy