Interface | Description |
---|---|
ChannelApplicationLayer.ChannelDecorator |
Callback for decorating the
ChannelBuilder before the Channel is created. |
ChannelApplicationLayer.Listener |
Callback interface for notification of the
Channel being created. |
ConnectionHeadersFilterLayer.Listener |
A listener for the connection headers.
|
SSLEngineFilterLayer.Listener |
A listener for the connection headers.
|
Class | Description |
---|---|
AckFilterLayer |
A
FilterLayer that ensures both sides will not proceed unless the acknowledgement has been sent and
received by both sides. |
AgentProtocolClientFilterLayer |
A
FilterLayer that sends the AgentProtocol client handshake. |
BIONetworkLayer |
A
NetworkLayer that uses a dedicated reader thread and runs on demand writer thread to manage I/O. |
ChannelApplicationLayer |
An
ApplicationLayer that produces a Channel . |
ConnectionHeaders |
Utility class to handle the encoding and decoding of the connection headers.
|
ConnectionHeadersFilterLayer |
Performs the connection header negotiation.
|
NIONetworkLayer | |
SSLEngineFilterLayer |
A
FilterLayer that encrypts the communication between the upper layers and the lower layers using
the supplied SSLEngine . |
Exception | Description |
---|---|
ConnectionHeaders.ParseException | |
ConnectionRefusalException |
An exception to flag that the connection has been refused.
|
PermanentConnectionRefusalException |
An exception to flag that the connection has been rejected and no further connection attempts should be made.
|
Copyright © 2004–2022. All rights reserved.