| Package | Description |
|---|---|
| io.knotx.dataobjects | |
| io.knotx.proxy | |
| io.knotx.reactivex.proxy | |
| io.knotx.repository.fs | |
| io.knotx.repository.http |
| Modifier and Type | Method and Description |
|---|---|
ClientRequest |
KnotContext.getClientRequest() |
ClientRequest |
AdapterRequest.getRequest()
Deprecated.
|
ClientRequest |
ClientRequest.setFormAttributes(io.vertx.reactivex.core.MultiMap formAttributes) |
ClientRequest |
ClientRequest.setHeaders(io.vertx.reactivex.core.MultiMap headers) |
ClientRequest |
ClientRequest.setMethod(io.vertx.core.http.HttpMethod method) |
ClientRequest |
ClientRequest.setParams(io.vertx.reactivex.core.MultiMap params) |
ClientRequest |
ClientRequest.setPath(String path) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClientRequestConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
ClientRequest obj) |
KnotContext |
KnotContext.setClientRequest(ClientRequest request) |
AdapterRequest |
AdapterRequest.setRequest(ClientRequest request)
Deprecated.
Set the client request
|
static void |
ClientRequestConverter.toJson(ClientRequest obj,
io.vertx.core.json.JsonObject json) |
static void |
ClientRequestConverter.toJson(ClientRequest obj,
Map<String,Object> json) |
| Constructor and Description |
|---|
ClientRequest(ClientRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryConnectorProxyVertxEBProxy.process(ClientRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ClientResponse>> result) |
void |
RepositoryConnectorProxy.process(ClientRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ClientResponse>> result) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryConnectorProxy.process(ClientRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ClientResponse>> result) |
io.reactivex.Single<ClientResponse> |
RepositoryConnectorProxy.rxProcess(ClientRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
FilesystemRepositoryConnectorProxyImpl.process(ClientRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ClientResponse>> result) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRepositoryConnectorProxyImpl.process(ClientRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ClientResponse>> result) |
Copyright © 2016–2020. All rights reserved.