TCP.write()

Signature

void write(String sessionNickName, Event eventWithPayload)

Domain

Parameters

NameTypeDescription
sessionNickNameStringNick name of the session to which data is being written
eventWithPayloadSimpleEventAny event whose payload will be converted to a byte[] and then written to the session

Returns

None.