public interface Encoding
AcceptEncodingHeader
,
ContentEncodingHeader
Modifier and Type | Method and Description |
---|---|
String |
getEncoding()
Gets the encoding of an EncodingHeader.
|
void |
setEncoding(String encoding)
Sets the encoding of an EncodingHeader.
|
void setEncoding(String encoding) throws ParseException
encoding
- - the new string value defining the encoding.ParseException
- which signals that an error has been reached
unexpectedly while parsing the encoding value.String getEncoding()
Copyright © 2015. All Rights Reserved.