Uses of Class
org.eclipse.jetty.client.HttpExchange
-
Packages that use HttpExchange Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.http2.client.http -
-
Uses of HttpExchange in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpExchange Modifier and Type Method Description HttpExchangeHttpChannel. getHttpExchange()protected HttpExchangeHttpReceiver. getHttpExchange()protected HttpExchangeHttpSender. getHttpExchange()Methods in org.eclipse.jetty.client that return types with arguments of type HttpExchange Modifier and Type Method Description java.util.Deque<HttpExchange>HttpConversation. getExchanges()java.util.Queue<HttpExchange>HttpDestination. getHttpExchanges()protected java.util.Queue<HttpExchange>HttpDestination. newExchangeQueue(HttpClient client)Methods in org.eclipse.jetty.client with parameters of type HttpExchange Modifier and Type Method Description booleanHttpChannel. abort(HttpExchange exchange, java.lang.Throwable requestFailure, java.lang.Throwable responseFailure)booleanHttpReceiver. abort(HttpExchange exchange, java.lang.Throwable failure)booleanHttpSender. abort(HttpExchange exchange, java.lang.Throwable failure)booleanHttpChannel. abortResponse(HttpExchange exchange, java.lang.Throwable failure)booleanHttpChannel. associate(HttpExchange exchange)Associates the givenexchangeto this channel in order to be sent over the network.protected booleanHttpSender. beginToHeaders(HttpExchange exchange)booleanHttpChannel. disassociate(HttpExchange exchange)protected booleanHttpDestination. enqueue(java.util.Queue<HttpExchange> queue, HttpExchange exchange)voidHttpChannel. exchangeTerminated(HttpExchange exchange, Result result)ResultHttpChannel. exchangeTerminating(HttpExchange exchange, Result result)protected booleanHttpSender. headersToCommit(HttpExchange exchange)voidHttpChannel. proceed(HttpExchange exchange, java.lang.Throwable failure)voidHttpSender. proceed(HttpExchange exchange, java.lang.Throwable failure)protected booleanHttpSender. queuedToBegin(HttpExchange exchange)booleanHttpDestination. remove(HttpExchange exchange)protected booleanHttpReceiver. responseBegin(HttpExchange exchange)Method to be invoked when the response status code is available.protected booleanHttpReceiver. responseContent(HttpExchange exchange, java.nio.ByteBuffer buffer, Callback callback)Method to be invoked when response HTTP content is available.protected booleanHttpReceiver. responseHeader(HttpExchange exchange, HttpField field)Method to be invoked when a response HTTP header is available.protected booleanHttpReceiver. responseHeaders(HttpExchange exchange)Method to be invoked after all response HTTP headers are available.protected booleanHttpReceiver. responseSuccess(HttpExchange exchange)Method to be invoked when the response is successful.abstract voidHttpChannel. send(HttpExchange exchange)protected SendFailureHttpConnection. send(HttpChannel channel, HttpExchange exchange)protected abstract SendFailureHttpConnection. send(HttpExchange exchange)protected abstract SendFailureHttpDestination. send(Connection connection, HttpExchange exchange)voidHttpDestination. send(HttpExchange exchange)voidHttpSender. send(HttpExchange exchange)protected abstract voidHttpSender. sendContent(HttpExchange exchange, HttpContent content, Callback callback)Implementations should send the content at theHttpContentcursor position over the wire.protected abstract voidHttpSender. sendHeaders(HttpExchange exchange, HttpContent content, Callback callback)Implementations should send the HTTP headers over the wire, possibly with some content, in a single write, and notify the givencallbackof the result of this operation.protected booleanHttpSender. someToContent(HttpExchange exchange, java.nio.ByteBuffer content)protected booleanHttpSender. someToSuccess(HttpExchange exchange)Method parameters in org.eclipse.jetty.client with type arguments of type HttpExchange Modifier and Type Method Description protected booleanHttpDestination. enqueue(java.util.Queue<HttpExchange> queue, HttpExchange exchange) -
Uses of HttpExchange in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with parameters of type HttpExchange Modifier and Type Method Description voidHttpChannelOverHTTP. exchangeTerminated(HttpExchange exchange, Result result)ResultHttpChannelOverHTTP. exchangeTerminating(HttpExchange exchange, Result result)voidHttpChannelOverHTTP. send(HttpExchange exchange)protected SendFailureHttpConnectionOverHTTP. send(HttpExchange exchange)protected SendFailureHttpDestinationOverHTTP. send(Connection connection, HttpExchange exchange)protected voidHttpSenderOverHTTP. sendContent(HttpExchange exchange, HttpContent content, Callback callback)protected voidHttpSenderOverHTTP. sendHeaders(HttpExchange exchange, HttpContent content, Callback callback) -
Uses of HttpExchange in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type HttpExchange Modifier and Type Method Description voidHttpChannelOverFCGI. exchangeTerminated(HttpExchange exchange, Result result)protected booleanHttpReceiverOverFCGI. responseBegin(HttpExchange exchange)protected booleanHttpReceiverOverFCGI. responseContent(HttpExchange exchange, java.nio.ByteBuffer buffer, Callback callback)protected booleanHttpReceiverOverFCGI. responseHeader(HttpExchange exchange, HttpField field)protected booleanHttpReceiverOverFCGI. responseHeaders(HttpExchange exchange)protected booleanHttpReceiverOverFCGI. responseSuccess(HttpExchange exchange)voidHttpChannelOverFCGI. send(HttpExchange exchange)protected SendFailureHttpConnectionOverFCGI. send(HttpExchange exchange)protected SendFailureHttpDestinationOverFCGI. send(Connection connection, HttpExchange exchange)protected SendFailureMultiplexHttpDestinationOverFCGI. send(Connection connection, HttpExchange exchange)protected voidHttpSenderOverFCGI. sendContent(HttpExchange exchange, HttpContent content, Callback callback)protected voidHttpSenderOverFCGI. sendHeaders(HttpExchange exchange, HttpContent content, Callback callback) -
Uses of HttpExchange in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http with parameters of type HttpExchange Modifier and Type Method Description voidHttpChannelOverHTTP2. exchangeTerminated(HttpExchange exchange, Result result)voidHttpChannelOverHTTP2. send(HttpExchange exchange)protected SendFailureHttpConnectionOverHTTP2. send(HttpExchange exchange)protected SendFailureHttpDestinationOverHTTP2. send(Connection connection, HttpExchange exchange)protected voidHttpSenderOverHTTP2. sendContent(HttpExchange exchange, HttpContent content, Callback callback)protected voidHttpSenderOverHTTP2. sendHeaders(HttpExchange exchange, HttpContent content, Callback callback)
-