| 
 | Oracle | ||||||||||
| 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 Objectpublic boolean equals(Object obj)
equals in class Objectobj - - the object to compare this object with
| 
 | Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 2008 Oracle | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||