Uses of Class
io.netty.channel.socket.InternetProtocolFamily
-
Packages that use InternetProtocolFamily Package Description io.netty.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API.io.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of InternetProtocolFamily in io.netty.channel.socket
Methods in io.netty.channel.socket that return InternetProtocolFamily Modifier and Type Method Description static InternetProtocolFamilyInternetProtocolFamily. of(InetAddress address)Deprecated.Returns theInternetProtocolFamilyfor the givenInetAddress.static InternetProtocolFamilyInternetProtocolFamily. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static InternetProtocolFamily[]InternetProtocolFamily. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InternetProtocolFamily in io.netty.channel.socket.nio
Constructors in io.netty.channel.socket.nio with parameters of type InternetProtocolFamily Constructor Description NioDatagramChannel(InternetProtocolFamily ipFamily)Deprecated.NioDatagramChannel(SelectorProvider provider, InternetProtocolFamily ipFamily)Deprecated.NioServerSocketChannel(SelectorProvider provider, InternetProtocolFamily family)Deprecated.NioSocketChannel(SelectorProvider provider, InternetProtocolFamily family)Deprecated.
-