Class HttpReceiverOverHTTP2
java.lang.Object
org.eclipse.jetty.client.HttpReceiver
org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2
- All Implemented Interfaces:
HTTP2Channel.Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected HttpChannelOverHTTP2voidvoidbooleanprotected voidreceive()protected voidreset()Resets the state of this HttpReceiver.Methods inherited from class org.eclipse.jetty.client.HttpReceiver
abort, demand, dispose, getHttpDestination, getHttpExchange, hasDemandOrStall, isFailed, responseBegin, responseContent, responseFailure, responseHeader, responseHeaders, responseSuccess, storeCookie, toString
-
Constructor Details
-
HttpReceiverOverHTTP2
-
-
Method Details
-
getHttpChannel
- Overrides:
getHttpChannelin classHttpReceiver
-
receive
protected void receive()- Overrides:
receivein classHttpReceiver
-
reset
protected void reset()Description copied from class:HttpReceiverResets the state of this HttpReceiver.Subclasses should override (but remember to call
super) to reset their own state.Either this method or
HttpReceiver.dispose()is called.- Overrides:
resetin classHttpReceiver
-
onData
- Specified by:
onDatain interfaceHTTP2Channel.Client
-
onTimeout
- Specified by:
onTimeoutin interfaceHTTP2Channel.Client
-
onFailure
- Specified by:
onFailurein interfaceHTTP2Channel.Client
-