| Class | Description |
|---|---|
| CancelTimeoutHandler |
An implementation of
ChannelInboundHandler that is responsible for cancelling
the request timeout ScheduledFuture upon response completion, exception,
or channel inactive events. |
| CertificateHandler |
In the case the user requires the Server verification, we extract the
generated session and we run a validity check on it
|
| ChannelLifecycleHandler |
An implementation of
ChannelInboundHandler that returns or disposes the
Channel to the channel AsyncPool upon receiving response completion,
exception, or channel inactive events. |
| ClientEntityStreamHandler |
Implementation of
ChannelDuplexHandler that is responsible for sending StreamRequest,
receiving StreamResponseBuilder and response entity in the form of ByteStrings. |
| SchemeHandler |
A handler that enforces the scheme of every request.
|
| SessionResumptionSslHandler |
SSL handshake, is often an expensive operation.
|
| SslHandshakeTimingHandler |
An SSL handler that records time in establishing a handshake.
|