Interface IClientInterceptor


public interface IClientInterceptor
This interface represents an interceptor which can be used to access (and optionally change or take actions upon) requests that are being sent by the HTTP client, and responses received by it.

See the HAPI Documentation Client Interceptor page for more information on how to use this feature.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Fired by the client just before invoking the HTTP client request
    void
    Fired by the client upon receiving an HTTP response, prior to processing that response