Package org.eclipse.jetty.http3.internal
Class DecoderStreamConnection
java.lang.Object
org.eclipse.jetty.io.AbstractConnection
org.eclipse.jetty.http3.internal.InstructionStreamConnection
org.eclipse.jetty.http3.internal.DecoderStreamConnection
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Connection
,Connection.UpgradeTo
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection
Connection.Listener, Connection.UpgradeFrom, Connection.UpgradeTo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDecoderStreamConnection
(EndPoint endPoint, Executor executor, ByteBufferPool byteBufferPool, QpackEncoder encoder) -
Method Summary
Methods inherited from class org.eclipse.jetty.http3.internal.InstructionStreamConnection
isUseInputDirectByteBuffers, onFillable, onOpen, onUpgradeTo, setUseInputDirectByteBuffers
Methods inherited from class org.eclipse.jetty.io.AbstractConnection
addEventListener, close, failedCallback, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, isFillInterested, onClose, onFillInterestedFailed, onIdleExpired, onReadTimeout, removeEventListener, setInputBufferSize, toConnectionString, toString, tryFillInterested
-
Field Details
-
STREAM_TYPE
public static final long STREAM_TYPE- See Also:
-
-
Constructor Details
-
DecoderStreamConnection
public DecoderStreamConnection(EndPoint endPoint, Executor executor, ByteBufferPool byteBufferPool, QpackEncoder encoder)
-
-
Method Details
-
parseInstruction
- Specified by:
parseInstruction
in classInstructionStreamConnection
- Throws:
QpackException
-