Technical data

Setting Up HTTP Access Logs
Administration Guide 8-23
Enumeration getHeaders(String name); javax.servlet.http.Http.ServletRequest
int getIntHeader(String name); javax.servlet.http.Http.ServletRequest
String getMethod(); javax.servlet.http.Http.ServletRequest
String getPathInfo(); javax.servlet.http.Http.ServletRequest
String getPathTranslated(); javax.servlet.http.Http.ServletRequest
String getQueryString(); javax.servlet.http.Http.ServletRequest
String getRemoteUser(); javax.servlet.http.Http.ServletRequest
String getRequestURI(); javax.servlet.http.Http.ServletRequest
String getRequestedSessionId(); javax.servlet.http.Http.ServletRequest
String getServletPath(); javax.servlet.http.Http.ServletRequest
Principal getUserPrincipal(); javax.servlet.http.Http.ServletRequest
boolean
isRequestedSessionIdFromCookie();
javax.servlet.http.Http.ServletRequest
boolean
isRequestedSessionIdFromURL();
javax.servlet.http.Http.ServletRequest
boolean
isRequestedSessionIdFromUrl();
javax.servlet.http.Http.ServletRequest
boolean isRequestedSessionIdValid(); javax.servlet.http.Http.ServletRequest
String getFirstLine();
Returns the first line of the HTTP request, for example:
GET /index.html HTTP/1.0
long getInvokeTime();
Returns the length of time it took for the service method
of a servlet to write data back to the client.
int getResponseStatusCode(); javax.servlet.http.HttpServletResponse
String
getResponseHeader(String name);
javax.servlet.http.HttpServletResponse
Table 8-2 Getter Methods of HttpAccountingInfo
HttpAccountingInfo Methods
Where to find information on the methods