Class OkHttpClientProvider.ProxyAuthenticator

java.lang.Object
org.graylog2.shared.bindings.providers.OkHttpClientProvider.ProxyAuthenticator
All Implemented Interfaces:
okhttp3.Authenticator
Enclosing class:
OkHttpClientProvider

public static class OkHttpClientProvider.ProxyAuthenticator extends Object implements okhttp3.Authenticator
  • Method Details

    • authenticate

      @Nullable public okhttp3.Request authenticate(@Nonnull okhttp3.Route route, @Nonnull okhttp3.Response response) throws IOException
      Specified by:
      authenticate in interface okhttp3.Authenticator
      Throws:
      IOException