TCP.readIntoPayloadFully()

Signature

Event readIntoPayloadFully(String sessionNickName, String uriOfResponseEvent)

Domain

Parameters

NameTypeDescription
sessionNickNameStringNick name of the session from which to read
uriOfResponseEventStringThe event that will be created and the bytes read will be set as a payload into that event before returning it.

Returns

TypeDescription
EventThe event with the payload containing the data.