Class EncoderStreamConnection
java.lang.Object
org.eclipse.jetty.io.AbstractConnection
org.eclipse.jetty.io.AbstractConnection.NonBlocking
org.eclipse.jetty.http3.InstructionStreamConnection
org.eclipse.jetty.http3.EncoderStreamConnection
- All Implemented Interfaces:
 Closeable, AutoCloseable, Connection, Connection.UpgradeTo
- 
Nested Class Summary
Nested classes/interfaces inherited from class AbstractConnection
AbstractConnection.NonBlockingNested classes/interfaces inherited from interface Connection
Connection.Listener, Connection.Tunnel, Connection.UpgradeFrom, Connection.UpgradeTo - 
Constructor Summary
ConstructorsConstructorDescriptionEncoderStreamConnection(EndPoint endPoint, Executor executor, ByteBufferPool bufferPool, QpackDecoder decoder, ParserListener listener)  - 
Method Summary
Methods inherited from class InstructionStreamConnection
isUseInputDirectByteBuffers, notifySessionFailure, onFillable, onOpen, onUpgradeTo, setUseInputDirectByteBuffersMethods inherited from class AbstractConnection.NonBlocking
fillInterestedMethods inherited from class AbstractConnection
addEventListener, close, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, isFillInterested, onClose, onFillInterestedFailed, onIdleExpired, onReadTimeout, removeEventListener, setInputBufferSize, toConnectionString, toString, tryFillInterested 
- 
Constructor Details
- 
EncoderStreamConnection
public EncoderStreamConnection(EndPoint endPoint, Executor executor, ByteBufferPool bufferPool, QpackDecoder decoder, ParserListener listener)  
 - 
 - 
Method Details
- 
parseInstruction
- Specified by:
 parseInstructionin classInstructionStreamConnection- Throws:
 QpackException
 
 -