isStreamEnabled() method

Specifies if the data streaming is enabled for this request.

Syntax

public boolean isStreamEnabled ()

Parameters

Returns

use of data Streaming in the network library

Example 1

BaseRequest request = new BaseRequest(); boolean isStreamUsed = request.isStreamEnabled();