Class RESTClient.AuthenticationFilter

java.lang.Object
com.aeontronix.enhancedmule.tools.util.restclient.RESTClient.AuthenticationFilter
All Implemented Interfaces:
org.apache.http.HttpRequestInterceptor
Enclosing class:
RESTClient

public class RESTClient.AuthenticationFilter extends Object implements org.apache.http.HttpRequestInterceptor
  • Constructor Details

    • AuthenticationFilter

      public AuthenticationFilter()
  • Method Details

    • process

      public void process(org.apache.http.HttpRequest req, org.apache.http.protocol.HttpContext httpContext) throws org.apache.http.HttpException, IOException
      Specified by:
      process in interface org.apache.http.HttpRequestInterceptor
      Throws:
      org.apache.http.HttpException
      IOException