Class ThreadLocalServerTLSHandler
- java.lang.Object
-
- org.opensaml.security.httpclient.impl.ThreadLocalServerTLSHandler
-
- All Implemented Interfaces:
HttpClientContextHandler
public class ThreadLocalServerTLSHandler extends Object implements HttpClientContextHandler
An implementation ofHttpClientContextHandlerwhich handles cleanup and transfer of data used for server TLS held byThreadLocalX509TrustEngineContext.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogLogger.
-
Constructor Summary
Constructors Constructor Description ThreadLocalServerTLSHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinvokeAfter(org.apache.http.client.protocol.HttpClientContext context, org.apache.http.client.methods.HttpUriRequest request)voidinvokeBefore(org.apache.http.client.protocol.HttpClientContext context, org.apache.http.client.methods.HttpUriRequest request)
-
-
-
Method Detail
-
invokeBefore
public void invokeBefore(@Nonnull org.apache.http.client.protocol.HttpClientContext context, @Nonnull org.apache.http.client.methods.HttpUriRequest request) throws IOException- Specified by:
invokeBeforein interfaceHttpClientContextHandler- Throws:
IOException
-
invokeAfter
public void invokeAfter(@Nonnull org.apache.http.client.protocol.HttpClientContext context, @Nonnull org.apache.http.client.methods.HttpUriRequest request) throws IOException- Specified by:
invokeAfterin interfaceHttpClientContextHandler- Throws:
IOException
-
-