|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.slamd.common.http.util.HttpResponse
| Constructor Summary | |
HttpResponse()
Creates a new instance of HttpResponse |
|
| Method Summary | |
int |
getAuthErrorCode()
Getter for property authErrorCode. |
java.util.Vector |
getCookies()
|
java.util.Enumeration |
getCookiesEnumeration()
Getter for property cookies. |
byte[] |
getLocation()
Getter for property location. |
int |
getStatus()
Getter for property status. |
boolean |
hasCookies()
|
java.lang.String |
printCookies()
|
void |
setAuthErrorCode(int authErrorCode)
Setter for property authErrorCode. |
void |
setCookies(java.util.Vector cookies)
Setter for property cookies. |
void |
setLocation(byte[] location)
Setter for property location. |
void |
setStatus(int status)
Setter for property status. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HttpResponse()
| Method Detail |
public int getStatus()
public void setStatus(int status)
status - New value of property status.public byte[] getLocation()
public void setLocation(byte[] location)
location - New value of property location.public java.util.Enumeration getCookiesEnumeration()
public java.util.Vector getCookies()
public java.lang.String printCookies()
public void setCookies(java.util.Vector cookies)
cookies - New value of property cookies.public boolean hasCookies()
public int getAuthErrorCode()
public void setAuthErrorCode(int authErrorCode)
authErrorCode - New value of property authErrorCode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||