Uses of Enum Class
cool.scx.http.HttpVersion
Packages that use HttpVersion
-
Uses of HttpVersion in cool.scx.http
Subclasses with type arguments of type HttpVersion in cool.scx.httpFields in cool.scx.http declared as HttpVersionMethods in cool.scx.http that return HttpVersionModifier and TypeMethodDescriptionstatic HttpVersionstatic HttpVersionstatic 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.ScxHttpClientRequest.version()ScxHttpClientRequestBase.version()ScxHttpServerRequest.version()Methods in cool.scx.http with parameters of type HttpVersionModifier and TypeMethodDescriptionScxHttpClientRequest.version(HttpVersion version) ScxHttpClientRequestBase.version(HttpVersion version) -
Uses of HttpVersion in cool.scx.http.web_socket
Methods in cool.scx.http.web_socket that return HttpVersionModifier and TypeMethodDescriptiondefault HttpVersionScxClientWebSocketHandshakeRequest.version()Methods in cool.scx.http.web_socket with parameters of type HttpVersionModifier and TypeMethodDescriptiondefault ScxHttpClientRequestScxClientWebSocketHandshakeRequest.version(HttpVersion version)