Package org.eclipse.jetty.client
Class HttpChannel
java.lang.Object
org.eclipse.jetty.client.HttpChannel
- Direct Known Subclasses:
HttpChannelOverHTTP
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HttpDestinationprivate HttpExchangeprivate final TimeoutCompleteListenerprotected static final Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabort(HttpExchange exchange, Throwable requestFailure, Throwable responseFailure) booleanabortResponse(HttpExchange exchange, Throwable failure) booleanassociate(HttpExchange exchange) Associates the givenexchangeto this channel in order to be sent over the network.voiddestroy()booleandisassociate(HttpExchange exchange) voidexchangeTerminated(HttpExchange exchange, Result result) exchangeTerminating(HttpExchange exchange, Result result) protected abstract HttpReceiverprotected abstract HttpSendervoidproceed(HttpExchange exchange, Throwable failure) abstract voidrelease()voidsend()abstract voidsend(HttpExchange exchange) toString()
-
Field Details
-
LOG
-
_destination
-
_totalTimeout
-
_exchange
-
-
Constructor Details
-
HttpChannel
-
-
Method Details
-
destroy
public void destroy() -
getHttpDestination
-
associate
Associates the given
exchangeto this channel in order to be sent over the network.If the association is successful, the exchange can be sent. Otherwise, the channel must be disposed because whoever terminated the exchange did not do it - it did not have the channel yet.
- Parameters:
exchange- the exchange to associate- Returns:
- true if the association was successful, false otherwise
-
disassociate
-
getHttpExchange
-
getHttpSender
-
getHttpReceiver
-
send
public void send() -
send
-
release
public abstract void release() -
proceed
-
abort
-
abortResponse
-
exchangeTerminating
-
exchangeTerminated
-
toString
-