AS2AcknowledgementConnectionSettingsResponse

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

The AS2 agreement acknowledgement connection settings.

Constructors

constructor(ignoreCertificateNameMismatch: Boolean, keepHttpConnectionAlive: Boolean, supportHttpStatusCodeContinue: Boolean, unfoldHttpHeaders: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether to ignore mismatch in certificate name.

Link copied to clipboard

Indicates whether to keep the connection alive.

Link copied to clipboard

Indicates whether to support HTTP status code 'CONTINUE'.

Link copied to clipboard

Indicates whether to unfold the HTTP headers.