# AcceptDict

Options object for the accept method.

Availability
1.7
1.7
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Overview

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

# Properties

# error

Availability
1.7
1.7
9.2.0
error :Callback<ErrorCallbackArgs>

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


# timeout

Availability
1.7
1.7
9.2.0
timeout :Number

Timeout, in milliseconds, for all write operations.

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