public class IfsCookieContext extends IfsCommandContext implements CookieContext
| Constructor and Description |
|---|
IfsCookieContext()
The Constructor.
|
IfsCookieContext(Object cookie,
IfsServerChannel channel)
Other Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the CommandState. does not throw.
|
IfsServerChannel |
getChannel()
Gets the channel.
|
Object |
getCookie()
Gets the Cookie.
|
void |
setChannel(IfsServerChannel channel)
Sets the channel.
|
void |
setCookie(Object cookie)
Sets the Cookie.
|
public IfsCookieContext()
throws IfsException
IfsExceptionpublic IfsCookieContext(Object cookie, IfsServerChannel channel) throws IfsException
IfsExceptionpublic void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic Object getCookie() throws IfsException
getCookie in interface CookieContextIfsExceptionpublic void setCookie(Object cookie) throws IfsException
setCookie in interface CookieContextIfsExceptionpublic IfsServerChannel getChannel() throws IfsException
getChannel in interface CookieContextIfsExceptionpublic void setChannel(IfsServerChannel channel) throws IfsException
setChannel in interface CookieContextIfsExceptionCopyright © 2025. All rights reserved.