Class AuthorizationHandler<T>

java.lang.Object
com.logicalclocks.hsfs.metadata.AuthorizationHandler<T>
All Implemented Interfaces:
org.apache.http.client.ResponseHandler<T>

public class AuthorizationHandler<T> extends Object implements org.apache.http.client.ResponseHandler<T>
  • Method Details

    • handleResponse

      public T handleResponse(org.apache.http.HttpResponse response) throws org.apache.http.client.ClientProtocolException, IOException
      Specified by:
      handleResponse in interface org.apache.http.client.ResponseHandler<T>
      Throws:
      org.apache.http.client.ClientProtocolException
      IOException