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