uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

setReadTimeout(Integer interval) method

Description

This method sets the read timeout in milliseconds.

This method functions in the same manner as when you set the ClientConfig.PROPERTY_READ_TIMEOUT property in the property map acquired by using the getProperties() method.

Syntax

public void setReadTimeout(Integer interval)

Parameter

interval
This is the timeout value for reading the property. If you specify null or 0, the operation does not time out.

Return value

None.

Notes