Uses of Class
io.netty.channel.DefaultChannelConfig
Packages that use DefaultChannelConfig
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
Abstract SCTP socket interfaces which extend the core channel API.
Abstract TCP and UDP socket interfaces which extend the core channel API.
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
UDT Transport.
-
Uses of DefaultChannelConfig in io.netty.channel.epoll
Subclasses of DefaultChannelConfig in io.netty.channel.epollModifier and TypeClassDescriptionclassfinal classfinal classfinal classclassfinal classfinal class -
Uses of DefaultChannelConfig in io.netty.channel.kqueue
Subclasses of DefaultChannelConfig in io.netty.channel.kqueueModifier and TypeClassDescriptionclassfinal classfinal classfinal classclassclassfinal class -
Uses of DefaultChannelConfig in io.netty.channel.sctp
Subclasses of DefaultChannelConfig in io.netty.channel.sctpModifier and TypeClassDescriptionclassThe defaultSctpChannelConfigimplementation for SCTP.classThe defaultSctpServerChannelConfigimplementation for SCTP. -
Uses of DefaultChannelConfig in io.netty.channel.socket
Subclasses of DefaultChannelConfig in io.netty.channel.socketModifier and TypeClassDescriptionclassThe defaultDatagramChannelConfigimplementation.classThe defaultServerSocketChannelConfigimplementation.classThe defaultSocketChannelConfigimplementation. -
Uses of DefaultChannelConfig in io.netty.channel.socket.oio
Subclasses of DefaultChannelConfig in io.netty.channel.socket.oioModifier and TypeClassDescriptionclassDeprecated.use NIO / EPOLL / KQUEUE transport.classDeprecated.use NIO / EPOLL / KQUEUE transport. -
Uses of DefaultChannelConfig in io.netty.channel.udt
Subclasses of DefaultChannelConfig in io.netty.channel.udtModifier and TypeClassDescriptionclassDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed.