| Constructor and Description |
|---|
WebSocketReceiver(InputStream input,
PipedInputStream pipedInputStream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReceiving()
Returns the receiving state.
|
boolean |
isRunning() |
void |
run() |
void |
start(String threadName)
Starts up the WebSocketReceiver's thread
|
void |
stop()
Stops this WebSocketReceiver's thread.
|
public WebSocketReceiver(InputStream input, PipedInputStream pipedInputStream) throws IOException
IOExceptionpublic void start(String threadName)
public void stop()
public boolean isRunning()
public boolean isReceiving()
Copyright © 2018 Eclipse Paho. All Rights Reserved.