Uses of Enum Class
org.eclipse.jetty.http3.StreamType
Packages that use StreamType
-
Uses of StreamType in org.eclipse.jetty.http3
Methods in org.eclipse.jetty.http3 that return StreamTypeModifier and TypeMethodDescriptionstatic StreamTypeStreamType.from(long type) static StreamTypeReturns 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)