DefaultTimeout Property

An initial timeout value to be used by incoming connections.

Syntax

public int getDefaultTimeout();
public void setDefaultTimeout(int defaultTimeout);

Default Value

0

Remarks

This property is used by the class to set the operational timeout value of all inbound connections once they are established.

This property defines the timeout when sending data. When SSLEnabled is False a value of 0 means data will be sent asynchronously and a positive value means data is sent synchronously.

When SSLEnabled is True all data is sent synchronously regardless of the Timeout value.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 Java Edition - Version 20.0 [Build 8155]