MCPcopy Index your code
hub / github.com/apache/tomcat / isValid

Method isValid

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

Returns whether the session is still valid. @return true if the session is valid

()

Source from the content-addressed store, hash-verified

287 * @return {@code true} if the session is valid
288 */
289 boolean isValid();
290
291
292 // --------------------------------------------------------- Public Methods

Callers 15

invokeMethod · 0.95
storeSessionMethod · 0.95
getSessionMethod · 0.95
accessMethod · 0.95
swapInMethod · 0.95
validateMethod · 0.65
validateMethod · 0.65
isValidMethod · 0.65
getVMInfoMethod · 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 1