Uses of Interface
org.jboss.netty.channel.socket.SocketChannelConfig
-
Packages that use SocketChannelConfig 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). -
-
Uses of SocketChannelConfig in org.jboss.netty.channel.socket
Classes in org.jboss.netty.channel.socket that implement SocketChannelConfig Modifier and Type Class Description classDefaultSocketChannelConfigThe defaultSocketChannelConfigimplementation.Methods in org.jboss.netty.channel.socket that return SocketChannelConfig Modifier and Type Method Description SocketChannelConfigSocketChannel. getConfig() -
Uses of SocketChannelConfig in org.jboss.netty.channel.socket.http
Classes in org.jboss.netty.channel.socket.http that implement SocketChannelConfig Modifier and Type Class Description classHttpTunnelingSocketChannelConfigTheChannelConfigof a client-side HTTP tunnelingSocketChannel. -
Uses of SocketChannelConfig in org.jboss.netty.channel.socket.nio
Subinterfaces of SocketChannelConfig in org.jboss.netty.channel.socket.nio Modifier and Type Interface Description interfaceNioSocketChannelConfigASocketChannelConfigfor a NIO TCP/IPSocketChannel.Classes in org.jboss.netty.channel.socket.nio that implement SocketChannelConfig Modifier and Type Class Description (package private) classDefaultNioSocketChannelConfigThe defaultNioSocketChannelConfigimplementation. -
Uses of SocketChannelConfig in org.jboss.netty.channel.socket.oio
Fields in org.jboss.netty.channel.socket.oio declared as SocketChannelConfig Modifier and Type Field Description private SocketChannelConfigOioSocketChannel. configMethods in org.jboss.netty.channel.socket.oio that return SocketChannelConfig Modifier and Type Method Description SocketChannelConfigOioSocketChannel. getConfig()
-