Uses of Interface
io.netty.channel.Channel.Unsafe
-
Packages that use Channel.Unsafe 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 virtualChannelthat 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).io.netty.handler.codec.http2 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 Modifier and Type Class Description private classFailedChannel.FailedChannelUnsafe -
Uses of Channel.Unsafe in io.netty.channel
Classes in io.netty.channel that implement Channel.Unsafe Modifier and Type Class Description protected classAbstractChannel.AbstractUnsafeChannel.Unsafeimplementation which sub-classes must extend and use.private classAbstractServerChannel.DefaultServerUnsafeFields in io.netty.channel declared as Channel.Unsafe Modifier and Type Field Description private Channel.UnsafeAbstractChannel. unsafeprivate Channel.UnsafeDefaultChannelPipeline.HeadContext. unsafeMethods in io.netty.channel that return Channel.Unsafe Modifier and Type Method Description Channel.UnsafeAbstractChannel. unsafe()Channel.UnsafeChannel. unsafe()Returns an internal-use-only object that provides unsafe operations. -
Uses of Channel.Unsafe in io.netty.channel.embedded
Classes in io.netty.channel.embedded that implement Channel.Unsafe Modifier and Type Class Description private classEmbeddedChannel.EmbeddedUnsafeFields in io.netty.channel.embedded declared as Channel.Unsafe Modifier and Type Field Description (package private) Channel.UnsafeEmbeddedChannel.EmbeddedUnsafe. wrappedMethods in io.netty.channel.embedded that return Channel.Unsafe Modifier and Type Method Description Channel.UnsafeEmbeddedChannel. unsafe() -
Uses of Channel.Unsafe in io.netty.channel.local
Classes in io.netty.channel.local that implement Channel.Unsafe Modifier and Type Class Description private classLocalChannel.LocalUnsafe -
Uses of Channel.Unsafe in io.netty.channel.nio
Subinterfaces of Channel.Unsafe in io.netty.channel.nio Modifier and Type Interface Description static interfaceAbstractNioChannel.NioUnsafeSpecialChannel.Unsafesub-type which allows to access the underlyingSelectableChannelClasses in io.netty.channel.nio that implement Channel.Unsafe Modifier and Type Class Description protected classAbstractNioByteChannel.NioByteUnsafeprotected classAbstractNioChannel.AbstractNioUnsafeprivate classAbstractNioMessageChannel.NioMessageUnsafe -
Uses of Channel.Unsafe in io.netty.channel.oio
Classes in io.netty.channel.oio that implement Channel.Unsafe Modifier and Type Class Description private classAbstractOioChannel.DefaultOioUnsafeDeprecated. -
Uses of Channel.Unsafe in io.netty.channel.socket.nio
Classes in io.netty.channel.socket.nio that implement Channel.Unsafe Modifier and Type Class Description private classNioSocketChannel.NioSocketChannelUnsafe -
Uses of Channel.Unsafe in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Channel.Unsafe Modifier and Type Class Description private classAbstractHttp2StreamChannel.Http2ChannelUnsafeMethods in io.netty.handler.codec.http2 that return Channel.Unsafe Modifier and Type Method Description Channel.UnsafeAbstractHttp2StreamChannel. unsafe()
-