| Class and Description |
|---|
| BoringSSLAsyncPrivateKeyMethod |
BoringSSLKeylessManagerFactory
KeyManagerFactory that can be used to support custom key signing via BoringSSLAsyncPrivateKeyMethod. |
| BoringSSLKeylog
Allow to log keys, logging keys are following
NSS Key Log Format.
|
| EarlyDataSendCallback
Implementations of this interface can be used to send early data for a
QuicChannel. |
| 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
A
QuicConnectionAddress that can be used to connect too. |
| QuicConnectionCloseEvent
Event that is generated if the remote peer sends a
CLOSE_CONNECTION frame.
|
| QuicConnectionIdGenerator
Creates new connection id instances.
|
| QuicConnectionStats
Statistics about the
QUIC connection. |
| QuicError
All QUIC error codes identified by Quiche.
|
| QuicEvent
Marker interface for events that will be passed through the
ChannelPipeline via
ChannelPipeline.fireUserEventTriggered(Object) to notify the user about QUIC
specific events. |
| 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
The type of the
QUIC packet.
|
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
An
SSLEngine that can be used for QUIC. |
| QuicStreamAddress
A
SocketAddress for QUIC stream. |
| QuicStreamChannel
A QUIC stream.
|
| QuicStreamChannelBootstrap
Allows to bootstrap outgoing
QuicStreamChannels. |
QuicStreamChannelConfig
DuplexChannelConfig for QUIC streams. |
| QuicStreamFrame
A QUIC STREAM_FRAME.
|
| QuicStreamPriority
The priority of a
QuicStreamChannel. |
| QuicStreamType
The type of a
QuicStreamChannel. |
| QuicTokenHandler
Handle token related operations.
|
| SegmentedDatagramPacketAllocator
Used to allocate datagram packets that use UDP_SEGMENT (GSO).
|
Copyright © 2020-2023 The Netty Project. All Rights Reserved.