Uses of Class
org.eclipse.jetty.http.MetaData
Packages that use MetaData
Package
Description
Jetty Http : Tools for Http processing
-
Uses of MetaData in org.eclipse.jetty.http
Subclasses of MetaData in org.eclipse.jetty.httpModifier and TypeClassDescriptionstatic class
Immutable HTTP CONNECT request information.static class
Immutable HTTP request information.static class
Immutable HTTP response information.Methods in org.eclipse.jetty.http that return MetaData -
Uses of MetaData in org.eclipse.jetty.http2.frames
Methods in org.eclipse.jetty.http2.frames that return MetaDataConstructors in org.eclipse.jetty.http2.frames with parameters of type MetaDataModifierConstructorDescriptionHeadersFrame
(int streamId, MetaData metaData, PriorityFrame priority, boolean endStream) Creates a newHEADERS
frame with the specified streamid
.HeadersFrame
(MetaData metaData, PriorityFrame priority, boolean endStream) Creates a newHEADERS
frame with an unspecified streamid
. -
Uses of MetaData in org.eclipse.jetty.http2.generator
Methods in org.eclipse.jetty.http2.generator with parameters of type MetaDataModifier and TypeMethodDescriptionprotected RetainableByteBuffer
FrameGenerator.encode
(HpackEncoder encoder, MetaData metaData) int
HeadersGenerator.generateHeaders
(ByteBufferPool.Accumulator accumulator, int streamId, MetaData metaData, PriorityFrame priority, boolean endStream) int
PushPromiseGenerator.generatePushPromise
(ByteBufferPool.Accumulator accumulator, int streamId, int promisedStreamId, MetaData metaData) -
Uses of MetaData in org.eclipse.jetty.http2.hpack
Methods in org.eclipse.jetty.http2.hpack that return MetaDataMethods in org.eclipse.jetty.http2.hpack with parameters of type MetaData -
Uses of MetaData in org.eclipse.jetty.http2.parser
Fields in org.eclipse.jetty.http2.parser declared as MetaDataModifier and TypeFieldDescriptionstatic final MetaData
HeaderBlockParser.SESSION_FAILURE
static final MetaData
HeaderBlockParser.STREAM_FAILURE
Methods in org.eclipse.jetty.http2.parser that return MetaDataModifier and TypeMethodDescriptionHeaderBlockParser.parse
(ByteBuffer buffer, int blockLength) Parses @{code blockLength} HPACK bytes from the givenbuffer
. -
Uses of MetaData in org.eclipse.jetty.http3.frames
Methods in org.eclipse.jetty.http3.frames that return MetaDataConstructors in org.eclipse.jetty.http3.frames with parameters of type MetaData -
Uses of MetaData in org.eclipse.jetty.http3.qpack
Methods in org.eclipse.jetty.http3.qpack with parameters of type MetaDataModifier and TypeMethodDescriptionvoid
QpackEncoder.encode
(ByteBuffer buffer, long streamId, MetaData metadata) Encodes aMetaData
object into the suppliedByteBuffer
for a specific HTTP/s stream.void
QpackDecoder.Handler.onMetaData
(long streamId, MetaData metadata, boolean wasBlocked)