Uses of Enum Class
org.eclipse.jetty.http3.HTTP3Stream.FrameState
Packages that use HTTP3Stream.FrameState
-
Uses of HTTP3Stream.FrameState in org.eclipse.jetty.http3
Methods in org.eclipse.jetty.http3 that return HTTP3Stream.FrameStateModifier and TypeMethodDescriptionstatic HTTP3Stream.FrameStateReturns 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 voidHTTP3Stream.validateAndUpdate(EnumSet<HTTP3Stream.FrameState> allowed, HTTP3Stream.FrameState target) Method parameters in org.eclipse.jetty.http3 with type arguments of type HTTP3Stream.FrameStateModifier and TypeMethodDescriptionprotected voidHTTP3Stream.validateAndUpdate(EnumSet<HTTP3Stream.FrameState> allowed, HTTP3Stream.FrameState target)