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

Method getInstanceManager

java/org/apache/tomcat/websocket/WsSession.java:283–285  ·  view source on GitHub ↗

Returns the instance manager for this session. @return the instance manager

()

Source from the content-addressed store, hash-verified

281 * @return the instance manager
282 */
283 public InstanceManager getInstanceManager() {
284 return webSocketContainer.getInstanceManager(applicationClassLoader);
285 }
286
287
288 @Override

Callers 2

WsSessionMethod · 0.95
fireEndpointOnCloseMethod · 0.95

Calls 1

getInstanceManagerMethod · 0.65

Tested by

no test coverage detected