Package | Description |
---|---|
io.vertx.rxjava.core.http |
Modifier and Type | Field and Description |
---|---|
static TypeArg<HttpClientResponse> |
HttpClientResponse.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
HttpClientResponse |
HttpClientResponse.body()
Same as
body(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.buffer.Buffer>>) but with an handler called when the operation completes |
HttpClientResponse |
HttpClientResponse.body(Handler<AsyncResult<Buffer>> handler)
Same as
body(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.buffer.Buffer>>) but with an handler called when the operation completes |
HttpClientResponse |
HttpClientResponse.bodyHandler(Handler<Buffer> bodyHandler)
Convenience method for receiving the entire request body in one piece.
|
HttpClientResponse |
HttpClientResponse.customFrameHandler(Handler<HttpFrame> handler)
Set an custom frame handler.
|
HttpClientResponse |
HttpClientResponse.endHandler(Handler<Void> endHandler) |
HttpClientResponse |
HttpClientResponse.exceptionHandler(Handler<Throwable> handler) |
HttpClientResponse |
HttpClientResponse.fetch(long amount) |
HttpClientResponse |
HttpClientResponse.handler(Handler<Buffer> handler) |
static HttpClientResponse |
HttpClientResponse.newInstance(HttpClientResponse arg) |
HttpClientResponse |
HttpClientResponse.pause() |
HttpClientResponse |
HttpClientRequest.result()
The result of the operation.
|
HttpClientResponse |
HttpClientResponse.resume() |
HttpClientResponse |
HttpClientResponse.streamPriorityHandler(Handler<StreamPriority> handler)
Set an handler for stream priority changes.
|
Modifier and Type | Method and Description |
---|---|
Future<HttpClientResponse> |
HttpClientRequest.otherwise(Function<Throwable,HttpClientResponse> mapper)
Apply a
mapper function on this future. |
Future<HttpClientResponse> |
HttpClientRequest.otherwise(HttpClientResponse value)
Map the failure of a future to a specific
value . |
Future<HttpClientResponse> |
HttpClientRequest.otherwiseEmpty()
Map the failure of a future to
null . |
Future<HttpClientResponse> |
HttpClientRequest.recover(Function<Throwable,Future<HttpClientResponse>> mapper)
Handles a failure of this Future by returning the result of another Future.
|
rx.Single<HttpClientResponse> |
HttpClient.rxDelete(int port,
String host,
String requestURI)
Sends an HTTP DELETE request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxDelete(int port,
String host,
String requestURI,
MultiMap headers)
Sends an HTTP DELETE request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxDelete(RequestOptions options)
Sends an HTTP DELETE request to send to the server with the specified options, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxDelete(String requestURI)
Sends an HTTP DELETE request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxDelete(String requestURI,
MultiMap headers)
Sends an HTTP DELETE request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxDelete(String host,
String requestURI)
Sends an HTTP DELETE request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxDelete(String host,
String requestURI,
MultiMap headers)
Sends an HTTP DELETE request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxGet(int port,
String host,
String requestURI)
Sends an HTTP GET request to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxGet(int port,
String host,
String requestURI,
MultiMap headers)
Sends an HTTP GET request to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxGet(RequestOptions options)
Sends an HTTP GET request to the server with the specified options, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxGet(String requestURI)
Sends an HTTP GET request to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxGet(String requestURI,
MultiMap headers)
Sends an HTTP GET request to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxGet(String host,
String requestURI)
Sends an HTTP GET request to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxGet(String host,
String requestURI,
MultiMap headers)
Sends an HTTP GET request to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxHead(int port,
String host,
String requestURI)
Sends an HTTP HEAD request to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxHead(int port,
String host,
String requestURI,
MultiMap headers)
Sends an HTTP HEAD request to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxHead(RequestOptions options)
Sends an HTTP HEAD request to the server with the specified options, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxHead(String requestURI)
Sends an HTTP HEAD request to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxHead(String requestURI,
MultiMap headers)
Sends an HTTP HEAD request to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxHead(String host,
String requestURI)
Sends an HTTP HEAD request to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxHead(String host,
String requestURI,
MultiMap headers)
Sends an HTTP HEAD request to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClientRequest.rxOnComplete() |
rx.Single<HttpClientResponse> |
HttpClient.rxOptions(int port,
String host,
String requestURI)
Sends an HTTP OPTIONS request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxOptions(int port,
String host,
String requestURI,
MultiMap headers)
Sends an HTTP OPTIONS request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxOptions(RequestOptions options)
Sends an HTTP OPTIONS request to send to the server with the specified options, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxOptions(String requestURI)
Sends an HTTP OPTIONS request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxOptions(String requestURI,
MultiMap headers)
Sends an HTTP OPTIONS request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxOptions(String host,
String requestURI)
Sends an HTTP OPTIONS request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxOptions(String host,
String requestURI,
MultiMap headers)
Sends an HTTP OPTIONS request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(int port,
String host,
String requestURI,
Buffer body)
Sends an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(int port,
String host,
String requestURI,
MultiMap headers,
Buffer body)
Sends an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(int port,
String host,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body)
Sends an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(int port,
String host,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body)
Sends an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(int port,
String host,
String requestURI,
rx.Observable<Buffer> body)
Sends an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(int port,
String host,
String requestURI,
ReadStream<Buffer> body)
Sends an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(RequestOptions options,
Buffer body)
Sends an HTTP POST request to send to the server with the specified options, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(RequestOptions options,
rx.Observable<Buffer> body)
Sends an HTTP POST request to send to the server with the specified options, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(RequestOptions options,
ReadStream<Buffer> body)
Sends an HTTP POST request to send to the server with the specified options, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(String requestURI,
Buffer body)
Sends an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(String requestURI,
MultiMap headers,
Buffer body)
Sends an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(String requestURI,
MultiMap headers,
rx.Observable<Buffer> body)
Sends an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(String requestURI,
MultiMap headers,
ReadStream<Buffer> body)
Sends an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(String requestURI,
rx.Observable<Buffer> body)
Sends an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(String requestURI,
ReadStream<Buffer> body)
Sends an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(String host,
String requestURI,
Buffer body)
Sends an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(String host,
String requestURI,
MultiMap headers,
Buffer body)
Sends an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(String host,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body)
Sends an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(String host,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body)
Sends an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(String host,
String requestURI,
rx.Observable<Buffer> body)
Sends an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPost(String host,
String requestURI,
ReadStream<Buffer> body)
Sends an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(int port,
String host,
String requestURI,
Buffer body)
Sends an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(int port,
String host,
String requestURI,
MultiMap headers,
Buffer body)
Sends an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(int port,
String host,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body)
Sends an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(int port,
String host,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body)
Sends an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(int port,
String host,
String requestURI,
rx.Observable<Buffer> body)
Sends an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(int port,
String host,
String requestURI,
ReadStream<Buffer> body)
Sends an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(RequestOptions options,
Buffer body)
Sends an HTTP PUT request to send to the server with the specified options, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(RequestOptions options,
rx.Observable<Buffer> body)
Sends an HTTP PUT request to send to the server with the specified options, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(RequestOptions options,
ReadStream<Buffer> body)
Sends an HTTP PUT request to send to the server with the specified options, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(String requestURI,
Buffer body)
Sends an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(String requestURI,
MultiMap headers,
Buffer body)
Sends an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(String requestURI,
MultiMap headers,
rx.Observable<Buffer> body)
Sends an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(String requestURI,
MultiMap headers,
ReadStream<Buffer> body)
Sends an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(String requestURI,
rx.Observable<Buffer> body)
Sends an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(String requestURI,
ReadStream<Buffer> body)
Sends an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(String host,
String requestURI,
Buffer body)
Sends an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(String host,
String requestURI,
MultiMap headers,
Buffer body)
Sends an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(String host,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body)
Sends an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(String host,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body)
Sends an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(String host,
String requestURI,
rx.Observable<Buffer> body)
Sends an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxPut(String host,
String requestURI,
ReadStream<Buffer> body)
Sends an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
int port,
String host,
String requestURI)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
int port,
String host,
String requestURI,
Buffer body)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
int port,
String host,
String requestURI,
MultiMap headers)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
int port,
String host,
String requestURI,
MultiMap headers,
Buffer body)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
int port,
String host,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
int port,
String host,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
int port,
String host,
String requestURI,
rx.Observable<Buffer> body)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
int port,
String host,
String requestURI,
ReadStream<Buffer> body)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String requestURI)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String requestURI,
Buffer body)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String requestURI,
MultiMap headers)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String requestURI,
MultiMap headers,
Buffer body)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String requestURI,
rx.Observable<Buffer> body)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String requestURI,
ReadStream<Buffer> body)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String host,
String requestURI)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String host,
String requestURI,
Buffer body)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String host,
String requestURI,
MultiMap headers)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String host,
String requestURI,
MultiMap headers,
Buffer body)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String host,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String host,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String host,
String requestURI,
rx.Observable<Buffer> body)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(HttpMethod method,
String host,
String requestURI,
ReadStream<Buffer> body)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(RequestOptions options)
Sends an HTTP request to send to the server with the specified options, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(RequestOptions options,
Buffer body)
Sends an HTTP request to send to the server with the specified options, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(RequestOptions options,
rx.Observable<Buffer> body)
Sends an HTTP request to send to the server with the specified options, specifying a response handler to receive
the response
|
rx.Single<HttpClientResponse> |
HttpClient.rxSend(RequestOptions options,
ReadStream<Buffer> body)
Sends an HTTP request to send to the server with the specified options, specifying a response handler to receive
the response
|
Modifier and Type | Method and Description |
---|---|
Future<HttpClientResponse> |
HttpClientRequest.otherwise(HttpClientResponse value)
Map the failure of a future to a specific
value . |
Modifier and Type | Method and Description |
---|---|
<U> Future<U> |
HttpClientRequest.compose(Function<HttpClientResponse,Future<U>> mapper)
Compose this future with a
mapper function. |
<U> Future<U> |
HttpClientRequest.compose(Function<HttpClientResponse,Future<U>> successMapper,
Function<Throwable,Future<U>> failureMapper)
Compose this future with a
successMapper and failureMapper functions. |
void |
HttpClient.delete(int port,
String host,
String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP DELETE request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.delete(int port,
String host,
String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP DELETE request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.delete(RequestOptions options,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP DELETE request to send to the server with the specified options, specifying a response handler to receive
the response
|
void |
HttpClient.delete(String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP DELETE request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.delete(String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP DELETE request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.delete(String host,
String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP DELETE request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.delete(String host,
String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP DELETE request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
<U> Future<U> |
HttpClientRequest.flatMap(Function<HttpClientResponse,Future<U>> mapper)
|
void |
HttpClient.get(int port,
String host,
String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP GET request to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.get(int port,
String host,
String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP GET request to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.get(RequestOptions options,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP GET request to the server with the specified options, specifying a response handler to receive
the response
|
void |
HttpClient.get(String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP GET request to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.get(String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP GET request to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.get(String host,
String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP GET request to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.get(String host,
String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP GET request to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.head(int port,
String host,
String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP HEAD request to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.head(int port,
String host,
String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP HEAD request to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.head(RequestOptions options,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP HEAD request to the server with the specified options, specifying a response handler to receive
the response
|
void |
HttpClient.head(String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP HEAD request to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.head(String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP HEAD request to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.head(String host,
String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP HEAD request to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.head(String host,
String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP HEAD request to the server at the specified host and default port, specifying a response handler to receive
the response
|
<U> Future<U> |
HttpClientRequest.map(Function<HttpClientResponse,U> mapper)
Apply a
mapper function on this future. |
HttpClientRequest |
HttpClientRequest.onComplete(Handler<AsyncResult<HttpClientResponse>> handler) |
HttpClientRequest |
HttpClientRequest.onSuccess(Handler<HttpClientResponse> handler) |
void |
HttpClient.options(int port,
String host,
String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP OPTIONS request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.options(int port,
String host,
String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP OPTIONS request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.options(RequestOptions options,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP OPTIONS request to send to the server with the specified options, specifying a response handler to receive
the response
|
void |
HttpClient.options(String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP OPTIONS request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.options(String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP OPTIONS request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.options(String host,
String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP OPTIONS request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.options(String host,
String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP OPTIONS request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
Future<HttpClientResponse> |
HttpClientRequest.otherwise(Function<Throwable,HttpClientResponse> mapper)
Apply a
mapper function on this future. |
void |
HttpClient.post(int port,
String host,
String requestURI,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.post(int port,
String host,
String requestURI,
MultiMap headers,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.post(int port,
String host,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.post(int port,
String host,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.post(int port,
String host,
String requestURI,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.post(int port,
String host,
String requestURI,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.post(RequestOptions options,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server with the specified options, specifying a response handler to receive
the response
|
void |
HttpClient.post(RequestOptions options,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server with the specified options, specifying a response handler to receive
the response
|
void |
HttpClient.post(RequestOptions options,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server with the specified options, specifying a response handler to receive
the response
|
void |
HttpClient.post(String requestURI,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.post(String requestURI,
MultiMap headers,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.post(String requestURI,
MultiMap headers,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.post(String requestURI,
MultiMap headers,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.post(String requestURI,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.post(String requestURI,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.post(String host,
String requestURI,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.post(String host,
String requestURI,
MultiMap headers,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.post(String host,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.post(String host,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.post(String host,
String requestURI,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.post(String host,
String requestURI,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP POST request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.put(int port,
String host,
String requestURI,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.put(int port,
String host,
String requestURI,
MultiMap headers,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.put(int port,
String host,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.put(int port,
String host,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.put(int port,
String host,
String requestURI,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.put(int port,
String host,
String requestURI,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.put(RequestOptions options,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server with the specified options, specifying a response handler to receive
the response
|
void |
HttpClient.put(RequestOptions options,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server with the specified options, specifying a response handler to receive
the response
|
void |
HttpClient.put(RequestOptions options,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server with the specified options, specifying a response handler to receive
the response
|
void |
HttpClient.put(String requestURI,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.put(String requestURI,
MultiMap headers,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.put(String requestURI,
MultiMap headers,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.put(String requestURI,
MultiMap headers,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.put(String requestURI,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.put(String requestURI,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.put(String host,
String requestURI,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.put(String host,
String requestURI,
MultiMap headers,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.put(String host,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.put(String host,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.put(String host,
String requestURI,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.put(String host,
String requestURI,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP PUT request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
Future<HttpClientResponse> |
HttpClientRequest.recover(Function<Throwable,Future<HttpClientResponse>> mapper)
Handles a failure of this Future by returning the result of another Future.
|
HttpClient |
HttpClient.redirectHandler(Function<HttpClientResponse,Future<RequestOptions>> handler)
Set a redirect handler for the http client.
|
void |
HttpClient.send(HttpMethod method,
int port,
String host,
String requestURI,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
int port,
String host,
String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
int port,
String host,
String requestURI,
MultiMap headers,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
int port,
String host,
String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
int port,
String host,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
int port,
String host,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
int port,
String host,
String requestURI,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
int port,
String host,
String requestURI,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String requestURI,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String requestURI,
MultiMap headers,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String requestURI,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String requestURI,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the default host and port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String host,
String requestURI,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String host,
String requestURI,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String host,
String requestURI,
MultiMap headers,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String host,
String requestURI,
MultiMap headers,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String host,
String requestURI,
MultiMap headers,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String host,
String requestURI,
MultiMap headers,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String host,
String requestURI,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.send(HttpMethod method,
String host,
String requestURI,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server at the specified host and default port, specifying a response handler to receive
the response
|
void |
HttpClient.send(RequestOptions options,
Buffer body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server with the specified options, specifying a response handler to receive
the response
|
void |
HttpClient.send(RequestOptions options,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server with the specified options, specifying a response handler to receive
the response
|
void |
HttpClient.send(RequestOptions options,
rx.Observable<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server with the specified options, specifying a response handler to receive
the response
|
void |
HttpClient.send(RequestOptions options,
ReadStream<Buffer> body,
Handler<AsyncResult<HttpClientResponse>> responseHandler)
Sends an HTTP request to send to the server with the specified options, specifying a response handler to receive
the response
|
Copyright © 2020 Eclipse. All rights reserved.