| Package | Description |
|---|---|
| io.knotx.configuration | |
| io.knotx.repository.http | |
| io.knotx.server | |
| io.knotx.server.configuration |
| Modifier and Type | Method and Description |
|---|---|
CustomHttpHeader |
CustomHttpHeader.setName(String name)
Set the name of the request header.
|
CustomHttpHeader |
CustomHttpHeader.setValue(String value)
Set the value of the request header.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CustomHttpHeaderConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
CustomHttpHeader obj) |
static void |
CustomHttpHeaderConverter.toJson(CustomHttpHeader obj,
io.vertx.core.json.JsonObject json) |
static void |
CustomHttpHeaderConverter.toJson(CustomHttpHeader obj,
Map<String,Object> json) |
| Constructor and Description |
|---|
CustomHttpHeader(CustomHttpHeader other)
Default copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
CustomHttpHeader |
HttpRepositoryOptions.getCustomHttpHeader() |
| Modifier and Type | Method and Description |
|---|---|
HttpRepositoryOptions |
HttpRepositoryOptions.setCustomHttpHeader(CustomHttpHeader customHttpHeader)
Set the header (name and value) to be sent in every request to the remote repository
|
| Constructor and Description |
|---|
KnotxHeaderHandler(CustomHttpHeader customResponseHeader) |
| Modifier and Type | Method and Description |
|---|---|
CustomHttpHeader |
KnotxServerOptions.getCustomResponseHeader() |
| Modifier and Type | Method and Description |
|---|---|
KnotxServerOptions |
KnotxServerOptions.setCustomResponseHeader(CustomHttpHeader customResponseHeader)
Set the custom response header returned by the Knot.x
|
Copyright © 2016–2020. All rights reserved.