Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.servlet.logging
Interface HttpAccountingInfo


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 Summary
abstract  Object getAttribute(String name)
           
abstract  Enumeration getAttributeNames()
           
abstract  String getAuthType()
           
abstract  String getCharacterEncoding()
           
abstract  String getContentType()
           
abstract  String getContextPath()
           
abstract  Cookie[] getCookies()
           
abstract  long getDateHeader(String name)
           
abstract  String getHeader(String name)
           
abstract  Enumeration getHeaderNames()
           
abstract  Enumeration getHeaders(String name)
           
abstract  int getIntHeader(String name)
           
abstract  long getInvokeTime()
           
abstract  Locale getLocale()
           
abstract  Enumeration getLocales()
           
abstract  String getMethod()
           
abstract  String getParameter(String name)
           
abstract  Enumeration getParameterNames()
           
abstract  String[] getParameterValues(String name)
           
abstract  String getPathInfo()
           
abstract  String getPathTranslated()
           
abstract  String getProtocol()
           
abstract  String getQueryString()
           
abstract  String getRemoteAddr()
           
abstract  String getRemoteHost()
           
abstract  String getRemoteUser()
           
abstract  String getRequestedSessionId()
           
abstract  String getRequestURI()
           
abstract  int getResponseContentLength()
           
abstract  long getResponseContentLengthLong()
           
abstract  String getResponseHeader(String name)
           
abstract  int getResponseStatusCode()
           
abstract  String getScheme()
           
abstract  ServerChannel getServerChannel()
           
abstract  String getServerName()
           
abstract  int getServerPort()
           
abstract  String getServletPath()
           
abstract  ByteBuffer getURIAsBytes()
           
abstract  Principal getUserPrincipal()
           
abstract  boolean isRequestedSessionIdFromCookie()
           
abstract  boolean isRequestedSessionIdFromUrl()
           
abstract  boolean isRequestedSessionIdFromURL()
           
abstract  boolean isRequestedSessionIdValid()
           
abstract  boolean isSecure()
           
abstract  void setRemoteUser(String username)
           

 

Method Detail

getAttribute

Object getAttribute(String name)

getAttributeNames

Enumeration getAttributeNames()

getCharacterEncoding

String getCharacterEncoding()

getResponseContentLength

int getResponseContentLength()

getResponseContentLengthLong

long getResponseContentLengthLong()

getContentType

String getContentType()

getLocale

Locale getLocale()

getLocales

Enumeration getLocales()

getParameter

String getParameter(String name)

getParameterNames

Enumeration getParameterNames()

getParameterValues

String[] getParameterValues(String name)

getProtocol

String getProtocol()

getRemoteAddr

String getRemoteAddr()

getRemoteHost

String getRemoteHost()

getScheme

String getScheme()

getServerName

String getServerName()

getServerPort

int getServerPort()

isSecure

boolean isSecure()

getAuthType

String getAuthType()

getContextPath

String getContextPath()

getCookies

Cookie[] getCookies()

getDateHeader

long getDateHeader(String name)

getHeader

String getHeader(String name)

getHeaderNames

Enumeration getHeaderNames()

getHeaders

Enumeration getHeaders(String name)

getIntHeader

int getIntHeader(String name)

getMethod

String getMethod()

getPathInfo

String getPathInfo()

getPathTranslated

String getPathTranslated()

getQueryString

String getQueryString()

setRemoteUser

void setRemoteUser(String username)

getRemoteUser

String getRemoteUser()

getRequestURI

String getRequestURI()

getRequestedSessionId

String getRequestedSessionId()

getServletPath

String getServletPath()

getUserPrincipal

Principal getUserPrincipal()

isRequestedSessionIdFromCookie

boolean isRequestedSessionIdFromCookie()

isRequestedSessionIdFromURL

boolean isRequestedSessionIdFromURL()

isRequestedSessionIdFromUrl

boolean isRequestedSessionIdFromUrl()

isRequestedSessionIdValid

boolean isRequestedSessionIdValid()

getURIAsBytes

ByteBuffer getURIAsBytes()

getInvokeTime

long getInvokeTime()

getResponseStatusCode

int getResponseStatusCode()

getResponseHeader

String getResponseHeader(String name)

getServerChannel

ServerChannel getServerChannel()

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09