Uses of Class
org.eclipse.jetty.http2.hpack.HpackException
-
-
Uses of HpackException in org.eclipse.jetty.http2.hpack
Subclasses of HpackException in org.eclipse.jetty.http2.hpack Modifier and Type Class Description static classHpackException.CompressionExceptionstatic classHpackException.SessionExceptionA Session HPACK Exception.static classHpackException.StreamExceptionA Stream HPACK exception.Methods in org.eclipse.jetty.http2.hpack that throw HpackException Modifier and Type Method Description voidHpackEncoder. encode(java.nio.ByteBuffer buffer, MetaData metadata)
-