Interface HttpClientInterceptor


  • public interface HttpClientInterceptor
    Interceptor will ce called before http method will be executed
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.ws.rs.client.Invocation.Builder apply​(javax.ws.rs.client.Invocation.Builder builder)  
    • Method Detail

      • apply

        javax.ws.rs.client.Invocation.Builder apply​(javax.ws.rs.client.Invocation.Builder builder)