public class HttpConversation
extends org.eclipse.jetty.util.AttributesMap
| Constructor | Description |
|---|---|
HttpConversation() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
abort(java.lang.Throwable cause) |
|
java.util.Deque<HttpExchange> |
getExchanges() |
|
java.util.List<Response.ResponseListener> |
getResponseListeners() |
Returns the list of response listeners that needs to be notified of response events.
|
java.lang.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.
|
public java.util.Deque<HttpExchange> getExchanges()
public java.util.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(java.lang.Throwable cause)
public java.lang.String toString()
toString in class org.eclipse.jetty.util.AttributesMapCopyright © 1995–2018 Webtide. All rights reserved.