public class CookieHelper
extends java.lang.Object
| Constructor and Description |
|---|
CookieHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
extract(Any a)
Extract Cookie from an any
|
static java.lang.String |
id()
Return the Cookie IDL ID
|
static void |
insert(Any a,
java.lang.Object t)
Insert Cookie into an any
|
static java.lang.Object |
read(InputStream istream)
Read Cookie from a marshalled stream
|
static TypeCode |
type()
Return the Cookie TypeCode
|
static void |
write(OutputStream ostream,
java.lang.Object value)
Write Cookie into a marshalled stream
|
public static void insert(Any a, java.lang.Object t)
a - an anyt - Cookie valuepublic static java.lang.Object extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static java.lang.Object read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, java.lang.Object value)
ostream - the output streamvalue - Cookie value