| 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 |
|---|---|
ClientResponse |
ClientResponse.clearBody() |
ClientResponse |
KnotContext.getClientResponse() |
ClientResponse |
AdapterResponse.getResponse()
Deprecated.
|
ClientResponse |
ClientResponse.setBody(io.vertx.core.buffer.Buffer body) |
ClientResponse |
ClientResponse.setHeaders(io.vertx.reactivex.core.MultiMap headers) |
ClientResponse |
ClientResponse.setStatusCode(int statusCode) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClientResponseConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
ClientResponse obj) |
KnotContext |
KnotContext.setClientResponse(ClientResponse response) |
AdapterResponse |
AdapterResponse.setResponse(ClientResponse response)
Deprecated.
|
static void |
ClientResponseConverter.toJson(ClientResponse obj,
io.vertx.core.json.JsonObject json) |
static void |
ClientResponseConverter.toJson(ClientResponse obj,
Map<String,Object> json) |
| 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 |
|---|---|
io.reactivex.Single<ClientResponse> |
RepositoryConnectorProxy.rxProcess(ClientRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryConnectorProxy.process(ClientRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ClientResponse>> result) |
| 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.