AS2MessageConnectionSettingsResponse

data class AS2MessageConnectionSettingsResponse(val ignoreCertificateNameMismatch: Boolean, val keepHttpConnectionAlive: Boolean, val supportHttpStatusCodeContinue: Boolean, val unfoldHttpHeaders: Boolean)

The AS2 agreement message connection settings.

Constructors

Link copied to clipboard
constructor(ignoreCertificateNameMismatch: Boolean, keepHttpConnectionAlive: Boolean, supportHttpStatusCodeContinue: Boolean, unfoldHttpHeaders: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value indicating whether to ignore mismatch in certificate name.

Link copied to clipboard

The value indicating whether to keep the connection alive.

Link copied to clipboard

The value indicating whether to support HTTP status code 'CONTINUE'.

Link copied to clipboard

The value indicating whether to unfold the HTTP headers.