public class StickinessCookie
extends java.lang.Object
| Constructor and Description |
|---|
StickinessCookie(java.lang.String value,
java.lang.String domain)
Convenient object to store the two main attributes of a Cookie, its value and its domain.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDomain()
Get the cookie domain attribute
|
java.lang.String |
getValue()
Get the cookie value attribute
|
public StickinessCookie(java.lang.String value,
java.lang.String domain)
CreateOperation executes Channel.create(). A cookie with
exactly these values obtained at consumer creation time must be included later in all subsequent operations
including consumer deletion.value - the cookie valuedomain - the cookie domain attribute