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

Method setValid

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

Set the isValid flag for this session. @param isValid The new value for the isValid flag

(boolean isValid)

Source from the content-addressed store, hash-verified

279 * @param isValid The new value for the <code>isValid</code> flag
280 */
281 void setValid(boolean isValid);
282
283
284 /**

Callers 6

createSessionMethod · 0.95
TesterRequestMethod · 0.65
testSerializationMethod · 0.65
setOwnerMethod · 0.65
deserializeSessionsMethod · 0.65
handleSESSION_CREATEDMethod · 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 2

TesterRequestMethod · 0.52
testSerializationMethod · 0.52