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

Method isNew

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

Returns whether the session was created during the current request. @return true if the session was created during the current request.

()

Source from the content-addressed store, hash-verified

234 * @return {@code true} if the session was created during the current request.
235 */
236 boolean isNew();
237
238
239 /**

Callers 5

saveRequestMethod · 0.65
getReporterMethod · 0.65
setBufferSizeMethod · 0.65
isNewMethod · 0.65
getComparatorMethod · 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