public class WebProxyStateImpl extends Object implements IWebProxyState
| Constructor and Description |
|---|
WebProxyStateImpl()
Default constructor
|
WebProxyStateImpl(String stateKey)
Construct a new WebProxyStateImpl with the specified state key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ICookie> |
getCookies()
Retrieve a list of cookies associated with this state.
|
String |
getStateKey()
Get the unique key associated with this state.
|
int |
hashCode() |
void |
setCookies(List<ICookie> cookies)
Set the list of cookies associated with this state.
|
String |
toString() |
public WebProxyStateImpl()
public WebProxyStateImpl(String stateKey)
stateKey - public String getStateKey()
IWebProxyStategetStateKey in interface IWebProxyStatepublic List<ICookie> getCookies()
IWebProxyStategetCookies in interface IWebProxyStatepublic void setCookies(List<ICookie> cookies)
IWebProxyStatesetCookies in interface IWebProxyStateCopyright © 2016 Jasig. All Rights Reserved.