Uses of Enum
io.netty.channel.socket.InternetProtocolFamily
Packages that use InternetProtocolFamily
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
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).
Unix specific transport.
DNS codec.
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
-
Uses of InternetProtocolFamily in io.netty.channel.epoll
Methods in io.netty.channel.epoll with parameters of type InternetProtocolFamilyModifier and TypeMethodDescriptionstatic LinuxSocketLinuxSocket.newSocketDgram(InternetProtocolFamily family) Deprecated.static LinuxSocketLinuxSocket.newSocketStream(InternetProtocolFamily protocol) Deprecated.Constructors in io.netty.channel.epoll with parameters of type InternetProtocolFamilyModifierConstructorDescriptionDeprecated.Deprecated.EpollSocketChannel(InternetProtocolFamily protocol) Deprecated. -
Uses of InternetProtocolFamily in io.netty.channel.kqueue
Constructors in io.netty.channel.kqueue with parameters of type InternetProtocolFamilyModifierConstructorDescriptionKQueueDatagramChannel(InternetProtocolFamily protocol) Deprecated.KQueueSocketChannel(InternetProtocolFamily protocol) Deprecated.useinvalid reference
KQueueDatagramChannel(SocketProtocolFamily) -
Uses of InternetProtocolFamily in io.netty.channel.socket
Subclasses with type arguments of type InternetProtocolFamily in io.netty.channel.socketMethods in io.netty.channel.socket that return InternetProtocolFamilyModifier and TypeMethodDescriptionstatic InternetProtocolFamilyInternetProtocolFamily.of(InetAddress address) Deprecated.Returns theInternetProtocolFamilyfor the givenInetAddress.static InternetProtocolFamilyDeprecated.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 InternetProtocolFamilyModifierConstructorDescriptionNioDatagramChannel(InternetProtocolFamily ipFamily) Deprecated.NioDatagramChannel(SelectorProvider provider, InternetProtocolFamily ipFamily) Deprecated.NioServerSocketChannel(SelectorProvider provider, InternetProtocolFamily family) Deprecated.NioSocketChannel(SelectorProvider provider, InternetProtocolFamily family) Deprecated. -
Uses of InternetProtocolFamily in io.netty.channel.unix
Methods in io.netty.channel.unix with parameters of type InternetProtocolFamilyModifier and TypeMethodDescriptionprotected static intSocket.newSocketDgram0(InternetProtocolFamily family) Deprecated.protected static intSocket.newSocketStream0(InternetProtocolFamily protocol) Deprecated.static booleanSocket.shouldUseIpv6(InternetProtocolFamily family) Deprecated. -
Uses of InternetProtocolFamily in io.netty.handler.codec.dns
Constructors in io.netty.handler.codec.dns with parameters of type InternetProtocolFamilyModifierConstructorDescriptionDefaultDnsOptEcsRecord(int maxPayloadSize, InternetProtocolFamily protocolFamily) Deprecated. -
Uses of InternetProtocolFamily in io.netty.resolver.dns
Methods in io.netty.resolver.dns with parameters of type InternetProtocolFamilyModifier and TypeMethodDescriptionstatic ResolvedAddressTypesDnsNameResolverBuilder.computeResolvedAddressTypes(InternetProtocolFamily... internetProtocolFamilies)
LinuxSocket.newSocketDgram(SocketProtocolFamily)