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 BinaryRepresentation
public static void write(int index, String value, OutputStream destination, boolean useHuffman) throws IOException
IOException
public static void write(String name, String value, OutputStream destination, boolean useHuffman) throws IOException
IOException
Copyright © 2019 Oracle Corporation. All rights reserved.