MCPcopy Create free account
hub / github.com/apache/tomcat / getIdleTimeInternal

Method getIdleTimeInternal

java/org/apache/catalina/Session.java:195–195  ·  view source on GitHub ↗

Returns the idle time from last client access time without invalidation check. @return the idle time in milliseconds @see #getIdleTime()

()

Source from the content-addressed store, hash-verified

193 * @see #getIdleTime()
194 */
195 long getIdleTimeInternal();
196
197 /**
198 * Returns the Manager within which this Session is valid.

Callers 4

isSessionStaleMethod · 0.65
isValidMethod · 0.65
sessionDestroyedMethod · 0.65
sessionsMethod · 0.65

Implementers 3

WsSessionjava/org/apache/tomcat/websocket/WsSes
StandardSessionjava/org/apache/catalina/session/Stand
DummyProxySessionjava/org/apache/catalina/manager/Dummy

Calls

no outgoing calls

Tested by

no test coverage detected