Package and Description |
---|
io.netty.channel.oio
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.socket.oio
use NIO / EPOLL / KQUEUE transport.
|
Interface and Description |
---|
io.netty.bootstrap.ChannelFactory
Use
ChannelFactory instead. |
io.netty.channel.socket.oio.OioDatagramChannelConfig
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.socket.oio.OioServerSocketChannelConfig
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.socket.oio.OioSocketChannelConfig
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.RecvByteBufAllocator.Handle |
Class and Description |
---|
io.netty.channel.oio.AbstractOioByteChannel
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.oio.AbstractOioChannel
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.oio.AbstractOioMessageChannel
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.ChannelPromiseAggregator
Use
PromiseCombiner
Class which is used to consolidate multiple channel futures into one, by
listening to the individual futures and producing an aggregated result
(success/failure) when all futures have completed. |
io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.local.LocalEventLoopGroup
Use
DefaultEventLoopGroup instead. |
io.netty.channel.oio.OioByteStreamChannel
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.socket.oio.OioDatagramChannel
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.oio.OioEventLoopGroup
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.socket.oio.OioServerSocketChannel
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.socket.oio.OioSocketChannel
use NIO / EPOLL / KQUEUE transport.
|
io.netty.channel.ThreadPerChannelEventLoop
this will be remove in the next-major release.
|
io.netty.channel.ThreadPerChannelEventLoopGroup
this will be remove in the next-major release.
|
Field and Description |
---|
io.netty.channel.ChannelOption.DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION |
io.netty.channel.AdaptiveRecvByteBufAllocator.DEFAULT
There is state for
DefaultMaxMessagesRecvByteBufAllocator.maxMessagesPerRead() which is typically based upon channel type. |
io.netty.channel.ChannelOption.MAX_MESSAGES_PER_READ |
io.netty.channel.ChannelOption.WRITE_BUFFER_HIGH_WATER_MARK |
io.netty.channel.ChannelOption.WRITE_BUFFER_LOW_WATER_MARK |
Constructor and Description |
---|
io.netty.channel.ChannelOption(String) |
io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig(ServerSocketChannel, ServerSocket) |
io.netty.channel.socket.oio.DefaultOioSocketChannelConfig(SocketChannel, Socket) |
Copyright © 2008–2019 The Netty Project. All rights reserved.