Uses of Class
io.netty.channel.AbstractChannel.AbstractUnsafe
Packages that use AbstractChannel.AbstractUnsafe
Package
Description
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.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).
A serial and parallel port communication transport based on RXTX.
io_uring is a high I/O performance scalable interface for fully
asynchronous Linux syscalls.
-
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel
Methods in io.netty.channel that return AbstractChannel.AbstractUnsafeModifier and TypeMethodDescriptionprotected abstract AbstractChannel.AbstractUnsafeAbstractChannel.newUnsafe()Create a newAbstractChannel.AbstractUnsafeinstance which will be used for the life-time of theChannelprotected AbstractChannel.AbstractUnsafeAbstractServerChannel.newUnsafe() -
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.embedded
Methods in io.netty.channel.embedded that return AbstractChannel.AbstractUnsafeModifier and TypeMethodDescriptionprotected AbstractChannel.AbstractUnsafeEmbeddedChannel.newUnsafe() -
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.local
Methods in io.netty.channel.local that return AbstractChannel.AbstractUnsafeModifier and TypeMethodDescriptionprotected AbstractChannel.AbstractUnsafeLocalChannel.newUnsafe()protected AbstractChannel.AbstractUnsafeLocalServerChannel.newUnsafe() -
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.nio
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channel.nioModifier and TypeClassDescriptionprotected classprotected class -
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.oio
Methods in io.netty.channel.oio that return AbstractChannel.AbstractUnsafeModifier and TypeMethodDescriptionprotected AbstractChannel.AbstractUnsafeAbstractOioChannel.newUnsafe()Deprecated. -
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.rxtx
Methods in io.netty.channel.rxtx that return AbstractChannel.AbstractUnsafeModifier and TypeMethodDescriptionprotected AbstractChannel.AbstractUnsafeRxtxChannel.newUnsafe()Deprecated. -
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.uring
Methods in io.netty.channel.uring that return AbstractChannel.AbstractUnsafeModifier and TypeMethodDescriptionprotected AbstractChannel.AbstractUnsafeIoUringDatagramChannel.newUnsafe()