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

Method setCreationTime

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

Set the creation time for this session. This method is called by the Manager when an existing Session instance is reused. @param time The new creation time

(long time)

Source from the content-addressed store, hash-verified

103 * @param time The new creation time
104 */
105 void setCreationTime(long time);
106
107
108 /**

Callers 2

createSessionMethod · 0.95
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

no test coverage detected