AcceptDict

Options object for the accept method.

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

  • 1.7
  • 1.7
  • 1.7

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

AcceptDict
error : Callback<ErrorCallbackArgs>

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

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

AcceptDict
timeout : Number

Timeout, in milliseconds, for all write operations.

Timeout, in milliseconds, for all write operations.

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