Class DecoderStreamConnection
java.lang.Object
org.eclipse.jetty.io.AbstractConnection
org.eclipse.jetty.io.AbstractConnection.NonBlocking
org.eclipse.jetty.http3.InstructionStreamConnection
org.eclipse.jetty.http3.DecoderStreamConnection
- 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
ConstructorsConstructorDescriptionDecoderStreamConnection(EndPoint endPoint, Executor executor, ByteBufferPool bufferPool, QpackEncoder encoder, 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
- 
DecoderStreamConnection
public DecoderStreamConnection(EndPoint endPoint, Executor executor, ByteBufferPool bufferPool, QpackEncoder encoder, ParserListener listener)  
 - 
 - 
Method Details
- 
parseInstruction
- Specified by:
 parseInstructionin classInstructionStreamConnection- Throws:
 QpackException
 
 -