zuul-core/src/main/java/com/netflix/netty/common/ssl/SslHandshakeInfo.java [39:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public SslHandshakeInfo(
            boolean isOfIntermediary,
            String protocol,
            String cipherSuite,
            ClientAuth clientAuthRequirement,
            Certificate serverCertificate,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



zuul-core/src/main/java/com/netflix/netty/common/ssl/SslHandshakeInfo.java [56:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public SslHandshakeInfo(
            boolean isOfIntermediary,
            String protocol,
            String cipherSuite,
            ClientAuth clientAuthRequirement,
            Certificate serverCertificate,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



