zuul-core/src/main/java/com/netflix/netty/common/ssl/ServerSslConfig.java [71:77]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public ServerSslConfig(
            String[] protocols,
            String[] ciphers,
            File certChainFile,
            File keyFile,
            ClientAuth clientAuth,
            File clientAuthTrustStoreFile,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



zuul-core/src/main/java/com/netflix/netty/common/ssl/ServerSslConfig.java [92:98]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public ServerSslConfig(
            String[] protocols,
            String[] ciphers,
            File certChainFile,
            File keyFile,
            ClientAuth clientAuth,
            File clientAuthTrustStoreFile,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



