Skip to content

Titanium.Network.Socket.AcceptDict

Options object for the accept method.

Simple object that defines properties to be set on the next accepted socket.

Since: 1.7

Properties #

error#

Type: Callback<ErrorCallbackArgs>

Callback to be fired when the socket enters the ERROR state.

timeout#

Type: Number

Timeout, in milliseconds, for all write operations.

Can only be modified when this socket is in the
INITIALIZED state.

Titanium SDK Documentation