java.lang.Object
org.eclipse.jetty.http2.HTTP2StreamEndPoint
org.eclipse.jetty.http2.client.http.ClientHTTP2StreamEndPoint
All Implemented Interfaces:
Closeable, 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
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.io.EndPoint

    org.eclipse.jetty.io.EndPoint.Wrapper
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClientHTTP2StreamEndPoint(org.eclipse.jetty.http2.IStream stream)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onData(org.eclipse.jetty.http2.frames.DataFrame frame, org.eclipse.jetty.util.Callback callback)
     
    void
    onFailure(Throwable failure, org.eclipse.jetty.util.Callback callback)
     
    boolean
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.io.EndPoint

    close
  • Constructor Details

    • ClientHTTP2StreamEndPoint

      public ClientHTTP2StreamEndPoint(org.eclipse.jetty.http2.IStream stream)
  • Method Details

    • onData

      public void onData(org.eclipse.jetty.http2.frames.DataFrame frame, org.eclipse.jetty.util.Callback callback)
      Specified by:
      onData in interface org.eclipse.jetty.http2.HTTP2Channel.Client
    • onTimeout

      public boolean onTimeout(Throwable failure)
      Specified by:
      onTimeout in interface org.eclipse.jetty.http2.HTTP2Channel.Client
    • onFailure

      public void onFailure(Throwable failure, org.eclipse.jetty.util.Callback callback)
      Specified by:
      onFailure in interface org.eclipse.jetty.http2.HTTP2Channel.Client