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