Uses of Class
com.telenordigital.nbiot.OutputStreamHandler
-
Packages that use OutputStreamHandler Package Description com.telenordigital.nbiot -
-
Uses of OutputStreamHandler in com.telenordigital.nbiot
Method parameters in com.telenordigital.nbiot with type arguments of type OutputStreamHandler Modifier and Type Method Description org.eclipse.jetty.websocket.client.WebSocketClientClient. outputStream(String collectionID, String deviceID, Consumer<OutputStreamHandler> handler)Receive data messages sent by a device.org.eclipse.jetty.websocket.client.WebSocketClientClient. outputStream(String collectionID, Consumer<OutputStreamHandler> handler)Receive data messages sent by all devices in a collection.Constructors in com.telenordigital.nbiot with parameters of type OutputStreamHandler Constructor Description WebSocketHandler(OutputStreamHandler handler)
-