Class ClientInterceptors.OutboundKeyInterceptor

  • Enclosing class:
    ClientInterceptors


    public static class ClientInterceptors.OutboundKeyInterceptor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      OutboundKeyInterceptor(java.lang.String headerValue) 
    • 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

      • OutboundKeyInterceptor

        public OutboundKeyInterceptor(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