Interface HttpJsonClientInterceptor


  • @BetaApi
    public interface HttpJsonClientInterceptor
    Interface for intercepting outgoing calls before they are dispatched by a HttpJsonChannel.

    The interceptor may be called for multiple calls by one or more threads without completing the previous ones first. The implementations must be thread-safe.