public class Header
extends Object
implements Externalizable
Constructor and Description |
---|
Header()
The empty constructor is required by
Externalizable . |
Header(javax.servlet.http.Cookie cookieValue) |
Header(int intValue) |
Header(long dateValue) |
Header(String stringValue) |
Modifier and Type | Method and Description |
---|---|
void |
addToResponse(String key,
javax.servlet.http.HttpServletResponse httpServletResponse) |
boolean |
equals(Object object) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
void |
setToResponse(String key,
javax.servlet.http.HttpServletResponse httpServletResponse) |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public Header()
Externalizable
. Do not use
this for any other purpose.public Header(javax.servlet.http.Cookie cookieValue)
public Header(int intValue)
public Header(long dateValue)
public Header(String stringValue)
public void addToResponse(String key, javax.servlet.http.HttpServletResponse httpServletResponse)
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void readExternal(ObjectInput objectInput) throws IOException
readExternal
in interface Externalizable
IOException
public void setToResponse(String key, javax.servlet.http.HttpServletResponse httpServletResponse)
public String toString()
toString
in class Object
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException