Http Sender Configuration Builder
class HttpSenderConfigurationBuilder
Content copied to clipboard
Functions
build
Link copied to clipboard
withBasicAuthLogin
Link copied to clipboard
fun withBasicAuthLogin(basicAuthLogin: String): HttpSenderConfigurationBuilder
Content copied to clipboard
withBasicAuthPassword
Link copied to clipboard
fun withBasicAuthPassword(basicAuthPassword: String): HttpSenderConfigurationBuilder
Content copied to clipboard
withCertificatePath
Link copied to clipboard
fun withCertificatePath(certificatePath: String): HttpSenderConfigurationBuilder
Content copied to clipboard
withCertificateType
Link copied to clipboard
fun withCertificateType(certificateType: String): HttpSenderConfigurationBuilder
Content copied to clipboard
withCompress
Link copied to clipboard
withConnectionTimeout
Link copied to clipboard
fun withConnectionTimeout(connectionTimeout: Int): HttpSenderConfigurationBuilder
Content copied to clipboard
withDropReportsOnTimeout
Link copied to clipboard
fun withDropReportsOnTimeout(dropReportsOnTimeout: Boolean): HttpSenderConfigurationBuilder
Content copied to clipboard
withEnabled
Link copied to clipboard
withHttpHeaders
Link copied to clipboard
fun withHttpHeaders(httpHeaders: Map<String, String>): HttpSenderConfigurationBuilder
Content copied to clipboard
withHttpMethod
Link copied to clipboard
fun withHttpMethod(httpMethod: HttpSender.Method): HttpSenderConfigurationBuilder
Content copied to clipboard
withKeyStoreFactoryClass
Link copied to clipboard
fun withKeyStoreFactoryClass(keyStoreFactoryClass: Class<out KeyStoreFactory>): HttpSenderConfigurationBuilder
Content copied to clipboard
withResCertificate
Link copied to clipboard
fun withResCertificate(resCertificate: Int): HttpSenderConfigurationBuilder
Content copied to clipboard
withSocketTimeout
Link copied to clipboard
fun withSocketTimeout(socketTimeout: Int): HttpSenderConfigurationBuilder
Content copied to clipboard
withTlsProtocols
Link copied to clipboard
fun withTlsProtocols(vararg tlsProtocols: TLS): HttpSenderConfigurationBuilder
Content copied to clipboard
fun withTlsProtocols(tlsProtocols: List<TLS>): HttpSenderConfigurationBuilder
Content copied to clipboard
withUri
Link copied to clipboard
Properties
basicAuthLogin
Link copied to clipboard
basicAuthPassword
Link copied to clipboard
certificatePath
Link copied to clipboard
certificateType
Link copied to clipboard
connectionTimeout
Link copied to clipboard
dropReportsOnTimeout
Link copied to clipboard
httpHeaders
Link copied to clipboard
httpMethod
Link copied to clipboard
keyStoreFactoryClass
Link copied to clipboard
resCertificate
Link copied to clipboard
socketTimeout
Link copied to clipboard
tlsProtocols
Link copied to clipboard