Uses of Class
org.apache.logging.log4j.core.net.ssl.SslConfiguration

Packages that use SslConfiguration
org.apache.logging.log4j.core.appender Log4j 2 Appenders. 
org.apache.logging.log4j.core.net Log4j 2 network support. 
org.apache.logging.log4j.core.net.server Standalone server classes for consuming log events over a network. 
org.apache.logging.log4j.core.net.ssl Log4j 2 SSL support 
 

Uses of SslConfiguration in org.apache.logging.log4j.core.appender
 

Methods in org.apache.logging.log4j.core.appender with parameters of type SslConfiguration
static SyslogAppender SyslogAppender.createAppender(String host, int port, String protocolStr, SslConfiguration sslConfig, int connectTimeoutMillis, int reconnectionDelayMillis, boolean immediateFail, String name, boolean immediateFlush, boolean ignoreExceptions, Facility facility, String id, int enterpriseNumber, boolean includeMdc, String mdcId, String mdcPrefix, String eventPrefix, boolean newLine, String escapeNL, String appName, String msgId, String excludes, String includes, String required, String format, Filter filter, Configuration config, Charset charsetName, String exceptionPattern, LoggerFields[] loggerFields, boolean advertise)
          Create a SyslogAppender.
static SocketAppender SocketAppender.createAppender(String host, String portNum, String protocolStr, SslConfiguration sslConfig, int connectTimeoutMillis, String delayMillis, String immediateFail, String name, String immediateFlush, String ignore, Layout<? extends Serializable> layout, Filter filter, String advertise, Configuration config)
           
protected static AbstractSocketManager SocketAppender.createSocketManager(String name, Protocol protocol, String host, int port, int connectTimeoutMillis, SslConfiguration sslConfig, int delayMillis, boolean immediateFail, Layout<? extends Serializable> layout)
          Creates an AbstractSocketManager for TCP, UDP, and SSL.
 

Uses of SslConfiguration in org.apache.logging.log4j.core.net
 

Methods in org.apache.logging.log4j.core.net with parameters of type SslConfiguration
static SslSocketManager SslSocketManager.getSocketManager(SslConfiguration sslConfig, String host, int port, int connectTimeoutMillis, int delayMillis, boolean immediateFail, Layout<? extends Serializable> layout)
           
 

Constructors in org.apache.logging.log4j.core.net with parameters of type SslConfiguration
SslSocketManager(String name, OutputStream os, Socket sock, SslConfiguration sslConfig, InetAddress inetAddress, String host, int port, int connectTimeoutMillis, int delay, boolean immediateFail, Layout<? extends Serializable> layout)
           
 

Uses of SslConfiguration in org.apache.logging.log4j.core.net.server
 

Constructors in org.apache.logging.log4j.core.net.server with parameters of type SslConfiguration
SecureTcpSocketServer(int port, LogEventBridge<T> logEventInput, SslConfiguration sslConfig)
           
 

Uses of SslConfiguration in org.apache.logging.log4j.core.net.ssl
 

Methods in org.apache.logging.log4j.core.net.ssl that return SslConfiguration
static SslConfiguration SslConfiguration.createSSLConfiguration(String protocol, KeyStoreConfiguration keyStoreConfig, TrustStoreConfiguration trustStoreConfig)
          Creates an SslConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration.
 

Methods in org.apache.logging.log4j.core.net.ssl with parameters of type SslConfiguration
 boolean SslConfiguration.equals(SslConfiguration config)
           
 



Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.