212213214215216217218
if (enabledCipherSuites != null && enabledCipherSuites.length > 0) { engine.setEnabledCipherSuites(enabledCipherSuites); } } return protocol.newSession(new NettyProtocolTransport(ctx.getChannel(), engine)); }