Uses of Class
io.netty.channel.AbstractChannel.AbstractUnsafe
-
Packages that use AbstractChannel.AbstractUnsafe Package Description io.netty.bootstrap The helper classes with fluent API which enable an easy implementation of typical client side and server side channel initialization.io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.embedded A virtualChannel
that helps wrapping a series of handlers to unit test the handlers or use them in non-I/O context.io.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine.io.netty.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.oio Old blocking I/O based channel API implementation - recommended for a small number of connections (< 1000).io.netty.channel.socket.nio 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.bootstrap Modifier and Type Class Description private class
FailedChannel.FailedChannelUnsafe
Methods in io.netty.bootstrap that return AbstractChannel.AbstractUnsafe Modifier and Type Method Description protected AbstractChannel.AbstractUnsafe
FailedChannel. newUnsafe()
-
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channel Modifier and Type Class Description private class
AbstractServerChannel.DefaultServerUnsafe
Methods in io.netty.channel that return AbstractChannel.AbstractUnsafe Modifier and Type Method Description protected 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.embedded Modifier and Type Class Description private class
EmbeddedChannel.EmbeddedUnsafe
Methods in io.netty.channel.embedded that return AbstractChannel.AbstractUnsafe Modifier and Type Method Description protected AbstractChannel.AbstractUnsafe
EmbeddedChannel. newUnsafe()
-
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.local
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channel.local Modifier and Type Class Description private class
LocalChannel.LocalUnsafe
Methods in io.netty.channel.local that return AbstractChannel.AbstractUnsafe Modifier and Type Method Description protected AbstractChannel.AbstractUnsafe
LocalChannel. newUnsafe()
-
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.nio
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channel.nio Modifier and Type Class Description protected class
AbstractNioByteChannel.NioByteUnsafe
protected class
AbstractNioChannel.AbstractNioUnsafe
private class
AbstractNioMessageChannel.NioMessageUnsafe
-
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.oio
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channel.oio Modifier and Type Class Description private class
AbstractOioChannel.DefaultOioUnsafe
Deprecated.Methods in io.netty.channel.oio that return AbstractChannel.AbstractUnsafe Modifier and Type Method Description protected AbstractChannel.AbstractUnsafe
AbstractOioChannel. newUnsafe()
Deprecated. -
Uses of AbstractChannel.AbstractUnsafe in io.netty.channel.socket.nio
Subclasses of AbstractChannel.AbstractUnsafe in io.netty.channel.socket.nio Modifier and Type Class Description private class
NioSocketChannel.NioSocketChannelUnsafe
-