Uses of Class
io.netty.channel.AbstractChannel.AbstractUnsafe
Packages that use AbstractChannel.AbstractUnsafe
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).
-
Uses of AbstractChannel.AbstractUnsafe in io.netty.bootstrap
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.bootstrapMethods in io.netty.bootstrap that return AbstractChannel.AbstractUnsafeModifier and TypeMethodDescriptionprotected AbstractChannel.AbstractUnsafe
FailedChannel.newUnsafe()
-
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channelMethods in io.netty.channel that return AbstractChannel.AbstractUnsafeModifier and TypeMethodDescriptionprotected abstract AbstractChannel.AbstractUnsafe
AbstractChannel.newUnsafe()
Create a newAbstractChannel.AbstractUnsafe
instance which will be used for the life-time of theChannel
protected AbstractChannel.AbstractUnsafe
AbstractServerChannel.newUnsafe()
-
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.embedded
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channel.embeddedMethods in io.netty.channel.embedded that return AbstractChannel.AbstractUnsafeModifier and TypeMethodDescriptionprotected AbstractChannel.AbstractUnsafe
EmbeddedChannel.newUnsafe()
-
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.epoll
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channel.epollModifier 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 AbstractChannel.AbstractUnsafe in io.netty.channel.kqueue
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channel.kqueueModifier 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 AbstractChannel.AbstractUnsafe in io.netty.channel.local
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channel.localMethods in io.netty.channel.local that return AbstractChannel.AbstractUnsafeModifier and TypeMethodDescriptionprotected AbstractChannel.AbstractUnsafe
LocalChannel.newUnsafe()
-
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.nio
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channel.nioModifier and TypeClassDescriptionprotected class
protected class
private final class
-
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.oio
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channel.oioModifier and TypeClassDescriptionprivate final class
Deprecated.Methods in io.netty.channel.oio that return AbstractChannel.AbstractUnsafeModifier and TypeMethodDescriptionprotected AbstractChannel.AbstractUnsafe
AbstractOioChannel.newUnsafe()
Deprecated. -
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.socket.nio
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channel.socket.nioModifier and TypeClassDescriptionprivate final class
private final class