Uses of Enum Class
org.eclipse.jetty.http3.HTTP3Stream.FrameState
Packages that use HTTP3Stream.FrameState
-
Uses of HTTP3Stream.FrameState in org.eclipse.jetty.http3
Subclasses with type arguments of type HTTP3Stream.FrameState in org.eclipse.jetty.http3Modifier and TypeClassDescriptionprotected static enum
Defines the state of the stream for received frames,Methods in org.eclipse.jetty.http3 that return HTTP3Stream.FrameStateModifier and TypeMethodDescriptionstatic HTTP3Stream.FrameState
Returns the enum constant of this class with the specified name.static HTTP3Stream.FrameState[]
HTTP3Stream.FrameState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.http3 with parameters of type HTTP3Stream.FrameStateModifier and TypeMethodDescriptionprotected void
HTTP3Stream.validateAndUpdate
(EnumSet<HTTP3Stream.FrameState> allowed, HTTP3Stream.FrameState target) Method parameters in org.eclipse.jetty.http3 with type arguments of type HTTP3Stream.FrameStateModifier and TypeMethodDescriptionprotected void
HTTP3Stream.validateAndUpdate
(EnumSet<HTTP3Stream.FrameState> allowed, HTTP3Stream.FrameState target)