| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| 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
| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||