Uses of Enum Class
cool.scx.http.version.HttpVersion
Packages that use HttpVersion
-
Uses of HttpVersion in cool.scx.http
Methods in cool.scx.http that return HttpVersionMethods in cool.scx.http with parameters of type HttpVersion -
Uses of HttpVersion in cool.scx.http.version
Subclasses with type arguments of type HttpVersion in cool.scx.http.versionModifier and TypeClassDescriptionenumHttpVersion 这里我们只保留流行的 Http 版本,较旧的版本如 HTTP/0.9 和 HTTP/1.0 不再做保留Methods in cool.scx.http.version 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. -
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)