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.httpModifier and TypeClassDescriptionenumHttpVersion 这里我们只保留流行的 Http 版本,较旧的版本如 HTTP/0.9 和 HTTP/1.0 不再做保留Methods 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()ScxHttpServerRequest.version()Methods in cool.scx.http with parameters of type HttpVersion -
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)