Uses of Enum Class
org.eclipse.jetty.http3.StreamType
Packages that use StreamType
-
Uses of StreamType in org.eclipse.jetty.http3
Subclasses with type arguments of type StreamType in org.eclipse.jetty.http3Methods in org.eclipse.jetty.http3 that return StreamTypeModifier and TypeMethodDescriptionstatic StreamType
StreamType.from
(long type) static StreamType
Returns the enum constant of this class with the specified name.static StreamType[]
StreamType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jetty.http3 with parameters of type StreamTypeModifierConstructorDescriptionInstructionFlusher
(ByteBufferPool bufferPool, StreamEndPoint endPoint, StreamType streamType)