Uses of Enum
org.jboss.netty.channel.socket.InternetProtocolFamily
Packages that use InternetProtocolFamily
Package
Description
Abstract TCP and UDP socket interfaces which extend the core channel API.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
-
Uses of InternetProtocolFamily in org.jboss.netty.channel.socket
Methods in org.jboss.netty.channel.socket that return InternetProtocolFamilyModifier and TypeMethodDescriptionstatic InternetProtocolFamilyReturns the enum constant of this type with the specified name.static InternetProtocolFamily[]InternetProtocolFamily.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InternetProtocolFamily in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as InternetProtocolFamilyModifier and TypeFieldDescriptionprivate final InternetProtocolFamilyNioDatagramChannelFactory.familyMethods in org.jboss.netty.channel.socket.nio with parameters of type InternetProtocolFamilyModifier and TypeMethodDescriptionstatic ProtocolFamilyProtocolFamilyConverter.convert(InternetProtocolFamily family) Convert theInternetProtocolFamily.private static DatagramChannelNioDatagramChannel.openNonBlockingChannel(InternetProtocolFamily family) Constructors in org.jboss.netty.channel.socket.nio with parameters of type InternetProtocolFamilyModifierConstructorDescription(package private)NioDatagramChannel(ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink, NioDatagramWorker worker, InternetProtocolFamily family) NioDatagramChannelFactory(Executor workerExecutor, int workerCount, InternetProtocolFamily family) Creates a new instance.NioDatagramChannelFactory(Executor workerExecutor, InternetProtocolFamily family) Creates a new instance.Create a newNioDatagramChannelFactorywith aExecutors.newCachedThreadPool().NioDatagramChannelFactory(WorkerPool<NioDatagramWorker> workerPool, InternetProtocolFamily family) Creates a new instance.