Uses of Class
io.vertx.reactivex.uritemplate.UriTemplate
Packages that use UriTemplate
-
Uses of UriTemplate in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client with parameters of type UriTemplateModifier and TypeMethodDescriptionWebClient.delete(int port, String host, UriTemplate requestURI) Create an HTTP DELETE request to send to the server at the specified host and port.WebClient.delete(UriTemplate requestURI) Create an HTTP DELETE request to send to the server at the default host and port.WebClient.delete(String host, UriTemplate requestURI) Create an HTTP DELETE request to send to the server at the specified host and default port.WebClient.deleteAbs(UriTemplate absoluteURI) Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the responseWebClient.get(int port, String host, UriTemplate requestURI) Create an HTTP GET request to send to the server at the specified host and port.WebClient.get(UriTemplate requestURI) Create an HTTP GET request to send to the server at the default host and port.WebClient.get(String host, UriTemplate requestURI) Create an HTTP GET request to send to the server at the specified host and default port.WebClient.getAbs(UriTemplate absoluteURI) Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive the responseWebClient.head(int port, String host, UriTemplate requestURI) Create an HTTP HEAD request to send to the server at the specified host and port.WebClient.head(UriTemplate requestURI) Create an HTTP HEAD request to send to the server at the default host and port.WebClient.head(String host, UriTemplate requestURI) Create an HTTP HEAD request to send to the server at the specified host and default port.WebClient.headAbs(UriTemplate absoluteURI) Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the responseWebClient.patch(int port, String host, UriTemplate requestURI) Create an HTTP PATCH request to send to the server at the specified host and port.WebClient.patch(UriTemplate requestURI) Create an HTTP PATCH request to send to the server at the default host and port.WebClient.patch(String host, UriTemplate requestURI) Create an HTTP PATCH request to send to the server at the specified host and default port.WebClient.patchAbs(UriTemplate absoluteURI) Create an HTTP PATCH request to send to the server using an absolute URI, specifying a response handler to receive the responseWebClient.post(int port, String host, UriTemplate requestURI) Create an HTTP POST request to send to the server at the specified host and port.WebClient.post(UriTemplate requestURI) Create an HTTP POST request to send to the server at the default host and port.WebClient.post(String host, UriTemplate requestURI) Create an HTTP POST request to send to the server at the specified host and default port.WebClient.postAbs(UriTemplate absoluteURI) Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the responseWebClient.put(int port, String host, UriTemplate requestURI) Create an HTTP PUT request to send to the server at the specified host and port.WebClient.put(UriTemplate requestURI) Create an HTTP PUT request to send to the server at the default host and port.WebClient.put(String host, UriTemplate requestURI) Create an HTTP PUT request to send to the server at the specified host and default port.WebClient.putAbs(UriTemplate absoluteURI) Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the responseWebClient.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, 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, 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 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, UriTemplate 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.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, UriTemplate absoluteURI) Create an HTTP request to send to the server using an absolute URI -
Uses of UriTemplate in io.vertx.reactivex.uritemplate
Fields in io.vertx.reactivex.uritemplate with type parameters of type UriTemplateModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<UriTemplate> UriTemplate.__TYPE_ARGMethods in io.vertx.reactivex.uritemplate that return UriTemplateModifier and TypeMethodDescriptionstatic UriTemplateUriTemplate.newInstance(UriTemplate arg) static UriTemplateCreate a template from a stringuri.