List of usage examples for io.netty.handler.ssl SslHandler subclass-usage
From source file com.chiorichan.http.ssl.SslExceptionHandler.java
public class SslExceptionHandler extends SslHandler { public SslExceptionHandler(SSLEngine engine) { super(engine); } public SslExceptionHandler(SSLEngine engine, boolean startTls) {
From source file org.waarp.common.crypto.ssl.WaarpSslHandler.java
/** * @author "Frederic Bregier" * */ public class WaarpSslHandler extends SslHandler { /**