Uses of Enum
io.vertx.core.http.HttpVersion
Packages that use HttpVersion
Package
Description
-
Uses of HttpVersion in io.vertx.core.http
Subclasses with type arguments of type HttpVersion in io.vertx.core.httpFields in io.vertx.core.http declared as HttpVersionModifier and TypeFieldDescriptionstatic final HttpVersionHttpClientOptions.DEFAULT_PROTOCOL_VERSIONThe default protocol version = HTTP/1.1static final HttpVersionHttpConnectOptions.DEFAULT_PROTOCOL_VERSIONThe default value for protocol version =nullFields in io.vertx.core.http with type parameters of type HttpVersionModifier and TypeFieldDescriptionstatic final List<HttpVersion> HttpClientOptions.DEFAULT_ALPN_VERSIONSDefault Application-Layer Protocol Negotiation versions = [] (automatic according to protocol version)static final List<HttpVersion> HttpServerOptions.DEFAULT_ALPN_VERSIONSDefault Application-Layer Protocol Negotiation versions = [HTTP/2,HTTP/1.1]static final List<HttpVersion> HttpClientConfig.DEFAULT_SUPPORTED_VERSIONSstatic final Set<HttpVersion> HttpServerConfig.DEFAULT_VERSIONSMethods in io.vertx.core.http that return HttpVersionModifier and TypeMethodDescriptionstatic HttpVersionHttpVersion.fromAlpnName(String id) Provides the version of the given protocolidstatic HttpVersionHttpVersion.fromProtocol(HttpProtocol protocol) Provides the version of the given protocolidHttpClientOptions.getProtocolVersion()Get the protocol version.HttpConnectOptions.getProtocolVersion()HttpConnection.protocolVersion()static HttpVersionReturns the enum constant of this type with the specified name.static HttpVersion[]HttpVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.HttpClientRequest.version()HttpProtocol.version()HttpResponseHead.version()HttpServerRequest.version()Methods in io.vertx.core.http that return types with arguments of type HttpVersionModifier and TypeMethodDescriptionHttpClientOptions.getAlpnVersions()HttpServerOptions.getAlpnVersions()HttpClientConfig.getVersions()HttpServerConfig.getVersions()Methods in io.vertx.core.http with parameters of type HttpVersionModifier and TypeMethodDescriptionstatic MultiMapHttpHeaders.headers(HttpVersion version) HttpClientOptions.setProtocolVersion(HttpVersion protocolVersion) Set the protocol version.HttpConnectOptions.setProtocolVersion(HttpVersion protocolVersion) Set the desired HTTP protocol version for this connection.RequestOptions.setProtocolVersion(HttpVersion protocolVersion) WebSocketConnectOptions.setProtocolVersion(HttpVersion protocolVersion) HttpClientConfig.setVersions(HttpVersion... versions) LikeHttpClientConfig.setVersions(List)using an array.HttpServerConfig.setVersions(HttpVersion... versions) Set the HTTP versions.Method parameters in io.vertx.core.http with type arguments of type HttpVersionModifier and TypeMethodDescriptionHttpClientOptions.setAlpnVersions(List<HttpVersion> alpnVersions) Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation.HttpServerOptions.setAlpnVersions(List<HttpVersion> alpnVersions) Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation.HttpClientConfig.setVersions(List<HttpVersion> versions) Set the list ofHttpVersionsupported by the client, the first element of the list is considered as the default protocol to choose when none is specified at the request level.HttpServerConfig.setVersions(Set<HttpVersion> versions) Set the HTTP versions. -
Uses of HttpVersion in io.vertx.core.spi.observability
Methods in io.vertx.core.spi.observability that return HttpVersion -
Uses of HttpVersion in io.vertx.ext.auth.audit
Methods in io.vertx.ext.auth.audit with parameters of type HttpVersionModifier and TypeMethodDescriptionSecurityAudit.resource(HttpVersion version, HttpMethod method, String path) -
Uses of HttpVersion in io.vertx.ext.consul
Methods in io.vertx.ext.consul with parameters of type HttpVersionModifier and TypeMethodDescriptionConsulClientOptions.setProtocolVersion(HttpVersion protocolVersion) Set the protocol version.Method parameters in io.vertx.ext.consul with type arguments of type HttpVersionModifier and TypeMethodDescriptionConsulClientOptions.setAlpnVersions(List<HttpVersion> alpnVersions) Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation. -
Uses of HttpVersion in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client with parameters of type HttpVersionModifier and TypeMethodDescriptionCachingWebClientOptions.setProtocolVersion(HttpVersion protocolVersion) WebClientOptions.setProtocolVersion(HttpVersion protocolVersion) CachingWebClientConfig.setVersions(HttpVersion... versions) WebClientConfig.setVersions(HttpVersion... versions) Method parameters in io.vertx.ext.web.client with type arguments of type HttpVersionModifier and TypeMethodDescriptionCachingWebClientOptions.setAlpnVersions(List<HttpVersion> alpnVersions) WebClientOptions.setAlpnVersions(List<HttpVersion> alpnVersions) CachingWebClientConfig.setVersions(List<HttpVersion> versions) WebClientConfig.setVersions(List<HttpVersion> versions) -
Uses of HttpVersion in io.vertx.grpc.server
Methods in io.vertx.grpc.server with parameters of type HttpVersion -
Uses of HttpVersion in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return HttpVersion -
Uses of HttpVersion in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return HttpVersionModifier and TypeMethodDescriptionHttpConnection.protocolVersion()HttpClientRequest.version()HttpClientResponse.version()HttpResponseHead.version()HttpServerRequest.version()Methods in io.vertx.reactivex.core.http with parameters of type HttpVersion -
Uses of HttpVersion in io.vertx.reactivex.ext.auth.audit
Methods in io.vertx.reactivex.ext.auth.audit with parameters of type HttpVersionModifier and TypeMethodDescriptionSecurityAudit.resource(HttpVersion version, HttpMethod method, String path) -
Uses of HttpVersion in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client that return HttpVersion -
Uses of HttpVersion in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return HttpVersionModifier and TypeMethodDescriptionHttpConnection.protocolVersion()HttpClientRequest.version()HttpClientResponse.version()HttpResponseHead.version()HttpServerRequest.version()Methods in io.vertx.rxjava3.core.http with parameters of type HttpVersion -
Uses of HttpVersion in io.vertx.rxjava3.ext.auth.audit
Methods in io.vertx.rxjava3.ext.auth.audit with parameters of type HttpVersionModifier and TypeMethodDescriptionSecurityAudit.resource(HttpVersion version, HttpMethod method, String path) -
Uses of HttpVersion in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client that return HttpVersion -
Uses of HttpVersion in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return HttpVersion -
Uses of HttpVersion in io.vertx.tracing.zipkin
Methods in io.vertx.tracing.zipkin with parameters of type HttpVersionModifier and TypeMethodDescriptionHttpSenderOptions.setProtocolVersion(HttpVersion protocolVersion) Method parameters in io.vertx.tracing.zipkin with type arguments of type HttpVersionModifier and TypeMethodDescriptionHttpSenderOptions.setAlpnVersions(List<HttpVersion> alpnVersions)