public class HttpClientRequestCookie extends Object
HttpClientRequest
. Only used
internally to the HttpClientRequest
,
SimpleHttpClientRequest
and
RestletHttpClient
classes. Needs to be public as
RestletHttpClient
is not in this package.Modifier | Constructor and Description |
---|---|
protected |
HttpClientRequestCookie(String domain,
String field,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getDomain()
Get the domain for which the cookie was set.
|
String |
getField()
Get the field of the cookie.
|
String |
getValue()
Get the value of the cookie.
|
public String getDomain()
public String getField()
public String getValue()
Copyright © 2010-2018, ForgeRock All Rights Reserved.