Package org.eclipse.jetty.client
Class AuthenticationProtocolHandler
java.lang.Object
org.eclipse.jetty.client.AuthenticationProtocolHandler
- All Implemented Interfaces:
ProtocolHandler
- Direct Known Subclasses:
ProxyAuthenticationProtocolHandler
,WWWAuthenticationProtocolHandler
@Deprecated(since="2021-05-27")
public abstract class AuthenticationProtocolHandler
extends Object
implements ProtocolHandler
Deprecated.
-
Field Details
-
DEFAULT_MAX_CONTENT_LENGTH
public static final int DEFAULT_MAX_CONTENT_LENGTHDeprecated.- See Also:
-
LOG
Deprecated.
-
-
Method Details
-
getResponseListener
Deprecated.- Specified by:
getResponseListener
in interfaceProtocolHandler
- Returns:
- a response listener that will handle the request and response on behalf of the application.
-