Uses of Interface
org.eclipse.jetty.client.api.AuthenticationStore
-
Packages that use AuthenticationStore Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client. -
-
Uses of AuthenticationStore in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement AuthenticationStore Modifier and Type Class Description class
HttpAuthenticationStore
Methods in org.eclipse.jetty.client that return AuthenticationStore Modifier and Type Method Description AuthenticationStore
HttpClient. getAuthenticationStore()
Methods in org.eclipse.jetty.client with parameters of type AuthenticationStore Modifier and Type Method Description void
HttpClient. setAuthenticationStore(AuthenticationStore authenticationStore)
-