Class ClientInterceptors.OutboundClientInterceptor

  • Enclosing class:
    ClientInterceptors


    public static class ClientInterceptors.OutboundClientInterceptor
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      protected java.lang.String getHeaderValue() 
      Response intercept(Interceptor.Chain chain) 
      • Methods inherited from class java.lang.Object

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

      • OutboundClientInterceptor

        public OutboundClientInterceptor(java.lang.String headerValue)
    • Method Detail

      • getHeaderValue

        protected java.lang.String getHeaderValue()
      • intercept

        public Response intercept(Interceptor.Chain chain)
                           throws java.io.IOException
        Throws:
        java.io.IOException