Package nbbrd.io.http

Interface HttpAuthenticator


public interface HttpAuthenticator
  • Method Details

    • getPasswordAuthentication

      @Nullable PasswordAuthentication getPasswordAuthentication(@NonNull @NonNull URL url)
    • invalidate

      void invalidate(@NonNull @NonNull URL url)
    • noOp

      @NonNull static @NonNull HttpAuthenticator noOp()