Interface Network


@Beta public interface Network
  • Method Details

    • addAuthenticationHandler

      long addAuthenticationHandler(UsernameAndPassword usernameAndPassword)
    • addAuthenticationHandler

      long addAuthenticationHandler(Predicate<URI> filter, UsernameAndPassword usernameAndPassword)
    • removeAuthenticationHandler

      void removeAuthenticationHandler(long id)
    • clearAuthenticationHandlers

      void clearAuthenticationHandlers()