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
Channelwhich is created byDatagramChannelFactory.AChannelConfigfor aDatagramChannel.Internet Protocol (IP) familiesA TCP/IPServerChannelwhich accepts incoming TCP/IP connections.AChannelConfigfor aServerSocketChannel.A TCP/IP socketChannelwhich was either accepted byServerSocketChannelor created byClientSocketChannelFactory.AChannelConfigfor aSocketChannel. -
Classes in org.jboss.netty.channel.socket used by org.jboss.netty.channel.socket.httpClassDescriptionA
ChannelFactorywhich creates a client-sideSocketChannel.A TCP/IP socketChannelwhich was either accepted byServerSocketChannelor created byClientSocketChannelFactory.AChannelConfigfor aSocketChannel. -
Classes in org.jboss.netty.channel.socket used by org.jboss.netty.channel.socket.nioClassDescriptionA
ChannelFactorywhich creates a client-sideSocketChannel.A UDP/IPChannelwhich is created byDatagramChannelFactory.AChannelConfigfor aDatagramChannel.AChannelFactorywhich creates aDatagramChannel.The defaultDatagramChannelConfigimplementation.The defaultSocketChannelConfigimplementation.Internet Protocol (IP) familiesA TCP/IPServerChannelwhich accepts incoming TCP/IP connections.AChannelConfigfor aServerSocketChannel.AChannelFactorywhich creates aServerSocketChannel.A TCP/IP socketChannelwhich was either accepted byServerSocketChannelor created byClientSocketChannelFactory.AChannelConfigfor aSocketChannel.AWorkeris responsible to dispatch IO operations -
Classes in org.jboss.netty.channel.socket used by org.jboss.netty.channel.socket.oioClassDescriptionA
ChannelFactorywhich creates a client-sideSocketChannel.A UDP/IPChannelwhich is created byDatagramChannelFactory.AChannelConfigfor aDatagramChannel.AChannelFactorywhich creates aDatagramChannel.A TCP/IPServerChannelwhich accepts incoming TCP/IP connections.AChannelConfigfor aServerSocketChannel.AChannelFactorywhich creates aServerSocketChannel.A TCP/IP socketChannelwhich was either accepted byServerSocketChannelor created byClientSocketChannelFactory.AChannelConfigfor aSocketChannel.AWorkeris responsible to dispatch IO operations -
Classes in org.jboss.netty.channel.socket used by org.jboss.netty.example.proxy