| Package | Description |
|---|---|
| io.knotx.repository.http |
| Modifier and Type | Method and Description |
|---|---|
HttpRepositoryOptions |
HttpRepositoryOptions.setAddress(String address)
Set the EB address of the HTTP repository verticle
|
HttpRepositoryOptions |
HttpRepositoryOptions.setAllowedRequestHeaderPatterns(List<Pattern> allowedRequestHeaderPatterns) |
HttpRepositoryOptions |
HttpRepositoryOptions.setAllowedRequestHeaders(Set<String> allowedRequestHeaders)
Set the collection of patterns of allowed request headers.
|
HttpRepositoryOptions |
HttpRepositoryOptions.setClientDestination(ClientDestination clientDestination)
Set the remote location of the repository
|
HttpRepositoryOptions |
HttpRepositoryOptions.setClientOptions(io.vertx.core.http.HttpClientOptions clientOptions)
Set the
HttpClientOptions used by the HTTP client
to communicate with remote http repository |
HttpRepositoryOptions |
HttpRepositoryOptions.setCustomHttpHeader(CustomHttpHeader customHttpHeader)
Set the header (name and value) to be sent in every request to the remote repository
|
| Constructor and Description |
|---|
HttpRepositoryConnectorProxyImpl(io.vertx.core.Vertx vertx,
HttpRepositoryOptions configuration) |
HttpRepositoryOptions(HttpRepositoryOptions other)
Copy constructor
|
Copyright © 2016–2020. All rights reserved.