Event readIntoPayload(String sessionNickName, int maxNumBytesToRead, String uriOfResponseEvent)
Event readIntoPayload(String sessionNickName, int maxNumBytesToRead, String uriOfResponseEvent)
Name | Type | Description |
---|---|---|
sessionNickName | String | Nick name of the session |
maxNumBytesToRead | int | reading stops and returns the data collected so far. |
uriOfResponseEvent | String | that event before returning it. |
Type | Description |
---|---|
Event | The event with the payload containing the data. null if End-of-stream is reached. |