Uses of Interface
io.netty.channel.Channel.Unsafe
Packages that use Channel.Unsafe
Package
Description
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
A virtual
Channel
that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context.Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
A virtual transport that enables the communication between the two
parties in the same virtual machine.
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Handlers for sending and receiving HTTP/2 frames.
-
Uses of Channel.Unsafe in io.netty.bootstrap
Classes in io.netty.bootstrap that implement Channel.Unsafe -
Uses of Channel.Unsafe in io.netty.channel
Classes in io.netty.channel that implement Channel.UnsafeModifier and TypeClassDescriptionprotected class
Channel.Unsafe
implementation which sub-classes must extend and use.private final class
Fields in io.netty.channel declared as Channel.UnsafeModifier and TypeFieldDescriptionprivate final Channel.Unsafe
AbstractChannel.unsafe
private final Channel.Unsafe
DefaultChannelPipeline.HeadContext.unsafe
Methods in io.netty.channel that return Channel.Unsafe -
Uses of Channel.Unsafe in io.netty.channel.embedded
Classes in io.netty.channel.embedded that implement Channel.UnsafeFields in io.netty.channel.embedded declared as Channel.UnsafeModifier and TypeFieldDescription(package private) final Channel.Unsafe
EmbeddedChannel.EmbeddedUnsafe.wrapped
Methods in io.netty.channel.embedded that return Channel.Unsafe -
Uses of Channel.Unsafe in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement Channel.UnsafeModifier and TypeClassDescriptionprotected class
(package private) final class
(package private) class
(package private) final class
(package private) final class
private final class
private final class
-
Uses of Channel.Unsafe in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement Channel.UnsafeModifier and TypeClassDescriptionclass
(package private) final class
(package private) class
(package private) final class
(package private) final class
private final class
private final class
-
Uses of Channel.Unsafe in io.netty.channel.local
Classes in io.netty.channel.local that implement Channel.Unsafe -
Uses of Channel.Unsafe in io.netty.channel.nio
Subinterfaces of Channel.Unsafe in io.netty.channel.nioModifier and TypeInterfaceDescriptionstatic interface
SpecialChannel.Unsafe
sub-type which allows to access the underlyingSelectableChannel
Classes in io.netty.channel.nio that implement Channel.UnsafeModifier and TypeClassDescriptionprotected class
protected class
private final class
-
Uses of Channel.Unsafe in io.netty.channel.oio
Classes in io.netty.channel.oio that implement Channel.UnsafeModifier and TypeClassDescriptionprivate final class
Deprecated. -
Uses of Channel.Unsafe in io.netty.channel.socket.nio
Classes in io.netty.channel.socket.nio that implement Channel.UnsafeModifier and TypeClassDescriptionprivate final class
private final class
-
Uses of Channel.Unsafe in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Channel.UnsafeModifier and TypeClassDescriptionprivate final class
Methods in io.netty.handler.codec.http2 that return Channel.Unsafe