Class THttpClient.Factory

    • Constructor Summary

      Constructors 
      Constructor Description
      Factory​(java.lang.String url)  
      Factory​(java.lang.String url, org.apache.http.client.HttpClient client)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TTransport getTransport​(TTransport trans)
      Return a wrapped instance of the base Transport.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Factory

        public Factory​(java.lang.String url)
      • Factory

        public Factory​(java.lang.String url,
                       org.apache.http.client.HttpClient client)