public class LiteralWithIndexing extends Object implements BinaryRepresentation
| Modifier and Type | Method and Description |
|---|---|
static LiteralWithIndexing |
getInstance() |
static boolean |
matches(byte sig) |
void |
process(Buffer source,
HeaderFieldTable.DecTable table,
HeaderListener handler) |
static void |
write(int index,
String value,
OutputStream destination,
boolean useHuffman) |
static void |
write(String name,
String value,
OutputStream destination,
boolean useHuffman) |
public static LiteralWithIndexing getInstance()
public static boolean matches(byte sig)
public void process(Buffer source, HeaderFieldTable.DecTable table, HeaderListener handler)
process in interface BinaryRepresentationpublic static void write(int index,
String value,
OutputStream destination,
boolean useHuffman)
throws IOException
IOExceptionpublic static void write(String name, String value, OutputStream destination, boolean useHuffman) throws IOException
IOExceptionCopyright © 2021 Oracle Corporation. All rights reserved.