Uses of Interface
io.netty.handler.codec.quic.QuicTransportParameters
-
Packages that use QuicTransportParameters Package Description io.netty.handler.codec.quic QUIC implementation -
-
Uses of QuicTransportParameters in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicTransportParameters Modifier and Type Method Description @Nullable QuicTransportParameters
QuicChannel. peerTransportParameters()
Returns theQuicTransportParameters
of the peer once received, ornull
if not known yet.
-