Class APIMHttpClient


  • public class APIMHttpClient
    extends Object
    The interface to the API-Manager itself responsible to set up the underlying HTTPS-Communication. It's used by the RESTAPICall. Implemented as a Singleton, which holds the actual connection to the API-Manager.
    Author:
    cwiechmann@axway.com
    • Method Detail

      • deleteInstances

        public static void deleteInstances()
      • getHttpClient

        public org.apache.http.client.HttpClient getHttpClient()
      • getClientContext

        public org.apache.http.client.protocol.HttpClientContext getClientContext()
      • getCsrfToken

        public String getCsrfToken()
      • setCsrfToken

        public void setCsrfToken​(String csrfToken)
      • close

        public void close()