Package | Description |
---|---|
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.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.util |
Utility classes used across multiple packages.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelOption<T>
A
ChannelOption allows to configure a ChannelConfig in a type-safe
way. |
Modifier and Type | Class and Description |
---|---|
class |
NioChannelOption<T>
Provides
ChannelOption over a given SocketOption which is then passed through the underlying
NetworkChannel . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConstant<T extends AbstractConstant<T>>
Base implementation of
Constant . |
Modifier and Type | Class and Description |
---|---|
class |
AttributeKey<T>
Key which can be used to access
Attribute out of the AttributeMap . |
Copyright © 2008–2021 The Netty Project. All rights reserved.