Class HarborInterceptor

  • All Implemented Interfaces:
    okhttp3.Interceptor

    public class HarborInterceptor
    extends Object
    implements okhttp3.Interceptor
    • Constructor Detail

      • HarborInterceptor

        public HarborInterceptor​(String username,
                                 String password)
      • HarborInterceptor

        public HarborInterceptor​(com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials)
    • Method Detail

      • intercept

        public okhttp3.Response intercept​(okhttp3.Interceptor.Chain chain)
                                   throws IOException
        Specified by:
        intercept in interface okhttp3.Interceptor
        Throws:
        IOException