Class ClientHTTP2StreamEndPoint
java.lang.Object
org.eclipse.jetty.http2.HTTP2StreamEndPoint
org.eclipse.jetty.http2.client.http.ClientHTTP2StreamEndPoint
- All Implemented Interfaces:
Closeable
,AutoCloseable
,HTTP2Channel.Client
,EndPoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.EndPoint
EndPoint.Wrapper
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.http2.HTTP2StreamEndPoint
close, fill, fillInterested, flush, getConnection, getCreatedTimeStamp, getIdleTimeout, getLocalAddress, getLocalSocketAddress, getRemoteAddress, getRemoteSocketAddress, getTransport, isFillInterested, isInputShutdown, isOpen, isOutputShutdown, offerData, offerFailure, onClose, onOpen, process, setConnection, setIdleTimeout, shutdownOutput, toString, tryFillInterested, upgrade, write
-
Constructor Details
-
ClientHTTP2StreamEndPoint
-
-
Method Details
-
onData
- Specified by:
onData
in interfaceHTTP2Channel.Client
-
onTimeout
- Specified by:
onTimeout
in interfaceHTTP2Channel.Client
-
onFailure
- Specified by:
onFailure
in interfaceHTTP2Channel.Client
-