Package | Description |
---|---|
org.wso2.carbon.logging.appender.http | |
org.wso2.carbon.logging.appender.http.models |
Modifier and Type | Method and Description |
---|---|
SslConfiguration |
SecuredHttpAppender.Builder.getSslConfiguration() |
Modifier and Type | Method and Description |
---|---|
B |
SecuredHttpAppender.Builder.setSslConfiguration(SslConfiguration sslConfiguration) |
Modifier and Type | Method and Description |
---|---|
static SslConfiguration |
SslConfiguration.createSslConfiguration(String protocol,
String keyStoreLocation,
String keyStorePassword,
String trustStoreLocation,
String trustStorePassword,
boolean verifyHostName) |
SslConfiguration |
HttpConnectionConfig.getSslConfiguration() |
Constructor and 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) |
Copyright © 2024 WSO2. All rights reserved.