|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.servlet.http.RequestResponseKey
public class RequestResponseKey
This hold the request and response objects for a HTTP request.
Method Summary | |
---|---|
boolean |
equals(Object obj)
Check for the equality of objects |
HttpServletRequest |
getRequest()
Get the request object associated with the HTTP request |
HttpServletResponse |
getResponse()
Get the response object associated with the HTTP request |
long |
getTimeout()
Get the timeout value |
int |
hashCode()
Get the hashcode |
boolean |
isValid()
Indicates whether this object is valid or not. |
void |
setTimeout(int timeout)
Set the timeout method in milliseconds |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setTimeout(int timeout)
timeout
- - timeout value in millisecondspublic long getTimeout()
public boolean isValid()
public HttpServletRequest getRequest()
public HttpServletResponse getResponse()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
obj
- - the object to compare this object with
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |