Class URLUtils
java.lang.Object
com.vmware.vipclient.i18n.messages.api.url.URLUtils
Encapsulates some methods related to vIP Server.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringappendParamToURL(StringBuilder u, String key, String value) static StringcreateEtagString(Map<String, List<String>> responseHeaders) static LonggetMaxAgeMillis(Map<String, List<String>> responseHeaders) static booleanisStringInListIgnoreCase(List<String> list, String targetStr) Is the target String in list
-
Field Details
-
BODY
- See Also:
-
HEADERS
- See Also:
-
RESPONSE_CODE
- See Also:
-
RESPONSE_MSG
- See Also:
-
RESPONSE_TIMESTAMP
- See Also:
-
IF_NONE_MATCH_HEADER
- See Also:
-
ETAG
- See Also:
-
CACHE_CONTROL
- See Also:
-
MAX_AGE_MILLIS
- See Also:
-
-
Method Details
-
appendParamToURL
-
isStringInListIgnoreCase
Is the target String in list- Parameters:
list-containStr-- Returns:
- if contain return true, else return false.
-
createEtagString
-
getMaxAgeMillis
-