Uses of Class
org.wso2.carbon.logging.appender.http.models.SslConfiguration
Packages that use SslConfiguration
Package
Description
-
Uses of SslConfiguration in org.wso2.carbon.logging.appender.http
Methods in org.wso2.carbon.logging.appender.http that return SslConfigurationMethods in org.wso2.carbon.logging.appender.http with parameters of type SslConfigurationModifier and TypeMethodDescriptionSecuredHttpAppender.Builder.setSslConfiguration(SslConfiguration sslConfiguration) -
Uses of SslConfiguration in org.wso2.carbon.logging.appender.http.models
Methods in org.wso2.carbon.logging.appender.http.models that return SslConfigurationModifier and TypeMethodDescriptionstatic SslConfigurationSslConfiguration.createSslConfiguration(String protocol, String keyStoreLocation, String keyStorePassword, String trustStoreLocation, String trustStorePassword, boolean verifyHostName) HttpConnectionConfig.getSslConfiguration()Constructors in org.wso2.carbon.logging.appender.http.models with parameters of type SslConfigurationModifierConstructorDescriptionHttpConnectionConfig(org.apache.logging.log4j.core.config.Configuration configuration, org.apache.logging.log4j.core.LoggerContext loggerContext, String name, URL url, String method, int connectTimeoutMillis, int readTimeoutMillis, String username, String password, org.apache.logging.log4j.core.config.Property[] headers, SslConfiguration sslConfiguration, boolean verifyHostname)