Uses of Class
io.vertx.core.http.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in io.vertx.core.http
Fields in io.vertx.core.http declared as HttpMethodModifier and TypeFieldDescriptionstatic final HttpMethodHttpMethod.ACLThe RFC 3744ACLmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.BASELINE_CONTROLThe RFC 3253BASELINE_CONTROLmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.CHECKINThe RFC 3253CHECKINmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.CHECKOUTThe RFC 3253CHECKOUTmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.CONNECTThe RFC 2616CONNECTmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.COPYThe RFC 2518/4918COPYmethod, this instance is interned and uniquely used.static final HttpMethodRequestOptions.DEFAULT_HTTP_METHODThe default value for HTTP method =HttpMethod.GETstatic final HttpMethodHttpMethod.DELETEThe RFC 2616DELETEmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.GETThe RFC 2616GETmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.HEADThe RFC 2616HEADmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.LABELThe RFC 3253LABELmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.LOCKThe RFC 2518/4918LOCKmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.MERGEThe RFC 3253MERGEmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.MKACTIVITYThe RFC 3253MKACTIVITYmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.MKCALENDARThe RFC 4791MKCALENDARmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.MKCOLThe RFC 2518/4918MKCOLmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.MKWORKSPACEThe RFC 3253MKWORKSPACEmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.MOVEThe RFC 2518/4918MOVEmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.OPTIONSThe RFC 2616OPTIONSmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.ORDERPATCHThe RFC 3648ORDERPATCHmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.PATCHThe RFC 5789PATCHmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.POSTThe {RFC 2616 @code POST} method, this instance is interned and uniquely used.static final HttpMethodHttpMethod.PROPFINDThe RFC 2518/4918PROPFINDmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.PROPPATCHThe RFC 2518/4918PROPPATCHmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.PUTThe RFC 2616PUTmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.REPORTThe RFC 3253REPORTmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.SEARCHThe RFC 5323SEARCHmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.TRACEThe RFC 2616TRACEmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.UNCHECKOUTThe RFC 3253UNCHECKOUTmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.UNLOCKThe RFC 2518/4918UNLOCKmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.UPDATEThe RFC 3253UPDATEmethod, this instance is interned and uniquely used.static final HttpMethodHttpMethod.VERSION_CONTROLThe RFC 3253VERSION_CONTROLmethod, this instance is interned and uniquely used.Methods in io.vertx.core.http that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodHttpMethod.fromNetty(HttpMethod method) Lookup theHttpMethodvalue for the specifiednettyMethod.HttpClientRequest.getMethod()The HTTP method for the request.RequestOptions.getMethod()Get the HTTP method to be used by the client request.HttpRequestHead.method()HttpServerRequest.method()static HttpMethodLookup theHttpMethodvalue for the specifiedvalue.Methods in io.vertx.core.http that return types with arguments of type HttpMethodMethods in io.vertx.core.http with parameters of type HttpMethodModifier and TypeMethodDescriptiondefault Future<HttpServerResponse> HttpServerResponse.push(HttpMethod method, HostAndPort authority, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String, MultiMap)with no headers.HttpServerResponse.push(HttpMethod method, HostAndPort authority, String path, MultiMap headers) Push a response to the client.default Future<HttpServerResponse> HttpServerResponse.push(HttpMethod method, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String, MultiMap)with the host copied from the current request.default Future<HttpServerResponse> HttpServerResponse.push(HttpMethod method, String path, MultiMap headers) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String, MultiMap)with the host copied from the current request.default Future<HttpClientRequest> HttpClient.request(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at thehostandport.default Future<HttpClientRequest> HttpClient.request(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.default Future<HttpClientRequest> HttpClient.request(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at thehostand default port.HttpClientRequest.setMethod(HttpMethod method) Set the HTTP method for this request.RequestOptions.setMethod(HttpMethod method) Set the HTTP method to be used by the client request.WebSocketConnectOptions.setMethod(HttpMethod method) -
Uses of HttpMethod in io.vertx.core.spi.metrics
Methods in io.vertx.core.spi.metrics with parameters of type HttpMethodModifier and TypeMethodDescriptiondefault RHttpServerMetrics.responsePushed(SocketAddress remoteAddress, HttpMethod method, String uri, HttpResponse response) Called when an http server response is pushed. -
Uses of HttpMethod in io.vertx.core.spi.observability
Methods in io.vertx.core.spi.observability that return HttpMethod -
Uses of HttpMethod in io.vertx.ext.auth.audit
Methods in io.vertx.ext.auth.audit with parameters of type HttpMethodModifier and TypeMethodDescriptionSecurityAudit.resource(HttpVersion version, HttpMethod method, String path) -
Uses of HttpMethod in io.vertx.ext.auth.authentication
Methods in io.vertx.ext.auth.authentication with parameters of type HttpMethodModifier and TypeMethodDescriptiondefault CredentialsCredentials.applyHttpChallenge(String challenge, HttpMethod method, String uri) Applies the HTTP Authorization challenge to this Credential instance.default CredentialsCredentials.applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce) Applies the HTTP Authorization challenge to this Credential instance.TokenCredentials.applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce) UsernamePasswordCredentials.applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce) -
Uses of HttpMethod in io.vertx.ext.auth.htdigest
Methods in io.vertx.ext.auth.htdigest with parameters of type HttpMethodModifier and TypeMethodDescriptionHtdigestCredentials.applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce) -
Uses of HttpMethod in io.vertx.ext.web
Methods in io.vertx.ext.web that return types with arguments of type HttpMethodMethods in io.vertx.ext.web with parameters of type HttpMethodModifier and TypeMethodDescriptionRoute.method(HttpMethod method) Add an HTTP method for this route.voidRoutingContext.reroute(HttpMethod method, String path) Restarts the current router with a new method and path.Router.route(HttpMethod method, String path) Add a route that matches the specified HTTP method and pathRouter.routeWithRegex(HttpMethod method, String regex) Add a route that matches the specified HTTP method and path regex -
Uses of HttpMethod in io.vertx.ext.web.client
Fields in io.vertx.ext.web.client with type parameters of type HttpMethodModifier and TypeFieldDescriptionstatic final Set<HttpMethod> CachingWebClientConfig.DEFAULT_CACHED_METHODSstatic final Set<HttpMethod> CachingWebClientOptions.DEFAULT_CACHED_METHODSMethods in io.vertx.ext.web.client that return HttpMethodMethods in io.vertx.ext.web.client that return types with arguments of type HttpMethodModifier and TypeMethodDescriptionCachingWebClientConfig.getCachedMethods()CachingWebClientOptions.getCachedMethods()Methods in io.vertx.ext.web.client with parameters of type HttpMethodModifier and TypeMethodDescriptionCachingWebClientConfig.addCachedMethod(HttpMethod method) Add an HTTP method that is cacheable.CachingWebClientOptions.addCachedMethod(HttpMethod method) Add an HTTP method that is cacheable.HttpRequest.method(HttpMethod value) Configure the request to use a new methodvalue.CachingWebClientConfig.removeCachedMethod(HttpMethod method) Remove an HTTP method that is cacheable.CachingWebClientOptions.removeCachedMethod(HttpMethod method) Remove an HTTP method that is cacheable.default HttpRequest<Buffer> WebClient.request(HttpMethod method, int port, String host, UriTemplate requestURI) Create an HTTP request to send to the server at the specified host and port.default HttpRequest<Buffer> WebClient.request(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at the specified host and port.default HttpRequest<Buffer> WebClient.request(HttpMethod method, RequestOptions options) Deprecated.WebClient.request(HttpMethod method, SocketAddress serverAddress, int port, String host, UriTemplate requestURI) LikeWebClient.request(HttpMethod, int, String, UriTemplate)using theserverAddressparameter to connect to the server instead of theportandhostparameters.WebClient.request(HttpMethod method, SocketAddress serverAddress, int port, String host, String requestURI) LikeWebClient.request(HttpMethod, int, String, String)using theserverAddressparameter to connect to the server instead of theportandhostparameters.WebClient.request(HttpMethod method, SocketAddress serverAddress, RequestOptions options) Deprecated.instead useWebClient.request(RequestOptions)WebClient.request(HttpMethod method, SocketAddress serverAddress, UriTemplate requestURI) LikeWebClient.request(HttpMethod, UriTemplate)using theserverAddressparameter to connect to the server instead of the default port and default host.WebClient.request(HttpMethod method, SocketAddress serverAddress, String requestURI) LikeWebClient.request(HttpMethod, String)using theserverAddressparameter to connect to the server instead of the default port and default host.WebClient.request(HttpMethod method, SocketAddress serverAddress, String host, UriTemplate requestURI) LikeWebClient.request(HttpMethod, String, UriTemplate)using theserverAddressparameter to connect to the server instead of the default port andhostparameter.WebClient.request(HttpMethod method, SocketAddress serverAddress, String host, String requestURI) LikeWebClient.request(HttpMethod, String, String)using theserverAddressparameter to connect to the server instead of the default port andhostparameter.default HttpRequest<Buffer> WebClient.request(HttpMethod method, UriTemplate requestURI) Create an HTTP request to send to the server at the default host and port.default HttpRequest<Buffer> WebClient.request(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.default HttpRequest<Buffer> WebClient.request(HttpMethod method, String host, UriTemplate requestURI) Create an HTTP request to send to the server at the specified host and default port.default HttpRequest<Buffer> WebClient.request(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at the specified host and default port.WebClient.requestAbs(HttpMethod method, SocketAddress serverAddress, UriTemplate absoluteURI) LikeWebClient.requestAbs(HttpMethod, UriTemplate)using theserverAddressparameter to connect to the server instead of theabsoluteURIparameter.WebClient.requestAbs(HttpMethod method, SocketAddress serverAddress, String absoluteURI) LikeWebClient.requestAbs(HttpMethod, String)using theserverAddressparameter to connect to the server instead of theabsoluteURIparameter.default HttpRequest<Buffer> WebClient.requestAbs(HttpMethod method, UriTemplate absoluteURI) Create an HTTP request to send to the server using an absolute URIdefault HttpRequest<Buffer> WebClient.requestAbs(HttpMethod method, String absoluteURI) Create an HTTP request to send to the server using an absolute URIMethod parameters in io.vertx.ext.web.client with type arguments of type HttpMethodModifier and TypeMethodDescriptionCachingWebClientConfig.setCachedMethods(Set<HttpMethod> methods) Configure the HTTP methods that can be cached.CachingWebClientOptions.setCachedMethods(Set<HttpMethod> methods) Configure the HTTP methods that can be cached. -
Uses of HttpMethod in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler with parameters of type HttpMethodModifier and TypeMethodDescriptionCorsHandler.allowedMethod(HttpMethod method) Add an allowed methodMethod parameters in io.vertx.ext.web.handler with type arguments of type HttpMethodModifier and TypeMethodDescriptionCorsHandler.allowedMethods(Set<HttpMethod> methods) Add a set of allowed methods -
Uses of HttpMethod in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return HttpMethodMethods in io.vertx.httpproxy with parameters of type HttpMethodModifier and TypeMethodDescriptionProxyRequest.setMethod(HttpMethod method) Set the HTTP method to be sent to the origin server. -
Uses of HttpMethod in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return HttpMethodMethods in io.vertx.openapi.contract with parameters of type HttpMethodModifier and TypeMethodDescriptionOpenAPIContract.findOperation(String urlPath, HttpMethod method) Finds the relatedOperationobject based on the passed url path and method. -
Uses of HttpMethod in io.vertx.openapi.validation
Methods in io.vertx.openapi.validation with parameters of type HttpMethodModifier and TypeMethodDescriptionstatic ValidatorExceptionValidatorException.createOperationNotFound(HttpMethod method, String path) -
Uses of HttpMethod in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return HttpMethodModifier and TypeMethodDescriptionHttpClientRequest.getMethod()The HTTP method for the request.HttpRequestHead.method()HttpServerRequest.method()Methods in io.vertx.reactivex.core.http with parameters of type HttpMethodModifier and TypeMethodDescriptionHttpServerResponse.push(HttpMethod method, HostAndPort authority, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with no headers.HttpServerResponse.push(HttpMethod method, HostAndPort authority, String path, MultiMap headers) Push a response to the client.HttpServerResponse.push(HttpMethod method, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with the host copied from the current request.HttpServerResponse.push(HttpMethod method, String path, MultiMap headers) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with the host copied from the current request.HttpClient.request(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at thehostandport.HttpClient.request(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.HttpClient.request(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at thehostand default port.HttpClientAgent.request(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at thehostandport.HttpClientAgent.request(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.HttpClientAgent.request(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at thehostand default port.HttpClientConnection.request(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at thehostandport.HttpClientConnection.request(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.HttpClientConnection.request(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at thehostand default port.HttpServerResponse.rxPush(HttpMethod method, HostAndPort authority, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with no headers.HttpServerResponse.rxPush(HttpMethod method, HostAndPort authority, String path, MultiMap headers) Push a response to the client.HttpServerResponse.rxPush(HttpMethod method, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with the host copied from the current request.HttpServerResponse.rxPush(HttpMethod method, String path, MultiMap headers) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with the host copied from the current request.HttpClient.rxRequest(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at thehostandport.HttpClient.rxRequest(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.HttpClient.rxRequest(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at thehostand default port.HttpClientAgent.rxRequest(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at thehostandport.HttpClientAgent.rxRequest(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.HttpClientAgent.rxRequest(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at thehostand default port.HttpClientConnection.rxRequest(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at thehostandport.HttpClientConnection.rxRequest(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.HttpClientConnection.rxRequest(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at thehostand default port.HttpClientRequest.setMethod(HttpMethod method) Set the HTTP method for this request. -
Uses of HttpMethod in io.vertx.reactivex.ext.auth.audit
Methods in io.vertx.reactivex.ext.auth.audit with parameters of type HttpMethodModifier and TypeMethodDescriptionSecurityAudit.resource(HttpVersion version, HttpMethod method, String path) -
Uses of HttpMethod in io.vertx.reactivex.ext.web
Methods in io.vertx.reactivex.ext.web that return types with arguments of type HttpMethodMethods in io.vertx.reactivex.ext.web with parameters of type HttpMethodModifier and TypeMethodDescriptionRoute.method(HttpMethod method) Add an HTTP method for this route.voidRoutingContext.reroute(HttpMethod method, String path) Restarts the current router with a new method and path.Router.route(HttpMethod method, String path) Add a route that matches the specified HTTP method and pathRouter.routeWithRegex(HttpMethod method, String regex) Add a route that matches the specified HTTP method and path regex -
Uses of HttpMethod in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client that return HttpMethodMethods in io.vertx.reactivex.ext.web.client with parameters of type HttpMethodModifier and TypeMethodDescriptionHttpRequest.method(HttpMethod value) Configure the request to use a new methodvalue.WebClient.request(HttpMethod method, int port, String host, UriTemplate requestURI) Create an HTTP request to send to the server at the specified host and port.WebClient.request(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at the specified host and port.WebClient.request(HttpMethod method, RequestOptions options) Deprecated.WebClient.request(HttpMethod method, SocketAddress serverAddress, int port, String host, UriTemplate requestURI) LikeWebClient.request(HttpMethod, int, String, String)using theserverAddressparameter to connect to the server instead of theportandhostparameters.WebClient.request(HttpMethod method, SocketAddress serverAddress, int port, String host, String requestURI) LikeWebClient.request(HttpMethod, int, String, String)using theserverAddressparameter to connect to the server instead of theportandhostparameters.WebClient.request(HttpMethod method, SocketAddress serverAddress, RequestOptions options) Deprecated.WebClient.request(HttpMethod method, SocketAddress serverAddress, UriTemplate requestURI) LikeWebClient.request(HttpMethod, int, String, String)using theserverAddressparameter to connect to the server instead of the default port and default host.WebClient.request(HttpMethod method, SocketAddress serverAddress, String requestURI) LikeWebClient.request(HttpMethod, int, String, String)using theserverAddressparameter to connect to the server instead of the default port and default host.WebClient.request(HttpMethod method, SocketAddress serverAddress, String host, UriTemplate requestURI) LikeWebClient.request(HttpMethod, int, String, String)using theserverAddressparameter to connect to the server instead of the default port andhostparameter.WebClient.request(HttpMethod method, SocketAddress serverAddress, String host, String requestURI) LikeWebClient.request(HttpMethod, int, String, String)using theserverAddressparameter to connect to the server instead of the default port andhostparameter.WebClient.request(HttpMethod method, UriTemplate requestURI) Create an HTTP request to send to the server at the default host and port.WebClient.request(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.WebClient.request(HttpMethod method, String host, UriTemplate requestURI) Create an HTTP request to send to the server at the specified host and default port.WebClient.request(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at the specified host and default port.WebClient.requestAbs(HttpMethod method, SocketAddress serverAddress, UriTemplate absoluteURI) LikeWebClient.requestAbs(HttpMethod, String)using theserverAddressparameter to connect to the server instead of theabsoluteURIparameter.WebClient.requestAbs(HttpMethod method, SocketAddress serverAddress, String absoluteURI) LikeWebClient.requestAbs(HttpMethod, String)using theserverAddressparameter to connect to the server instead of theabsoluteURIparameter.WebClient.requestAbs(HttpMethod method, UriTemplate absoluteURI) Create an HTTP request to send to the server using an absolute URIWebClient.requestAbs(HttpMethod method, String absoluteURI) Create an HTTP request to send to the server using an absolute URI -
Uses of HttpMethod in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler with parameters of type HttpMethodModifier and TypeMethodDescriptionCorsHandler.allowedMethod(HttpMethod method) Add an allowed methodMethod parameters in io.vertx.reactivex.ext.web.handler with type arguments of type HttpMethodModifier and TypeMethodDescriptionCorsHandler.allowedMethods(Set<HttpMethod> methods) Add a set of allowed methods -
Uses of HttpMethod in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return HttpMethodMethods in io.vertx.reactivex.openapi.contract with parameters of type HttpMethodModifier and TypeMethodDescriptionOpenAPIContract.findOperation(String urlPath, HttpMethod method) Finds the relatedOperationobject based on the passed url path and method. -
Uses of HttpMethod in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return HttpMethodModifier and TypeMethodDescriptionHttpClientRequest.getMethod()The HTTP method for the request.HttpRequestHead.method()HttpServerRequest.method()Methods in io.vertx.rxjava3.core.http with parameters of type HttpMethodModifier and TypeMethodDescriptionHttpServerResponse.push(HttpMethod method, HostAndPort authority, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with no headers.HttpServerResponse.push(HttpMethod method, HostAndPort authority, String path, MultiMap headers) Push a response to the client.HttpServerResponse.push(HttpMethod method, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with the host copied from the current request.HttpServerResponse.push(HttpMethod method, String path, MultiMap headers) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with the host copied from the current request.HttpClient.request(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at thehostandport.HttpClient.request(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.HttpClient.request(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at thehostand default port.HttpClientAgent.request(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at thehostandport.HttpClientAgent.request(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.HttpClientAgent.request(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at thehostand default port.HttpClientConnection.request(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at thehostandport.HttpClientConnection.request(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.HttpClientConnection.request(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at thehostand default port.HttpServerResponse.rxPush(HttpMethod method, HostAndPort authority, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with no headers.HttpServerResponse.rxPush(HttpMethod method, HostAndPort authority, String path, MultiMap headers) Push a response to the client.HttpServerResponse.rxPush(HttpMethod method, String path) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with the host copied from the current request.HttpServerResponse.rxPush(HttpMethod method, String path, MultiMap headers) LikeHttpServerResponse.push(HttpMethod, HostAndPort, String)with the host copied from the current request.HttpClient.rxRequest(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at thehostandport.HttpClient.rxRequest(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.HttpClient.rxRequest(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at thehostand default port.HttpClientAgent.rxRequest(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at thehostandport.HttpClientAgent.rxRequest(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.HttpClientAgent.rxRequest(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at thehostand default port.HttpClientConnection.rxRequest(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at thehostandport.HttpClientConnection.rxRequest(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.HttpClientConnection.rxRequest(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at thehostand default port.HttpClientRequest.setMethod(HttpMethod method) Set the HTTP method for this request. -
Uses of HttpMethod in io.vertx.rxjava3.ext.auth.audit
Methods in io.vertx.rxjava3.ext.auth.audit with parameters of type HttpMethodModifier and TypeMethodDescriptionSecurityAudit.resource(HttpVersion version, HttpMethod method, String path) -
Uses of HttpMethod in io.vertx.rxjava3.ext.web
Methods in io.vertx.rxjava3.ext.web that return types with arguments of type HttpMethodMethods in io.vertx.rxjava3.ext.web with parameters of type HttpMethodModifier and TypeMethodDescriptionRoute.method(HttpMethod method) Add an HTTP method for this route.voidRoutingContext.reroute(HttpMethod method, String path) Restarts the current router with a new method and path.Router.route(HttpMethod method, String path) Add a route that matches the specified HTTP method and pathRouter.routeWithRegex(HttpMethod method, String regex) Add a route that matches the specified HTTP method and path regex -
Uses of HttpMethod in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client that return HttpMethodMethods in io.vertx.rxjava3.ext.web.client with parameters of type HttpMethodModifier and TypeMethodDescriptionHttpRequest.method(HttpMethod value) Configure the request to use a new methodvalue.WebClient.request(HttpMethod method, int port, String host, UriTemplate requestURI) Create an HTTP request to send to the server at the specified host and port.WebClient.request(HttpMethod method, int port, String host, String requestURI) Create an HTTP request to send to the server at the specified host and port.WebClient.request(HttpMethod method, RequestOptions options) Deprecated.WebClient.request(HttpMethod method, SocketAddress serverAddress, int port, String host, UriTemplate requestURI) LikeWebClient.request(HttpMethod, int, String, String)using theserverAddressparameter to connect to the server instead of theportandhostparameters.WebClient.request(HttpMethod method, SocketAddress serverAddress, int port, String host, String requestURI) LikeWebClient.request(HttpMethod, int, String, String)using theserverAddressparameter to connect to the server instead of theportandhostparameters.WebClient.request(HttpMethod method, SocketAddress serverAddress, RequestOptions options) Deprecated.WebClient.request(HttpMethod method, SocketAddress serverAddress, UriTemplate requestURI) LikeWebClient.request(HttpMethod, int, String, String)using theserverAddressparameter to connect to the server instead of the default port and default host.WebClient.request(HttpMethod method, SocketAddress serverAddress, String requestURI) LikeWebClient.request(HttpMethod, int, String, String)using theserverAddressparameter to connect to the server instead of the default port and default host.WebClient.request(HttpMethod method, SocketAddress serverAddress, String host, UriTemplate requestURI) LikeWebClient.request(HttpMethod, int, String, String)using theserverAddressparameter to connect to the server instead of the default port andhostparameter.WebClient.request(HttpMethod method, SocketAddress serverAddress, String host, String requestURI) LikeWebClient.request(HttpMethod, int, String, String)using theserverAddressparameter to connect to the server instead of the default port andhostparameter.WebClient.request(HttpMethod method, UriTemplate requestURI) Create an HTTP request to send to the server at the default host and port.WebClient.request(HttpMethod method, String requestURI) Create an HTTP request to send to the server at the default host and port.WebClient.request(HttpMethod method, String host, UriTemplate requestURI) Create an HTTP request to send to the server at the specified host and default port.WebClient.request(HttpMethod method, String host, String requestURI) Create an HTTP request to send to the server at the specified host and default port.WebClient.requestAbs(HttpMethod method, SocketAddress serverAddress, UriTemplate absoluteURI) LikeWebClient.requestAbs(HttpMethod, String)using theserverAddressparameter to connect to the server instead of theabsoluteURIparameter.WebClient.requestAbs(HttpMethod method, SocketAddress serverAddress, String absoluteURI) LikeWebClient.requestAbs(HttpMethod, String)using theserverAddressparameter to connect to the server instead of theabsoluteURIparameter.WebClient.requestAbs(HttpMethod method, UriTemplate absoluteURI) Create an HTTP request to send to the server using an absolute URIWebClient.requestAbs(HttpMethod method, String absoluteURI) Create an HTTP request to send to the server using an absolute URI -
Uses of HttpMethod in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type HttpMethodModifier and TypeMethodDescriptionCorsHandler.allowedMethod(HttpMethod method) Add an allowed methodMethod parameters in io.vertx.rxjava3.ext.web.handler with type arguments of type HttpMethodModifier and TypeMethodDescriptionCorsHandler.allowedMethods(Set<HttpMethod> methods) Add a set of allowed methods -
Uses of HttpMethod in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return HttpMethodMethods in io.vertx.rxjava3.httpproxy with parameters of type HttpMethodModifier and TypeMethodDescriptionProxyRequest.setMethod(HttpMethod method) Set the HTTP method to be sent to the origin server. -
Uses of HttpMethod in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return HttpMethodMethods in io.vertx.rxjava3.openapi.contract with parameters of type HttpMethodModifier and TypeMethodDescriptionOpenAPIContract.findOperation(String urlPath, HttpMethod method) Finds the relatedOperationobject based on the passed url path and method.
WebClient.request(RequestOptions)