MCPcopy Create free account
hub / github.com/apache/cloudstack / setSSLEngine

Method setSSLEngine

utils/src/main/java/com/cloud/utils/nio/Link.java:104–106  ·  view source on GitHub ↗
(SSLEngine sslEngine)

Source from the content-addressed store, hash-verified

102 }
103
104 public void setSSLEngine(SSLEngine sslEngine) {
105 _sslEngine = sslEngine;
106 }
107
108 private static void doWrite(SocketChannel ch, ByteBuffer[] buffers, SSLEngine sslEngine) throws IOException {
109 SSLSession sslSession = sslEngine.getSession();

Callers 2

acceptMethod · 0.95
initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected