Uses of Class
org.eclipse.jetty.client.AuthenticationProtocolHandler
-
Packages that use AuthenticationProtocolHandler 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 AuthenticationProtocolHandler in org.eclipse.jetty.client
Subclasses of AuthenticationProtocolHandler in org.eclipse.jetty.client Modifier and Type Class Description class
ProxyAuthenticationProtocolHandler
A protocol handler that handles the 401 response code in association with theProxy-Authenticate
header.class
WWWAuthenticationProtocolHandler
A protocol handler that handles the 401 response code in association with theWWW-Authenticate
header.
-