|
Oracle | ||||||||||
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()
ByteBuffer getURIAsBytes()
long getInvokeTime()
int getResponseStatusCode()
String getResponseHeader(String name)
weblogic.protocol.ServerChannel getServerChannel()
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |