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

Method getCreationTime

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

Returns the creation time for this session. @return the creation time in milliseconds since midnight, January 1, 1970 GMT

()

Source from the content-addressed store, hash-verified

86 * @return the creation time in milliseconds since midnight, January 1, 1970 GMT
87 */
88 long getCreationTime();
89
90
91 /**

Callers 11

createSessionMethod · 0.95
getCreationTimeMethod · 0.95
getCreationTimestampMethod · 0.95
sendCreateSessionMethod · 0.65
getCreationTimeMethod · 0.65
getUsedTimeForSessionMethod · 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