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 java.lang.Object implements ProtocolHandler
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_MAX_CONTENT_LENGTH
Deprecated.static Logger
LOG
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Response.Listener
getResponseListener()
Deprecated.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.client.ProtocolHandler
accept, getName
-
-
-
-
Field Detail
-
DEFAULT_MAX_CONTENT_LENGTH
public static final int DEFAULT_MAX_CONTENT_LENGTH
Deprecated.- See Also:
- Constant Field Values
-
LOG
public static final Logger LOG
Deprecated.
-
-
Method Detail
-
getResponseListener
public Response.Listener getResponseListener()
Deprecated.- Specified by:
getResponseListener
in interfaceProtocolHandler
- Returns:
- a response listener that will handle the request and response on behalf of the application.
-
-