Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ setKey
Method
setKey
utils/src/main/java/com/cloud/utils/nio/Link.java:98–102 ·
view source on GitHub ↗
(SelectionKey key)
Source
from the content-addressed store, hash-verified
96
}
97
98
public
void
setKey(SelectionKey key) {
99
synchronized (this) {
100
_key = key;
101
}
102
}
103
104
public
void
setSSLEngine(SSLEngine sslEngine) {
105
_sslEngine = sslEngine;
Callers
4
accept
Method · 0.95
processTodos
Method · 0.95
connect
Method · 0.95
init
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected