-
- Enclosing interface:
- HTTP2Channel
public static interface HTTP2Channel.ClientA client specific handler for events that happen after a
HEADERSresponse frame is received.DATAframes may be handled as response content or as opaque tunnelled data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonData(DataFrame frame, org.eclipse.jetty.util.Callback callback)voidonFailure(java.lang.Throwable failure, org.eclipse.jetty.util.Callback callback)booleanonTimeout(java.lang.Throwable failure)
-
-
-
Method Detail
-
onData
void onData(DataFrame frame, org.eclipse.jetty.util.Callback callback)
-
onTimeout
boolean onTimeout(java.lang.Throwable failure)
-
onFailure
void onFailure(java.lang.Throwable failure, org.eclipse.jetty.util.Callback callback)
-
-