Uses of Class
org.eclipse.jetty.http2.hpack.HpackContext
-
Packages that use HpackContext Package Description org.eclipse.jetty.http2.hpack -
-
Uses of HpackContext in org.eclipse.jetty.http2.hpack
Fields in org.eclipse.jetty.http2.hpack declared as HpackContext Modifier and Type Field Description private HpackContext
HpackDecoder. _context
private HpackContext
HpackEncoder. _context
Methods in org.eclipse.jetty.http2.hpack that return HpackContext Modifier and Type Method Description HpackContext
HpackDecoder. getHpackContext()
HpackContext
HpackEncoder. getHpackContext()
-