ch.qos.logback.core.net.ssl
Interface SSLComponent

All Known Implementing Classes:
AbstractSSLSocketAppender, SSLServerSocketAppenderBase

public interface SSLComponent

A interface used to identify components that have an SSL configuration.

Author:
Carl Harris

Method Summary
 SSLConfiguration getSsl()
           
 void setSsl(SSLConfiguration ssl)
           
 

Method Detail

getSsl

SSLConfiguration getSsl()

setSsl

void setSsl(SSLConfiguration ssl)


Copyright © 2005-2014 QOS.ch. All Rights Reserved.