| Interface | Description |
|---|---|
| NettyReaderByteBufCallback |
Called when a
NettySocketServer has received data. |
| Class | Description |
|---|---|
| MonitoredStringDecoder |
Decodes a received
ByteBuf into a String. |
| MonitoredStringEncoder |
Encodes the requested
String into a ByteBuf. |
| MonitoringHandler |
A
ChannelHandler that logs all events using a logging framework. |
| NettyAbstractClient |
The NIO client sends out events as string on a tcp socket.
|
| NettyAbstractEndpoint |
Netty endpoints (server or client) use many shared configuration items.
|
| NettyAbstractServer |
This class group commons settings for TCP servers.
|
| NettyClientByteBufDataHandlerHandler |
Handles a client-side ByteBuf channel.
|
| NettyClientDataHandler |
Handles a client-side channel.
|
| NettyConfig |
This defines the Netty related configuration default value plus a few
utility methods.
|
| NettyHttpClientHandler |
Handles a client-side HTTP channel.
|
| NettyHttpClientImpl |
The HttpClient.
|
| NettyHttpServerHandler |
Handles a http server-side channel.
|
| NettyHttpServerImpl |
An extra simple Netty TCP server, reading lines from a TCP socket.
|
| NettyHttpTuple |
Netty Tuple to receive http content.
|
| NettyHttpTupleEmpty | |
| NettyInitializer |
All initializers share the metrics, the compression and the ssl context (if
any).
|
| NettyInitializerClient |
Creates a newly configured
ChannelPipeline for a new channel. |
| NettyInitializerHttpClient |
Creates a newly configured
ChannelPipeline for a new channel. |
| NettyInitializerHttpServer |
Creates a newly configured
ChannelPipeline for a new channel. |
| NettyInitializerLumberjackClient |
Creates a newly configured
ChannelPipeline for a new channel. |
| NettyInitializerLumberjackServer |
Creates a newly configured
ChannelPipeline for a new channel. |
| NettyInitializerServer<T> |
Creates a newly configured
ChannelPipeline for a new channel. |
| NettyLumberJackClientImpl |
This client is in charge of sending outgoing data to a lumberjack peer.
|
| NettyLumberJackClientRunner |
This runner is in charge of running the main client lumberjack thread.
|
| NettyLumberjackData | |
| NettyLumberjackDecoder |
This class is a slight facade on top of the plain LimberjackDecoder.
|
| NettyLumberjackEncoder | |
| NettyLumberjackPeerContext |
Each lumberjack peer is associated to an instance of this class.
|
| NettyLumberJackServerImpl | |
| NettyLumberJackTuple |
The tuple variant that embeds the content of a data lumberjack frame.
|
| NettyLumberJackTupleEmpty | |
| NettyServerDataHandler<T> |
This generic handler only deals with SSL end of negotiation, and once established,
forward the received data to the user.
|
| NettyTcpClientImpl |
The NIO client sends out events as string on a tcp socket.
|
| NettyTcpClientImpl.Item | |
| NettyTcpServerImpl<T> |
An extra simple Netty TCP server, reading lines from a TCP socket.
|
| NettyTupleImpl<T> |
The basic single value tuple implementation.
|
| NettyUdpBytesDataHandler |
This handler simply pass the binary data as is to the receiver.
|
| NettyUdpByteToStringDataHandler |
This handler leverage a decoder that transforms input binary data into strings.
|
| NettyUdpDataHandler | |
| NettyUdpServerImpl<T> |
An extra simple Netty UDP server
|
| SnmpServerImpl |
SNMP endpoint.
|
| UdpTable |
UDP Table basic parser
|
| UdpTable.Builder |
Builder for UDPTable class
|
| UdpTable.Host |
Manage a host as written in UDP Socket
|
| Exception | Description |
|---|---|
| NettyException |
Copyright © 2023. All rights reserved.