Name | Type | Description |
---|---|---|
authentication | RESTAuthentication | authentication |
connectionTimeout | Number | connectionTimeout |
DEFAULT_CONN_TIMEOUT | Number | |
DEFAULT_OPERATION_TIMEOUT | Number | |
hostVerification | boolean | hostVerification |
id | String | id |
name | String | name |
operationTimeout | Number | operationTimeout |
privateKeyId | String | The Id of the PrivateKeyEntry to use for client cerificate authentication. |
proxyAuthentication | RESTAuthentication | proxyAuthentication |
proxyHost | String | Proxy host |
proxyPort | Number | Proxy port |
TYPE | String | |
url | String | url |
Method | Returns |
---|---|
RESTHost.clone() | RESTHost |
RESTHost.newHostFromThis() | RESTHost |
RESTHostManager.addHost(RESTHost host) | RESTHost |
RESTHostManager.createHost(String name) | RESTHost |
RESTHostManager.createRESTHostFromSwaggerSpecString(String hostName, String swaggerSpec, String host, String basePath, String preferredCommunicationProtocol, Properties params) | RESTHost |
RESTHostManager.createRESTHostFromSwaggerSpecUrl(String hostName, String swaggerSpecUrl, AuthorizationValue[] auths, String preferredCommunicationProtocol, Properties params) | RESTHost |
RESTHostManager.createTransientHostFrom(RESTHost restHostPrototype) | RESTHost |
RESTHostManager.getHost(String id) | RESTHost |
RESTHostManager.removeHost(String id) | RESTHost |
RESTHostManager.updateHost(RESTHost host) | RESTHost |
RESTRequest.getHost() | RESTHost |
RootFinder.Hosts() | RESTHost |