Uses of Class
org.eclipse.jetty.quic.quiche.QuicheConnectionId
Packages that use QuicheConnectionId
Package
Description
This module contains the main abstractions for the QUIC protocol using the Quiche library.
-
Uses of QuicheConnectionId in org.eclipse.jetty.quic.quiche
Methods in org.eclipse.jetty.quic.quiche that return QuicheConnectionIdModifier and TypeMethodDescriptionstatic QuicheConnectionId
QuicheConnectionId.fromPacket
(ByteBuffer packet) Does not consume the packet byte buffer.QuicheSession.getConnectionId()
Methods in org.eclipse.jetty.quic.quiche with parameters of type QuicheConnectionIdModifier and TypeMethodDescriptionvoid
QuicheSession.setConnectionId
(QuicheConnectionId connectionId)