| Package | Description |
|---|---|
| io.knotx.repository.http |
| Modifier and Type | Method and Description |
|---|---|
ClientDestination |
HttpRepositoryOptions.getClientDestination() |
ClientDestination |
ClientDestination.setDomain(String domain)
Set the domain of the http repository
|
ClientDestination |
ClientDestination.setHostHeader(String hostHeader)
Set the host header override to be used with a communication to the repository.
|
ClientDestination |
ClientDestination.setPort(int port)
Set the HTTP port of the http repository
|
ClientDestination |
ClientDestination.setScheme(String scheme)
Set the URL scheme used to communicate with the repository
|
| Modifier and Type | Method and Description |
|---|---|
HttpRepositoryOptions |
HttpRepositoryOptions.setClientDestination(ClientDestination clientDestination)
Set the remote location of the repository
|
| Constructor and Description |
|---|
ClientDestination(ClientDestination other)
Copy constructor
|
Copyright © 2016–2020. All rights reserved.