public final class HeaderValue extends Object
Modifier and Type | Field and Description |
---|---|
static HeaderValue |
IDENTITY |
Modifier and Type | Method and Description |
---|---|
String |
get() |
byte[] |
getByteArray() |
boolean |
isSet() |
static HeaderValue |
newHeaderValue(String value)
Creates a
HeaderValue wrapper over a String
header value representation. |
HeaderValue |
prepare()
Prepare the HeaderValue for the serialization.
|
void |
serializeToDataChunk(DataChunk dc)
Serializes this HeaderValue value into a passed
DataChunk . |
String |
toString() |
public static final HeaderValue IDENTITY
public static HeaderValue newHeaderValue(String value)
HeaderValue
wrapper over a String
header value representation.value
- String
header value representationHeaderValue
wrapper over a String
heade value representationpublic HeaderValue prepare()
public boolean isSet()
public String get()
public byte[] getByteArray()
Copyright © 2015 Oracle Corporation. All rights reserved.