Class ClientHTTP2StreamEndPoint
- java.lang.Object
-
- org.eclipse.jetty.http2.HTTP2StreamEndPoint
-
- org.eclipse.jetty.http2.client.http.ClientHTTP2StreamEndPoint
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,org.eclipse.jetty.http2.HTTP2Channel.Client,org.eclipse.jetty.io.EndPoint
public class ClientHTTP2StreamEndPoint extends org.eclipse.jetty.http2.HTTP2StreamEndPoint implements org.eclipse.jetty.http2.HTTP2Channel.Client
-
-
Constructor Summary
Constructors Constructor Description ClientHTTP2StreamEndPoint(org.eclipse.jetty.http2.IStream stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonData(org.eclipse.jetty.http2.frames.DataFrame frame, org.eclipse.jetty.util.Callback callback)voidonFailure(java.lang.Throwable failure, org.eclipse.jetty.util.Callback callback)booleanonTimeout(java.lang.Throwable failure)-
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
-
-
-
-
Method Detail
-
onData
public void onData(org.eclipse.jetty.http2.frames.DataFrame frame, org.eclipse.jetty.util.Callback callback)- Specified by:
onDatain interfaceorg.eclipse.jetty.http2.HTTP2Channel.Client
-
onTimeout
public boolean onTimeout(java.lang.Throwable failure)
- Specified by:
onTimeoutin interfaceorg.eclipse.jetty.http2.HTTP2Channel.Client
-
onFailure
public void onFailure(java.lang.Throwable failure, org.eclipse.jetty.util.Callback callback)- Specified by:
onFailurein interfaceorg.eclipse.jetty.http2.HTTP2Channel.Client
-
-