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 Summary
Constructors Constructor Description AuthenticationFilter() -
Method Summary
Modifier and Type Method Description voidprocess(org.apache.http.HttpRequest req, org.apache.http.protocol.HttpContext httpContext)
-
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:
processin interfaceorg.apache.http.HttpRequestInterceptor- Throws:
org.apache.http.HttpExceptionIOException
-