Uses of Enum
org.eclipse.jetty.http3.internal.HTTP3Stream.FrameState
Packages that use HTTP3Stream.FrameState
-
Uses of HTTP3Stream.FrameState in org.eclipse.jetty.http3.internal
Methods in org.eclipse.jetty.http3.internal that return HTTP3Stream.FrameStateModifier and TypeMethodDescriptionstatic HTTP3Stream.FrameStateReturns the enum constant of this type with the specified name.static HTTP3Stream.FrameState[]HTTP3Stream.FrameState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.http3.internal with parameters of type HTTP3Stream.FrameStateModifier and TypeMethodDescriptionprotected booleanHTTP3Stream.validateAndUpdate(EnumSet<HTTP3Stream.FrameState> allowed, HTTP3Stream.FrameState target) Method parameters in org.eclipse.jetty.http3.internal with type arguments of type HTTP3Stream.FrameStateModifier and TypeMethodDescriptionprotected booleanHTTP3Stream.validateAndUpdate(EnumSet<HTTP3Stream.FrameState> allowed, HTTP3Stream.FrameState target)