public static class FromServer.Header.HttpCookies extends FromServer.Header<java.util.List<java.net.HttpCookie>>
FromServer.Header.CombinedMap, FromServer.Header.CsvList, FromServer.Header.HttpCookies, FromServer.Header.HttpDate, FromServer.Header.MapPairs, FromServer.Header.SingleLong, FromServer.Header.ValueOnly| Constructor and Description |
|---|
HttpCookies(java.lang.String key,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getParsedType()
Retrieves the type of the parsed representation of the 'value`.
|
java.util.List<java.net.HttpCookie> |
parse()
Performs the parse of the
value |
cleanQuotes, equals, find, full, getKey, getParsed, getValue, hashCode, key, keyValue, setValue, toString, valuepublic java.util.List<java.net.HttpCookie> parse()
FromServer.HeaderPerforms the parse of the value
parse in class FromServer.Header<java.util.List<java.net.HttpCookie>>public java.lang.Class<?> getParsedType()
FromServer.HeaderRetrieves the type of the parsed representation of the 'value`.
getParsedType in class FromServer.Header<java.util.List<java.net.HttpCookie>>