java.lang.Object
org.eclipse.jetty.io.AbstractConnection
org.eclipse.jetty.http3.InstructionStreamConnection
org.eclipse.jetty.http3.EncoderStreamConnection
- All Implemented Interfaces:
Closeable,AutoCloseable,org.eclipse.jetty.io.Connection,org.eclipse.jetty.io.Connection.UpgradeTo,org.eclipse.jetty.util.thread.Invocable
-
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.UpgradeToNested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
org.eclipse.jetty.util.thread.Invocable.Callable, org.eclipse.jetty.util.thread.Invocable.InvocationType, org.eclipse.jetty.util.thread.Invocable.ReadyTask, org.eclipse.jetty.util.thread.Invocable.Task -
Field Summary
FieldsFields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking, NOOP -
Constructor Summary
ConstructorsConstructorDescriptionEncoderStreamConnection(org.eclipse.jetty.io.EndPoint endPoint, Executor executor, org.eclipse.jetty.io.ByteBufferPool bufferPool, org.eclipse.jetty.http3.qpack.QpackDecoder decoder, ParserListener listener) -
Method Summary
Methods inherited from class org.eclipse.jetty.http3.InstructionStreamConnection
isUseInputDirectByteBuffers, notifySessionFailure, onFillable, onOpen, onUpgradeTo, setUseInputDirectByteBuffersMethods inherited from class org.eclipse.jetty.io.AbstractConnection
addEventListener, close, failedCallback, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getInvocationType, 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
-
EncoderStreamConnection
public EncoderStreamConnection(org.eclipse.jetty.io.EndPoint endPoint, Executor executor, org.eclipse.jetty.io.ByteBufferPool bufferPool, org.eclipse.jetty.http3.qpack.QpackDecoder decoder, ParserListener listener)
-
-
Method Details
-
parseInstruction
protected void parseInstruction(ByteBuffer buffer) throws org.eclipse.jetty.http3.qpack.QpackException - Specified by:
parseInstructionin classInstructionStreamConnection- Throws:
org.eclipse.jetty.http3.qpack.QpackException
-