- onClose() - Method in class org.eclipse.jetty.client.AbstractHttpConnection
-
- onConnectionFailed(Throwable) - Method in class org.eclipse.jetty.client.HttpDestination
-
- onConnectionFailed(Throwable) - Method in interface org.eclipse.jetty.client.HttpEventListener
-
- onConnectionFailed(Throwable) - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
-
- onConnectionFailed(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
-
Callback called when an exception was thrown during an attempt to establish the connection with the server (for example the server is not listening).
- onConnectionFailed(Throwable) - Method in class org.eclipse.jetty.client.RedirectListener
-
Delegate failed connection
- onException(Throwable) - Method in class org.eclipse.jetty.client.HttpDestination
-
- onException(Throwable) - Method in interface org.eclipse.jetty.client.HttpEventListener
-
- onException(Throwable) - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
-
- onException(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
-
Callback called when any other exception occurs during the handling of this exchange.
- onException(Throwable) - Method in class org.eclipse.jetty.client.RedirectListener
-
Delegate onException
- onExpire() - Method in interface org.eclipse.jetty.client.HttpEventListener
-
- onExpire() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
-
- onExpire() - Method in class org.eclipse.jetty.client.HttpExchange
-
Callback called when no response has been received within the timeout.
- onIdleExpired(long) - Method in class org.eclipse.jetty.client.BlockingHttpConnection
-
- onInputShutdown() - Method in class org.eclipse.jetty.client.AsyncHttpConnection
-
- onNewConnection(AbstractHttpConnection) - Method in class org.eclipse.jetty.client.HttpDestination
-
- onRequestCommitted() - Method in interface org.eclipse.jetty.client.HttpEventListener
-
- onRequestCommitted() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
-
- onRequestCommitted() - Method in class org.eclipse.jetty.client.HttpExchange
-
Callback called when the request headers have been sent to the server.
- onRequestComplete() - Method in interface org.eclipse.jetty.client.HttpEventListener
-
- onRequestComplete() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
-
- onRequestComplete() - Method in class org.eclipse.jetty.client.HttpExchange
-
Callback called when the request and its body have been sent to the server.
- onRequestComplete() - Method in class org.eclipse.jetty.client.RedirectListener
-
- onRequestComplete() - Method in class org.eclipse.jetty.client.security.SecurityListener
-
- onRequestComplete() - Method in class org.eclipse.jetty.client.webdav.WebdavListener
-
- onResponseComplete() - Method in interface org.eclipse.jetty.client.HttpEventListener
-
- onResponseComplete() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
-
- onResponseComplete() - Method in class org.eclipse.jetty.client.HttpExchange
-
Callback called when the entire response has been received from the server This implementation does nothing.
- onResponseComplete() - Method in class org.eclipse.jetty.client.RedirectListener
-
- onResponseComplete() - Method in class org.eclipse.jetty.client.security.SecurityListener
-
- onResponseComplete() - Method in class org.eclipse.jetty.client.webdav.WebdavListener
-
- onResponseComplete() - Method in class org.eclipse.jetty.client.webdav.WebdavSupportedExchange
-
- onResponseContent(Buffer) - Method in class org.eclipse.jetty.client.ContentExchange
-
- onResponseContent(Buffer) - Method in interface org.eclipse.jetty.client.HttpEventListener
-
- onResponseContent(Buffer) - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
-
- onResponseContent(Buffer) - Method in class org.eclipse.jetty.client.HttpExchange
-
Callback called for each chunk of the response content received from the server.
- onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.CachedExchange
-
- onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.ContentExchange
-
- onResponseHeader(Buffer, Buffer) - Method in interface org.eclipse.jetty.client.HttpEventListener
-
- onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
-
- onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.HttpExchange
-
Callback called for each response header received from the server.
- onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.RedirectListener
-
- onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.security.SecurityListener
-
- onResponseHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.client.webdav.WebdavSupportedExchange
-
- onResponseHeaderComplete() - Method in interface org.eclipse.jetty.client.HttpEventListener
-
- onResponseHeaderComplete() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
-
- onResponseHeaderComplete() - Method in class org.eclipse.jetty.client.HttpExchange
-
Callback called when the response headers have been completely received from the server.
- onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.CachedExchange
-
- onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.ContentExchange
-
- onResponseStatus(Buffer, int, Buffer) - Method in interface org.eclipse.jetty.client.HttpEventListener
-
- onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
-
- onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.HttpExchange
-
Callback called when a response status line has been received from the server.
- onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.RedirectListener
-
- onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.security.SecurityListener
-
- onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.webdav.MkcolExchange
-
- onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.webdav.PropfindExchange
-
- onResponseStatus(Buffer, int, Buffer) - Method in class org.eclipse.jetty.client.webdav.WebdavListener
-
- onRetry() - Method in class org.eclipse.jetty.client.ContentExchange
-
- onRetry() - Method in interface org.eclipse.jetty.client.HttpEventListener
-
- onRetry() - Method in class org.eclipse.jetty.client.HttpEventListenerWrapper
-
- onRetry() - Method in class org.eclipse.jetty.client.HttpExchange
-
Callback called when the request is retried (due to failures or authentication).
- onRetry() - Method in class org.eclipse.jetty.client.RedirectListener
-
- onRetry() - Method in class org.eclipse.jetty.client.security.SecurityListener
-
- onSwitchProtocol(EndPoint) - Method in class org.eclipse.jetty.client.HttpExchange
-
- org.eclipse.jetty.client - package org.eclipse.jetty.client
-
- org.eclipse.jetty.client.security - package org.eclipse.jetty.client.security
-
- org.eclipse.jetty.client.webdav - package org.eclipse.jetty.client.webdav
-