|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpAccountingInfo
This interface returns information regarding HTTP requests and responses. This provides all the standard getters of the HttpServletRequest, HttpServletResponse as well as additional stuff, like timing metrics etc.
Method Detail |
---|
Object getAttribute(String name)
Enumeration getAttributeNames()
String getCharacterEncoding()
int getResponseContentLength()
String getContentType()
Locale getLocale()
Enumeration getLocales()
String getParameter(String name)
Enumeration getParameterNames()
String[] getParameterValues(String name)
String getProtocol()
String getRemoteAddr()
String getRemoteHost()
String getScheme()
String getServerName()
int getServerPort()
boolean isSecure()
String getAuthType()
String getContextPath()
Cookie[] getCookies()
long getDateHeader(String name)
String getHeader(String name)
Enumeration getHeaderNames()
Enumeration getHeaders(String name)
int getIntHeader(String name)
String getMethod()
String getPathInfo()
String getPathTranslated()
String getQueryString()
String getRemoteUser()
String getRequestURI()
String getRequestedSessionId()
String getServletPath()
Principal getUserPrincipal()
boolean isRequestedSessionIdFromCookie()
boolean isRequestedSessionIdFromURL()
boolean isRequestedSessionIdFromUrl()
boolean isRequestedSessionIdValid()
long getInvokeTime()
int getResponseStatusCode()
String getResponseHeader(String name)
ServerChannel getServerChannel()
|
Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview Copyright 2007 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |