Uses of Interface
io.netty.channel.socket.SocketChannel
Packages that use SocketChannel
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).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
OCSP stapling,
formally known as the TLS Certificate Status Request extension, is an
alternative approach to the Online Certificate Status Protocol (OCSP)
for checking the revocation status of X.509 digital certificates.
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 SocketChannel in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement SocketChannelModifier and TypeClassDescriptionfinal class
SocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance. -
Uses of SocketChannel in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement SocketChannel -
Uses of SocketChannel in io.netty.channel.socket
Constructors in io.netty.channel.socket with parameters of type SocketChannelModifierConstructorDescriptionDefaultSocketChannelConfig
(SocketChannel channel, Socket javaSocket) Creates a new instance. -
Uses of SocketChannel in io.netty.channel.socket.nio
Classes in io.netty.channel.socket.nio that implement SocketChannelModifier and TypeClassDescriptionclass
SocketChannel
which uses NIO selector based implementation. -
Uses of SocketChannel in io.netty.channel.socket.oio
Classes in io.netty.channel.socket.oio that implement SocketChannelModifier and TypeClassDescriptionclass
Deprecated.use NIO / EPOLL / KQUEUE transport.Constructors in io.netty.channel.socket.oio with parameters of type SocketChannelModifierConstructorDescriptionDefaultOioSocketChannelConfig
(SocketChannel channel, Socket javaSocket) Deprecated. -
Uses of SocketChannel in io.netty.handler.ssl.ocsp
Fields in io.netty.handler.ssl.ocsp with type parameters of type SocketChannelModifier and TypeFieldDescriptionprivate final ChannelFactory
<SocketChannel> IoTransport.socketChannel
Methods in io.netty.handler.ssl.ocsp that return types with arguments of type SocketChannelMethods in io.netty.handler.ssl.ocsp with parameters of type SocketChannelModifier and TypeMethodDescriptionprotected void
OcspClient.Initializer.initChannel
(SocketChannel socketChannel) Method parameters in io.netty.handler.ssl.ocsp with type arguments of type SocketChannelModifier and TypeMethodDescriptionstatic IoTransport
IoTransport.create
(EventLoop eventLoop, ChannelFactory<SocketChannel> socketChannel, ChannelFactory<DatagramChannel> datagramChannel) Create a newIoTransport
instanceConstructor parameters in io.netty.handler.ssl.ocsp with type arguments of type SocketChannelModifierConstructorDescriptionprivate
IoTransport
(EventLoop eventLoop, ChannelFactory<SocketChannel> socketChannel, ChannelFactory<DatagramChannel> datagramChannel) -
Uses of SocketChannel in io.netty.resolver.dns
Fields in io.netty.resolver.dns with type parameters of type SocketChannelModifier and TypeFieldDescriptionprivate ChannelFactory
<? extends SocketChannel> DnsNameResolverBuilder.socketChannelFactory
Method parameters in io.netty.resolver.dns with type arguments of type SocketChannelModifier and TypeMethodDescriptionDnsNameResolverBuilder.socketChannelFactory
(ChannelFactory<? extends SocketChannel> channelFactory) DnsNameResolverBuilder.socketChannelFactory
(ChannelFactory<? extends SocketChannel> channelFactory, boolean retryOnTimeout) DnsNameResolverBuilder.socketChannelType
(Class<? extends SocketChannel> channelType) DnsNameResolverBuilder.socketChannelType
(Class<? extends SocketChannel> channelType, boolean retryOnTimeout)