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 TypeMethodDescriptionintprotected ByteBufferFrameGenerator.encode(HpackEncoder encoder, org.eclipse.jetty.io.ByteBufferPool.Lease lease, org.eclipse.jetty.http.MetaData metaData, int maxFrameSize) abstract intintintintHeadersGenerator.generateHeaders(org.eclipse.jetty.io.ByteBufferPool.Lease lease, int streamId, org.eclipse.jetty.http.MetaData metaData, PriorityFrame priority, boolean endStream) intPushPromiseGenerator.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 classstatic classA Session HPACK Exception.static classA Stream HPACK exception.Methods in org.eclipse.jetty.http2.hpack that throw HpackExceptionModifier and TypeMethodDescriptionvoidHpackEncoder.encode(ByteBuffer buffer, org.eclipse.jetty.http.MetaData metadata)