类 AbstractWebStatImpl
java.lang.Object
com.alibaba.druid.support.http.AbstractWebStatImpl
- 直接已知子类:
StatHandlerInterceptor,WebStatFilter
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明protected Stringprotected booleanstatic final intprotected Stringprotected Stringprotected booleanprotected Stringprotected booleanprotected intprotected WebAppStat -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getPrincipal(javax.servlet.http.HttpServletRequest httpRequest) protected StringgetRemoteAddress(javax.servlet.http.HttpServletRequest request) getRequestURI(javax.servlet.http.HttpServletRequest request) getSessionId(javax.servlet.http.HttpServletRequest httpRequest) getSessionStat(javax.servlet.http.HttpServletRequest request) intbooleanbooleanvoidsetProfileEnable(boolean profileEnable) voidsetSessionStatEnable(boolean sessionStatEnable)
-
字段详细资料
-
DEFAULT_MAX_STAT_SESSION_COUNT
public static final int DEFAULT_MAX_STAT_SESSION_COUNT- 另请参阅:
-
webAppStat
-
sessionStatEnable
protected boolean sessionStatEnable -
sessionStatMaxCount
protected int sessionStatMaxCount -
createSession
protected boolean createSession -
profileEnable
protected boolean profileEnable -
contextPath
-
principalSessionName
-
principalCookieName
-
realIpHeader
-
statFilterContextListener
-
-
构造器详细资料
-
AbstractWebStatImpl
public AbstractWebStatImpl()
-
-
方法详细资料
-
isSessionStatEnable
public boolean isSessionStatEnable() -
setSessionStatEnable
public void setSessionStatEnable(boolean sessionStatEnable) -
isProfileEnable
public boolean isProfileEnable() -
setProfileEnable
public void setProfileEnable(boolean profileEnable) -
getContextPath
-
getSessionStatMaxCount
public int getSessionStatMaxCount() -
getRequestURI
-
getPrincipalSessionName
-
getPrincipalCookieName
-
getSessionStat
-
getRemoteAddress
-
getSessionId
-
getPrincipal
-