Uses of Class
io.vertx.core.http.HttpMethod
Packages that use HttpMethod
-
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 =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(io.netty.handler.codec.http.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