| BoringSSLAsyncPrivateKeyMethod |
|
| BoringSSLContextOption |
SslContextOptions that are specific to BoringSSL.
|
| BoringSSLKeylessManagerFactory |
|
| BoringSSLKeylog |
|
| FlushStrategy |
Allows to configure a strategy for when flushes should be happening.
|
| InsecureQuicTokenHandler |
Insecure QuicTokenHandler which only does basic token generation / validation without any
crypto.
|
| QLogConfiguration |
Configuration used for setup
qlog.
|
| QuicChannel |
A QUIC Channel.
|
| QuicChannelBootstrap |
Bootstrap that helps to bootstrap QuicChannels and connecting these to remote peers.
|
| QuicChannelConfig |
A QUIC ChannelConfig.
|
| QuicClientCodecBuilder |
QuicCodecBuilder that configures and builds a ChannelHandler that should be added to the
ChannelPipeline of a QUIC client.
|
| QuicCodecBuilder |
Abstract base class for QUIC codec builders.
|
| QuicCongestionControlAlgorithm |
Available congestion control algorithms to use.
|
| QuicConnectionAddress |
|
| QuicConnectionCloseEvent |
|
| QuicConnectionIdGenerator |
Creates new connection id instances.
|
| QuicConnectionPathStats |
Statistics about a path of the QUIC connection.
|
| QuicConnectionStats |
Statistics about the QUIC connection.
|
| QuicEvent |
Marker interface for events that will be passed through the ChannelPipeline via
ChannelPipeline.fireUserEventTriggered(Object) to notify the user about QUIC
specific events.
|
| QuicException |
Exception produced while processing QUIC.
|
| QuicExtensionEvent |
Marker interface for events that will be passed through the ChannelPipeline via
ChannelPipeline.fireUserEventTriggered(Object) to notify the user about supported
QUIC extensions by the remote peer.
|
| QuicHeaderParser.QuicHeaderProcessor |
Called when a QUIC packet and its header could be parsed.
|
| QuicPacketType |
|
| QuicPathEvent |
|
| QuicResetTokenGenerator |
|
| QuicServerCodecBuilder |
QuicCodecBuilder that configures and builds a ChannelHandler that should be added to the
ChannelPipeline of a QUIC server.
|
| QuicSslContext |
Special SslContext that can be used for QUIC.
|
| QuicSslContextBuilder |
Builder for configuring a new SslContext for creation.
|
| QuicSslEngine |
|
| QuicSslSessionContext |
|
| QuicStreamAddress |
|
| QuicStreamChannel |
A QUIC stream.
|
| QuicStreamChannelBootstrap |
|
| QuicStreamChannelConfig |
DuplexChannelConfig for QUIC streams.
|
| QuicStreamFrame |
A QUIC STREAM_FRAME.
|
| QuicStreamPriority |
|
| QuicStreamType |
|
| QuicTokenHandler |
Handle token related operations.
|
| QuicTransportError |
|
| QuicTransportParameters |
Transport parameters for QUIC.
|
| SegmentedDatagramPacketAllocator |
Used to allocate datagram packets that use UDP_SEGMENT (GSO).
|
| SslSessionTicketKey |
Session Ticket Key
|