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

Method access

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

Update the accessed time information for this session. This method should be called by the context when a request comes in for a particular session, even if the application does not reference it.

()

Source from the content-addressed store, hash-verified

297 * comes in for a particular session, even if the application does not reference it.
298 */
299 void access();
300
301
302 /**

Callers 15

testFileStoreMethod · 0.95
backsUpOnce_56698Method · 0.95
testDSStoreMethod · 0.95
invokeMethod · 0.95
getSessionMethod · 0.95
accessMethod · 0.95
findSessionMethod · 0.95
runMethod · 0.65
objectMadePrimaryMethod · 0.65
executeMethod · 0.65
setOwnerMethod · 0.65
accessEntryMethod · 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 4

testFileStoreMethod · 0.76
backsUpOnce_56698Method · 0.76
testDSStoreMethod · 0.76
runMethod · 0.52