Example usage for io.netty.handler.ssl SslHandler subclass-usage

List of usage examples for io.netty.handler.ssl SslHandler subclass-usage

Introduction

In this page you can find the example usage for io.netty.handler.ssl SslHandler subclass-usage.

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 {
    /**