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

Method setNew

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

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

(boolean isNew)

Source from the content-addressed store, hash-verified

242 * @param isNew The new value for the <code>isNew</code> flag
243 */
244 void setNew(boolean isNew);
245
246
247 /**

Callers 4

createSessionMethod · 0.95
executeMethod · 0.65
setNewMethod · 0.65
doGetSessionMethod · 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