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
IfsException
public IfsCookieContext(Object cookie, IfsServerChannel channel) throws IfsException
IfsException
public void clear()
clear
in interface CommandContext
clear
in class IfsCommandContext
public Object getCookie() throws IfsException
getCookie
in interface CookieContext
IfsException
public void setCookie(Object cookie) throws IfsException
setCookie
in interface CookieContext
IfsException
public IfsServerChannel getChannel() throws IfsException
getChannel
in interface CookieContext
IfsException
public void setChannel(IfsServerChannel channel) throws IfsException
setChannel
in interface CookieContext
IfsException
Copyright © 2023. All rights reserved.