public class ContinueProtocolHandler extends Object implements ProtocolHandler
A protocol handler that handles the 100 response code.
| Constructor and Description |
|---|
ContinueProtocolHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Request request,
Response response)
Inspects the given
request and response
to detect whether this protocol handler should handle them. |
String |
getName() |
Response.Listener |
getResponseListener() |
public static final String NAME
public String getName()
getName in interface ProtocolHandlerpublic boolean accept(Request request, Response response)
ProtocolHandlerInspects the given request and response
to detect whether this protocol handler should handle them.
For example, a redirect protocol handler can inspect the response code and return true if it is a redirect response code.
This method is being called just after the response line has been parsed, and before the response headers are available.
accept in interface ProtocolHandlerrequest - the request to acceptresponse - the response to acceptpublic Response.Listener getResponseListener()
getResponseListener in interface ProtocolHandlerCopyright © 2010 - 2020 Adobe. All Rights Reserved