public interface IncomingStreamHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleIncomingStream(String streamId,
InputStream stream)
Method handling the given InputStream.
|
void handleIncomingStream(String streamId, InputStream stream)
streamId - the id of the streamstream - the input stream containing the incoming dataCopyright © 2017–2018. All rights reserved.