Interface HttpUtils.AuthorizationHandler

All Known Implementing Classes:
HttpUtils.BasicAuthorizationHandler, HttpUtils.BasicURLAuthorizationHandler, HttpUtils.BearerAuthorizationHandler
Enclosing class:
HttpUtils

public static interface HttpUtils.AuthorizationHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    authorize(org.apache.http.client.methods.HttpUriRequest request)
     
  • Method Details

    • authorize

      void authorize(org.apache.http.client.methods.HttpUriRequest request)