Interface HopsworksHttpClient

All Known Implementing Classes:
HopsworksExternalClient, HopsworksInternalClient

public interface HopsworksHttpClient
  • Field Details

    • LOGGER

      static final org.slf4j.Logger LOGGER
  • Method Details

    • handleRequest

      <T> T handleRequest(org.apache.http.HttpRequest request, org.apache.http.client.ResponseHandler<T> responseHandler) throws IOException, FeatureStoreException
      Throws:
      IOException
      FeatureStoreException
    • getTrustStorePath

      String getTrustStorePath()
    • setTrustStorePath

      void setTrustStorePath(String trustStorePath)
    • getKeyStorePath

      String getKeyStorePath()
    • setKeyStorePath

      void setKeyStorePath(String keyStorePath)
    • getCertKey

      String getCertKey()
    • setCertKey

      void setCertKey(String certKey)
    • readCertKey

      static String readCertKey(String materialPwd)