Uses of Enum Class
io.fluxzero.sdk.web.HttpVersion
Packages that use HttpVersion
-
Uses of HttpVersion in io.fluxzero.sdk.web
Subclasses with type arguments of type HttpVersion in io.fluxzero.sdk.webModifier and TypeClassDescriptionenumEnumerates supported HTTP protocol versions for web requests and responses handled through the Fluxzero Runtime.Methods in io.fluxzero.sdk.web that return HttpVersionModifier and TypeMethodDescriptionstatic HttpVersionReturns the enum constant of this class with the specified name.static HttpVersion[]HttpVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.