Skip to content

Titanium.Network.Socket.AcceptedCallbackArgs

Argument object passed to the accepted callback when a listener accepts a connection.

Since: 1.7

Properties #

inbound#

Type: Titanium.Network.Socket.TCP

Socket which represents the inbound connection.

This should be considered a 'connected' socket and is created in
the CONNECTED state.

socket#

Type: Titanium.Network.Socket.TCP

Socket which received the connection.

Titanium SDK Documentation