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

Method getUserProperties

java/jakarta/websocket/Session.java:223–223  ·  view source on GitHub ↗

Returns a map of user properties associated with this session. @return The user properties map

()

Source from the content-addressed store, hash-verified

221 * @return The user properties map
222 */
223 Map<String,Object> getUserProperties();
224
225 /**
226 * Returns the principal of the user associated with this session, or {@code null} if the

Callers 15

testPingPongMessagesMethod · 0.95
doTestWriterMethod · 0.95
doBufferTestMethod · 0.95
onOpenMethod · 0.65
onOpenMethod · 0.65
onOpenMethod · 0.65
echoTesterMethod · 0.65

Calls

no outgoing calls

Tested by 15

testPingPongMessagesMethod · 0.76
doTestWriterMethod · 0.76
doBufferTestMethod · 0.76
onOpenMethod · 0.52
onOpenMethod · 0.52
echoTesterMethod · 0.52