public class HttpConversation extends AttributesMap
| Modifier | Constructor and Description |
|---|---|
protected |
HttpConversation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort(Throwable cause) |
Deque<HttpExchange> |
getExchanges() |
long |
getID() |
List<Response.ResponseListener> |
getResponseListeners()
Returns the list of response listeners that needs to be notified of response events.
|
String |
toString() |
void |
updateResponseListeners(Response.ResponseListener overrideListener)
Requests to update the response listener, eventually using the given override response listener,
that must be notified instead of the first exchange response listeners.
|
addAll, clearAttributes, getAttribute, getAttributeEntrySet, getAttributeNames, getAttributeNamesCopy, getAttributeNameSet, removeAttribute, setAttribute, sizepublic long getID()
public Deque<HttpExchange> getExchanges()
public List<Response.ResponseListener> getResponseListeners()
AuthenticationProtocolHandler stores the successful authentication credentials
while the RedirectProtocolHandler performs a redirect).public void updateResponseListeners(Response.ResponseListener overrideListener)
getResponseListeners(), returning the appropriate response
listeners that needs to be notified of response events.overrideListener - the override response listenerpublic boolean abort(Throwable cause)
public String toString()
toString in class AttributesMapCopyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.