public interface IWebProxyState
| Modifier and Type | Method and Description |
|---|---|
List<ICookie> |
getCookies()
Retrieve a list of cookies associated with this state.
|
String |
getStateKey()
Get the unique key associated with this state.
|
void |
setCookies(List<ICookie> cookies)
Set the list of cookies associated with this state.
|
Copyright © 2016 Jasig. All Rights Reserved.