public interface HopsworksHttpClient
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOGGER |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertKey() |
String |
getKeyStorePath() |
String |
getTrustStorePath() |
<T> T |
handleRequest(org.apache.http.HttpRequest request,
org.apache.http.client.ResponseHandler<T> responseHandler) |
static String |
readCertKey(String materialPwd) |
void |
setCertKey(String certKey) |
void |
setKeyStorePath(String keyStorePath) |
void |
setTrustStorePath(String trustStorePath) |
<T> T handleRequest(org.apache.http.HttpRequest request,
org.apache.http.client.ResponseHandler<T> responseHandler)
throws IOException,
FeatureStoreException
IOExceptionFeatureStoreExceptionString getTrustStorePath()
void setTrustStorePath(String trustStorePath)
String getKeyStorePath()
void setKeyStorePath(String keyStorePath)
String getCertKey()
void setCertKey(String certKey)
Copyright © 2025. All rights reserved.