Uses of Class
io.netty.channel.DefaultChannelConfig
-
Packages that use DefaultChannelConfig Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport.io.netty.channel.sctp Abstract SCTP socket interfaces which extend the core channel API.io.netty.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API.io.netty.channel.socket.oio Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).io.netty.channel.udt UDT Transport. -
-
Uses of DefaultChannelConfig in io.netty.channel.epoll
Subclasses of DefaultChannelConfig in io.netty.channel.epoll Modifier and Type Class Description class
EpollChannelConfig
class
EpollDatagramChannelConfig
class
EpollDomainDatagramChannelConfig
class
EpollDomainSocketChannelConfig
class
EpollServerChannelConfig
class
EpollServerSocketChannelConfig
class
EpollSocketChannelConfig
-
Uses of DefaultChannelConfig in io.netty.channel.kqueue
Subclasses of DefaultChannelConfig in io.netty.channel.kqueue Modifier and Type Class Description class
KQueueChannelConfig
class
KQueueDatagramChannelConfig
class
KQueueDomainDatagramChannelConfig
class
KQueueDomainSocketChannelConfig
class
KQueueServerChannelConfig
class
KQueueServerSocketChannelConfig
class
KQueueSocketChannelConfig
-
Uses of DefaultChannelConfig in io.netty.channel.sctp
Subclasses of DefaultChannelConfig in io.netty.channel.sctp Modifier and Type Class Description class
DefaultSctpChannelConfig
The defaultSctpChannelConfig
implementation for SCTP.class
DefaultSctpServerChannelConfig
The defaultSctpServerChannelConfig
implementation for SCTP. -
Uses of DefaultChannelConfig in io.netty.channel.socket
Subclasses of DefaultChannelConfig in io.netty.channel.socket Modifier and Type Class Description class
DefaultDatagramChannelConfig
The defaultDatagramChannelConfig
implementation.class
DefaultServerSocketChannelConfig
The defaultServerSocketChannelConfig
implementation.class
DefaultSocketChannelConfig
The defaultSocketChannelConfig
implementation. -
Uses of DefaultChannelConfig in io.netty.channel.socket.oio
Subclasses of DefaultChannelConfig in io.netty.channel.socket.oio Modifier and Type Class Description class
DefaultOioServerSocketChannelConfig
Deprecated.use NIO / EPOLL / KQUEUE transport.class
DefaultOioSocketChannelConfig
Deprecated.use NIO / EPOLL / KQUEUE transport. -
Uses of DefaultChannelConfig in io.netty.channel.udt
Subclasses of DefaultChannelConfig in io.netty.channel.udt Modifier and Type Class Description class
DefaultUdtChannelConfig
Deprecated.The UDT transport is no longer maintained and will be removed.class
DefaultUdtServerChannelConfig
Deprecated.The UDT transport is no longer maintained and will be removed.
-