public class HttpConversation extends AttributesMap
Constructor and Description |
---|
HttpConversation() |
Modifier and Type | Method and Description |
---|---|
boolean |
abort(Throwable cause) |
Deque<HttpExchange> |
getExchanges() |
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, size
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 AttributesMap
Copyright © 1995-2015 Webtide. All Rights Reserved.