AS2AcknowledgementConnectionSettings Class

  • java.lang.Object
    • com.azure.resourcemanager.logic.models.AS2AcknowledgementConnectionSettings

public final class AS2AcknowledgementConnectionSettings

The AS2 agreement acknowledgement connection settings.

Constructor Summary

Constructor Description
AS2AcknowledgementConnectionSettings()

Creates an instance of AS2AcknowledgementConnectionSettings class.

Method Summary

Modifier and Type Method and Description
boolean ignoreCertificateNameMismatch()

Get the ignoreCertificateNameMismatch property: Indicates whether to ignore mismatch in certificate name.

boolean keepHttpConnectionAlive()

Get the keepHttpConnectionAlive property: Indicates whether to keep the connection alive.

boolean supportHttpStatusCodeContinue()

Get the supportHttpStatusCodeContinue property: Indicates whether to support HTTP status code 'CONTINUE'.

boolean unfoldHttpHeaders()

Get the unfoldHttpHeaders property: Indicates whether to unfold the HTTP headers.

void validate()

Validates the instance.

AS2AcknowledgementConnectionSettings withIgnoreCertificateNameMismatch(boolean ignoreCertificateNameMismatch)

Set the ignoreCertificateNameMismatch property: Indicates whether to ignore mismatch in certificate name.

AS2AcknowledgementConnectionSettings withKeepHttpConnectionAlive(boolean keepHttpConnectionAlive)

Set the keepHttpConnectionAlive property: Indicates whether to keep the connection alive.

AS2AcknowledgementConnectionSettings withSupportHttpStatusCodeContinue(boolean supportHttpStatusCodeContinue)

Set the supportHttpStatusCodeContinue property: Indicates whether to support HTTP status code 'CONTINUE'.

AS2AcknowledgementConnectionSettings withUnfoldHttpHeaders(boolean unfoldHttpHeaders)

Set the unfoldHttpHeaders property: Indicates whether to unfold the HTTP headers.

Methods inherited from java.lang.Object

Constructor Details

AS2AcknowledgementConnectionSettings

public AS2AcknowledgementConnectionSettings()

Creates an instance of AS2AcknowledgementConnectionSettings class.

Method Details

ignoreCertificateNameMismatch

public boolean ignoreCertificateNameMismatch()

Get the ignoreCertificateNameMismatch property: Indicates whether to ignore mismatch in certificate name.

Returns:

the ignoreCertificateNameMismatch value.

keepHttpConnectionAlive

public boolean keepHttpConnectionAlive()

Get the keepHttpConnectionAlive property: Indicates whether to keep the connection alive.

Returns:

the keepHttpConnectionAlive value.

supportHttpStatusCodeContinue

public boolean supportHttpStatusCodeContinue()

Get the supportHttpStatusCodeContinue property: Indicates whether to support HTTP status code 'CONTINUE'.

Returns:

the supportHttpStatusCodeContinue value.

unfoldHttpHeaders

public boolean unfoldHttpHeaders()

Get the unfoldHttpHeaders property: Indicates whether to unfold the HTTP headers.

Returns:

the unfoldHttpHeaders value.

validate

public void validate()

Validates the instance.

withIgnoreCertificateNameMismatch

public AS2AcknowledgementConnectionSettings withIgnoreCertificateNameMismatch(boolean ignoreCertificateNameMismatch)

Set the ignoreCertificateNameMismatch property: Indicates whether to ignore mismatch in certificate name.

Parameters:

ignoreCertificateNameMismatch - the ignoreCertificateNameMismatch value to set.

Returns:

the AS2AcknowledgementConnectionSettings object itself.

withKeepHttpConnectionAlive

public AS2AcknowledgementConnectionSettings withKeepHttpConnectionAlive(boolean keepHttpConnectionAlive)

Set the keepHttpConnectionAlive property: Indicates whether to keep the connection alive.

Parameters:

keepHttpConnectionAlive - the keepHttpConnectionAlive value to set.

Returns:

the AS2AcknowledgementConnectionSettings object itself.

withSupportHttpStatusCodeContinue

public AS2AcknowledgementConnectionSettings withSupportHttpStatusCodeContinue(boolean supportHttpStatusCodeContinue)

Set the supportHttpStatusCodeContinue property: Indicates whether to support HTTP status code 'CONTINUE'.

Parameters:

supportHttpStatusCodeContinue - the supportHttpStatusCodeContinue value to set.

Returns:

the AS2AcknowledgementConnectionSettings object itself.

withUnfoldHttpHeaders

public AS2AcknowledgementConnectionSettings withUnfoldHttpHeaders(boolean unfoldHttpHeaders)

Set the unfoldHttpHeaders property: Indicates whether to unfold the HTTP headers.

Parameters:

unfoldHttpHeaders - the unfoldHttpHeaders value to set.

Returns:

the AS2AcknowledgementConnectionSettings object itself.

Applies to