Uses of Class
org.eclipse.jetty.http2.hpack.HpackException
Packages that use HpackException
Package
Description
-
Uses of HpackException in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 that throw HpackException -
Uses of HpackException in org.eclipse.jetty.http2.generator
Methods in org.eclipse.jetty.http2.generator that throw HpackExceptionModifier and TypeMethodDescriptionint
protected ByteBuffer
FrameGenerator.encode
(HpackEncoder encoder, org.eclipse.jetty.io.ByteBufferPool.Lease lease, org.eclipse.jetty.http.MetaData metaData, int maxFrameSize) abstract int
int
int
int
HeadersGenerator.generateHeaders
(org.eclipse.jetty.io.ByteBufferPool.Lease lease, int streamId, org.eclipse.jetty.http.MetaData metaData, PriorityFrame priority, boolean endStream) int
PushPromiseGenerator.generatePushPromise
(org.eclipse.jetty.io.ByteBufferPool.Lease lease, int streamId, int promisedStreamId, org.eclipse.jetty.http.MetaData metaData) -
Uses of HpackException in org.eclipse.jetty.http2.hpack
Subclasses of HpackException in org.eclipse.jetty.http2.hpackModifier and TypeClassDescriptionstatic class
static class
A Session HPACK Exception.static class
A Stream HPACK exception.Methods in org.eclipse.jetty.http2.hpack that throw HpackExceptionModifier and TypeMethodDescriptionvoid
HpackEncoder.encode
(ByteBuffer buffer, org.eclipse.jetty.http.MetaData metadata)