public class AuthorizationInterceptorFilter extends Object implements org.apache.hc.core5.http.HttpRequestInterceptor
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationInterceptorFilter |
instance(String apiToken) |
void |
process(org.apache.hc.core5.http.HttpRequest httpRequest,
org.apache.hc.core5.http.EntityDetails entityDetails,
org.apache.hc.core5.http.protocol.HttpContext httpContext) |
public static AuthorizationInterceptorFilter instance(String apiToken)
public void process(org.apache.hc.core5.http.HttpRequest httpRequest,
org.apache.hc.core5.http.EntityDetails entityDetails,
org.apache.hc.core5.http.protocol.HttpContext httpContext)
throws org.apache.hc.core5.http.HttpException,
IOException
process in interface org.apache.hc.core5.http.HttpRequestInterceptororg.apache.hc.core5.http.HttpExceptionIOExceptionCopyright © 2021. All rights reserved.