Uses of Class
org.wso2.carbon.logging.appender.http.models.SslConfiguration
-
Packages that use SslConfiguration Package Description org.wso2.carbon.logging.appender.http org.wso2.carbon.logging.appender.http.models -
-
Uses of SslConfiguration in org.wso2.carbon.logging.appender.http
Methods in org.wso2.carbon.logging.appender.http that return SslConfiguration Modifier and Type Method Description SslConfigurationSecuredHttpAppender.Builder. getSslConfiguration()Methods in org.wso2.carbon.logging.appender.http with parameters of type SslConfiguration Modifier and Type Method Description BSecuredHttpAppender.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 SslConfiguration Modifier and Type Method Description static SslConfigurationSslConfiguration. createSslConfiguration(String protocol, String keyStoreLocation, String keyStorePassword, String trustStoreLocation, String trustStorePassword, boolean verifyHostName)SslConfigurationHttpConnectionConfig. getSslConfiguration()Constructors in org.wso2.carbon.logging.appender.http.models with parameters of type SslConfiguration Constructor Description HttpConnectionConfig(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)
-