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

Method setManager

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

Set the Manager within which this Session is valid. @param manager The new Manager

(Manager manager)

Source from the content-addressed store, hash-verified

208 * @param manager The new Manager
209 */
210 void setManager(Manager manager);
211
212
213 /**

Callers 1

invokeMethod · 0.95

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