Class HttpClientBuilderTest.TestContextHandler

java.lang.Object
net.shibboleth.shared.httpclient.HttpClientBuilderTest.TestContextHandler
All Implemented Interfaces:
HttpClientContextHandler
Enclosing class:
HttpClientBuilderTest

public class HttpClientBuilderTest.TestContextHandler extends Object implements HttpClientContextHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invokeAfter(org.apache.hc.client5.http.protocol.HttpClientContext context, org.apache.hc.core5.http.ClassicHttpRequest request)
    void
    invokeBefore(org.apache.hc.client5.http.protocol.HttpClientContext context, org.apache.hc.core5.http.ClassicHttpRequest request)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TestContextHandler

      public TestContextHandler()
  • Method Details