public interface AsyncStreamingHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
END_POINT_TARGET
A service registration property which identifies the
AsyncStreamingHandler. |
| Modifier and Type | Method and Description |
|---|---|
AsyncDataReceiver |
handleOpenAsyncStream(AsyncDataSender responseSender)
Called by the Async Streaming service when a new async streaming request is done from other mPRM host.
|
static final java.lang.String END_POINT_TARGET
AsyncStreamingHandler. This target is
in AsyncStreamingService.openAsyncStream(String, String, AsyncDataReceiver) method.AsyncDataReceiver handleOpenAsyncStream(AsyncDataSender responseSender) throws ManagementException
responseSender - supplied to the application for sending of data over this stream.ManagementExceptionCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.