Uses of Enum Class
eu.cloudnetservice.driver.network.http.HttpVersion
Packages that use HttpVersion
Package
Description
-
Uses of HttpVersion in eu.cloudnetservice.driver.network.http
Methods in eu.cloudnetservice.driver.network.http 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.HttpMessage.version()Get the http version of this http message.Methods in eu.cloudnetservice.driver.network.http with parameters of type HttpVersionModifier and TypeMethodDescriptionHttpMessage.version(@NonNull HttpVersion version) Sets the version of this http message. -
Uses of HttpVersion in eu.cloudnetservice.driver.network.netty.http
Methods in eu.cloudnetservice.driver.network.netty.http that return HttpVersionModifier and TypeMethodDescriptionNettyHttpServerRequest.version()Get the http version of this http message.NettyHttpServerResponse.version()Get the http version of this http message.protected @NonNull HttpVersionNettyHttpMessage.versionFromNetty(io.netty5.handler.codec.http.HttpVersion httpVersion) Converts the given netty http version to its CloudNet association.Methods in eu.cloudnetservice.driver.network.netty.http with parameters of type HttpVersionModifier and TypeMethodDescriptionNettyHttpServerRequest.version(@NonNull HttpVersion version) Sets the version of this http message.NettyHttpServerResponse.version(@NonNull HttpVersion version) Sets the version of this http message.protected io.netty5.handler.codec.http.HttpVersionNettyHttpMessage.versionToNetty(@NonNull HttpVersion httpVersion) Converts the given CloudNet http version to its netty association.