| Package | Description |
|---|---|
| edu.wisc.my.webproxy.beans.http |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistedCookieImpl
PersistedCookieImpl is an embeddable, JPA-persistable implementation of
ICookie.
|
| Modifier and Type | Method and Description |
|---|---|
List<ICookie> |
WebProxyStateImpl.getCookies() |
List<ICookie> |
IWebProxyState.getCookies()
Retrieve a list of cookies associated with this state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebProxyStateImpl.setCookies(List<ICookie> cookies) |
void |
IWebProxyState.setCookies(List<ICookie> cookies)
Set the list of cookies associated with this state.
|
Copyright © 2016 Jasig. All Rights Reserved.