Class ClientHTTP2StreamEndPoint
java.lang.Object
org.eclipse.jetty.http2.HTTP2StreamEndPoint
org.eclipse.jetty.http2.client.transport.internal.ClientHTTP2StreamEndPoint
- All Implemented Interfaces:
Closeable,AutoCloseable,HTTP2Channel.Client,EndPoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.EndPoint
EndPoint.Pipe, EndPoint.SslSessionData, EndPoint.Wrapper -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononReset(ResetFrame frame, Callback callback) onTimeout(TimeoutException timeout, Promise<Boolean> promise) Methods inherited from class org.eclipse.jetty.http2.HTTP2StreamEndPoint
close, fill, fillInterested, flush, getConnection, getCreatedTimeStamp, getIdleTimeout, getInvocationType, getLocalAddress, getLocalSocketAddress, getRemoteAddress, getRemoteSocketAddress, getTransport, isFillInterested, isInputShutdown, isOpen, isOutputShutdown, onClose, onOpen, processDataAvailable, processFailure, setConnection, setIdleTimeout, shutdownOutput, toString, tryFillInterested, upgrade, write
-
Constructor Details
-
ClientHTTP2StreamEndPoint
-
-
Method Details
-
onDataAvailable
- Specified by:
onDataAvailablein interfaceHTTP2Channel.Client
-
onReset
- Specified by:
onResetin interfaceHTTP2Channel.Client
-
onTimeout
- Specified by:
onTimeoutin interfaceHTTP2Channel.Client
-
onFailure
- Specified by:
onFailurein interfaceHTTP2Channel.Client
-