Constructor and Description |
---|
AhcWSCookie(org.asynchttpclient.cookie.Cookie ahcCookie) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDomain() |
java.lang.Long |
getMaxAge() |
java.lang.String |
getName() |
java.lang.String |
getPath() |
java.lang.Object |
getUnderlying()
Returns the underlying "native" object for the cookie.
|
java.lang.String |
getValue() |
java.lang.Boolean |
isSecure() |
public java.lang.Object getUnderlying()
getUnderlying
in interface WSCookie