Class ClientHTTP3StreamConnection

java.lang.Object
org.eclipse.jetty.io.AbstractConnection
org.eclipse.jetty.http3.internal.HTTP3StreamConnection
org.eclipse.jetty.http3.client.internal.ClientHTTP3StreamConnection
All Implemented Interfaces:
Closeable, AutoCloseable, org.eclipse.jetty.io.Connection

public class ClientHTTP3StreamConnection extends org.eclipse.jetty.http3.internal.HTTP3StreamConnection
  • Nested Class Summary

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

    org.eclipse.jetty.io.Connection.Listener, org.eclipse.jetty.io.Connection.UpgradeFrom, org.eclipse.jetty.io.Connection.UpgradeTo
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClientHTTP3StreamConnection(org.eclipse.jetty.quic.common.QuicStreamEndPoint endPoint, ClientHTTP3Session session, org.eclipse.jetty.http3.internal.parser.MessageParser parser)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    onDataAvailable(long streamId)
     

    Methods inherited from class org.eclipse.jetty.http3.internal.HTTP3StreamConnection

    demand, getEndPoint, hasBuffer, hasDemand, isUseInputDirectByteBuffers, onClose, onFillable, onOpen, onReadTimeout, readData, setUseInputDirectByteBuffers, toConnectionString

    Methods inherited from class org.eclipse.jetty.io.AbstractConnection

    addEventListener, close, failedCallback, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, isFillInterested, onFillInterestedFailed, onIdleExpired, removeEventListener, setInputBufferSize, toString, tryFillInterested

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ClientHTTP3StreamConnection

      public ClientHTTP3StreamConnection(org.eclipse.jetty.quic.common.QuicStreamEndPoint endPoint, ClientHTTP3Session session, org.eclipse.jetty.http3.internal.parser.MessageParser parser)
  • Method Details

    • onDataAvailable

      protected void onDataAvailable(long streamId)
      Specified by:
      onDataAvailable in class org.eclipse.jetty.http3.internal.HTTP3StreamConnection