Class UpstreamRestPort.RestInterceptors<CTX>

  • All Implemented Interfaces:
    org.springframework.http.client.ClientHttpRequestInterceptor
    Enclosing class:
    UpstreamRestPort<CTX>

    public static class UpstreamRestPort.RestInterceptors<CTX>
    extends Object
    implements org.springframework.http.client.ClientHttpRequestInterceptor
    • Method Detail

      • intercept

        public org.springframework.http.client.ClientHttpResponse intercept​(org.springframework.http.HttpRequest request,
                                                                            byte[] requestBodyBytes,
                                                                            org.springframework.http.client.ClientHttpRequestExecution execution)
                                                                     throws IOException
        Specified by:
        intercept in interface org.springframework.http.client.ClientHttpRequestInterceptor
        Throws:
        IOException