MCPcopy Create free account
hub / github.com/apache/tomcat / isSecure

Method isSecure

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

Returns whether this session is using a secure connection (wss://). @return true if the connection is secure

()

Source from the content-addressed store, hash-verified

93 * @return {@code true} if the connection is secure
94 */
95 boolean isSecure();
96
97 /**
98 * Returns whether this session is currently open.

Calls

no outgoing calls