io.netty5.bootstrap |
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
|
io.netty5.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
io.netty5.channel.embedded |
A virtual Channel that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context.
|
io.netty5.channel.group |
A channel registry which helps a user maintain the list of open
Channel s and perform bulk operations on them.
|
io.netty5.channel.internal |
Internal utilities for channel implementations.
|
io.netty5.channel.local |
A virtual transport that enables the communication between the two
parties in the same virtual machine.
|
io.netty5.channel.nio |
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty5.channel.socket |
Abstract TCP and UDP socket interfaces which extend the core channel API.
|
io.netty5.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|