| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.net.http.jaxrs |
| 限定符和类型 | 方法和说明 |
|---|---|
static UriComponent.Type |
UriComponent.Type.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static UriComponent.Type[] |
UriComponent.Type.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
UriComponent.contextualEncode(String s,
UriComponent.Type t)
Contextually encodes the characters of string that are either non-ASCII
characters or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
|
static String |
UriComponent.contextualEncode(String s,
UriComponent.Type t,
boolean template)
Contextually encodes the characters of string that are either non-ASCII
characters or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
|
static String |
UriComponent.decode(String s,
UriComponent.Type t)
Decodes characters of a string that are percent-encoded octets using
UTF-8 decoding (if needed).
|
static String |
UriComponent.encode(String s,
UriComponent.Type t)
Encodes the characters of string that are either non-ASCII characters
or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
|
static String |
UriComponent.encode(String s,
UriComponent.Type t,
boolean template)
Encodes the characters of string that are either non-ASCII characters
or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
|
static String |
UriTemplate.resolveTemplateValues(UriComponent.Type type,
String template,
boolean encode,
Map<String,?> _mapValues)
Resolves template variables in the given
template from _mapValues. |
static boolean |
UriComponent.valid(String s,
UriComponent.Type t)
Validates the legal characters of a percent-encoded string that
represents a URI component type.
|
static boolean |
UriComponent.valid(String s,
UriComponent.Type t,
boolean template)
Validates the legal characters of a percent-encoded string that
represents a URI component type.
|
static void |
UriComponent.validate(String s,
UriComponent.Type t)
Validates the legal characters of a percent-encoded string that
represents a URI component type.
|
static void |
UriComponent.validate(String s,
UriComponent.Type t,
boolean template)
Validates the legal characters of a percent-encoded string that
represents a URI component type.
|
Copyright © 2021. All rights reserved.