Uses of Enum
org.eclipse.jetty.quic.common.StreamType
Packages that use StreamType
Package
Description
This module contains the main abstractions for the QUIC protocol.
-
Uses of StreamType in org.eclipse.jetty.quic.common
Methods in org.eclipse.jetty.quic.common that return StreamTypeModifier and TypeMethodDescriptionstatic StreamTypeStreamType.from(long streamId) static StreamTypeReturns the enum constant of this type with the specified name.static StreamType[]StreamType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.quic.common with parameters of type StreamType