public class LiteralNeverIndexed extends Object implements BinaryRepresentation
| Modifier and Type | Method and Description |
|---|---|
static LiteralNeverIndexed |
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 LiteralNeverIndexed 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 © 2024 Oracle Corporation. All rights reserved.