Class URLConnectionClient

  • All Implemented Interfaces:
    HttpClient

    public class URLConnectionClient
    extends java.lang.Object
    implements HttpClient
    Implementation of the OAuth HttpClient using URL Connection
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends OAuthClientResponse>
      T
      execute​(OAuthClientRequest request, java.util.Map<java.lang.String,​java.lang.String> headers, java.lang.String requestMethod, java.lang.Class<T> responseClass)  
      void shutdown()
      Shut down the client and release the resources associated with the HttpClient
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait