MCPcopy 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

acceptMethod · 0.95
processTodosMethod · 0.95
connectMethod · 0.95
initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected