public static class HttpHeaderUtil.ExtendedValue extends Object implements Serializable
编码'语言'值
Constructor and Description |
---|
ExtendedValue(String value)
构造
|
Modifier and Type | Method and Description |
---|---|
Charset |
getCharset()
获取编码,无定义为
null |
String |
getDecodeValue()
获取解码后的值
|
String |
getLanguage()
获取语言
|
String |
getValue()
获取原始值
|
static HttpHeaderUtil.ExtendedValue |
of(String value)
创建扩展值
|
public ExtendedValue(String value)
value
- 扩展值或普通值public static HttpHeaderUtil.ExtendedValue of(String value)
value
- 扩展值或普通值public Charset getCharset()
null
null
public String getLanguage()
public String getValue()
public String getDecodeValue()
Copyright © 2025. All rights reserved.