Class WWWAuthenticationProtocolHandler

java.lang.Object
org.eclipse.jetty.client.AuthenticationProtocolHandler
org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
All Implemented Interfaces:
ProtocolHandler

public class WWWAuthenticationProtocolHandler extends AuthenticationProtocolHandler

A protocol handler that handles the 401 response code in association with the WWW-Authenticate header.

See Also: