Uses of Enum
io.vertx.core.http.HttpProtocol
Packages that use HttpProtocol
-
Uses of HttpProtocol in io.vertx.core.http
Subclasses with type arguments of type HttpProtocol in io.vertx.core.httpMethods in io.vertx.core.http that return HttpProtocolModifier and TypeMethodDescriptionstatic HttpProtocolProvides the version of the given protocolidstatic HttpProtocolReturns the enum constant of this type with the specified name.static HttpProtocol[]HttpProtocol.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.core.http that return types with arguments of type HttpProtocolMethods in io.vertx.core.http with parameters of type HttpProtocolModifier and TypeMethodDescriptionstatic HttpVersionHttpVersion.fromProtocol(HttpProtocol protocol) Provides the version of the given protocolid