public class CookieHolder extends java.lang.Object implements Streamable
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
value |
Constructor and Description |
---|
CookieHolder() |
CookieHolder(java.lang.Object intial) |
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream input) |
TypeCode |
_type() |
void |
_write(OutputStream output) |
public CookieHolder()
public CookieHolder(java.lang.Object intial)
public void _read(InputStream input)
_read
in interface Streamable
public void _write(OutputStream output)
_write
in interface Streamable
public TypeCode _type()
_type
in interface Streamable