Uses of Package
org.jboss.netty.channel.socket
-
Packages that use org.jboss.netty.channel.socket Package Description org.jboss.netty.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API.org.jboss.netty.channel.socket.http An HTTP-based client-sideSocketChanneland 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).org.jboss.netty.example.proxy -
Classes in org.jboss.netty.channel.socket used by org.jboss.netty.channel.socket Class Description DatagramChannel A UDP/IPChannelwhich is created byDatagramChannelFactory.DatagramChannelConfig AChannelConfigfor aDatagramChannel.InternetProtocolFamily Internet Protocol (IP) familiesServerSocketChannel A TCP/IPServerChannelwhich accepts incoming TCP/IP connections.ServerSocketChannelConfig AChannelConfigfor aServerSocketChannel.SocketChannel A TCP/IP socketChannelwhich was either accepted byServerSocketChannelor created byClientSocketChannelFactory.SocketChannelConfig AChannelConfigfor aSocketChannel. -
Classes in org.jboss.netty.channel.socket used by org.jboss.netty.channel.socket.http Class Description ClientSocketChannelFactory AChannelFactorywhich creates a client-sideSocketChannel.SocketChannel A TCP/IP socketChannelwhich was either accepted byServerSocketChannelor created byClientSocketChannelFactory.SocketChannelConfig AChannelConfigfor aSocketChannel. -
Classes in org.jboss.netty.channel.socket used by org.jboss.netty.channel.socket.oio Class Description ClientSocketChannelFactory AChannelFactorywhich creates a client-sideSocketChannel.DatagramChannel A UDP/IPChannelwhich is created byDatagramChannelFactory.DatagramChannelConfig AChannelConfigfor aDatagramChannel.DatagramChannelFactory AChannelFactorywhich creates aDatagramChannel.ServerSocketChannel A TCP/IPServerChannelwhich accepts incoming TCP/IP connections.ServerSocketChannelConfig AChannelConfigfor aServerSocketChannel.ServerSocketChannelFactory AChannelFactorywhich creates aServerSocketChannel.SocketChannel A TCP/IP socketChannelwhich was either accepted byServerSocketChannelor created byClientSocketChannelFactory.SocketChannelConfig AChannelConfigfor aSocketChannel.Worker AWorkeris responsible to dispatch IO operations -
Classes in org.jboss.netty.channel.socket used by org.jboss.netty.example.proxy Class Description ClientSocketChannelFactory AChannelFactorywhich creates a client-sideSocketChannel.