Example usage for org.apache.http.nio.reactor.ssl SSLSetupHandler interface-usage

List of usage examples for org.apache.http.nio.reactor.ssl SSLSetupHandler interface-usage

Introduction

In this page you can find the example usage for org.apache.http.nio.reactor.ssl SSLSetupHandler interface-usage.

Usage

From source file org.siddhiesb.transport.http.conn.ServerSSLSetupHandler.java

public class ServerSSLSetupHandler implements SSLSetupHandler {

    private final org.siddhiesb.transport.http.conn.SSLClientAuth clientAuth;
    /** Enabled SSL handshake protocols (e.g. SSLv3, TLSv1) */
    private final String[] httpsProtocols;