public class TmsHttpClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TmsHttpClient.FailedHttpRequestException |
| Modifier and Type | Method and Description |
|---|---|
String |
createConnectionToCluster(URI uri)
This method connects to the TMS via HTTPS (securely) REST calls.
|
void |
login() |
String |
sendGetRequest(String path) |
String |
sendPostRequest(String path,
String payload) |
public String createConnectionToCluster(URI uri)
uri - of the cluster to connect topublic void login()
throws IOException,
GeneralSecurityException
IOExceptionGeneralSecurityExceptionCopyright © 2023. All rights reserved.