public interface NetworkModule
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
void |
start() |
void |
stop() |
InputStream getInputStream() throws IOException
IOException
OutputStream getOutputStream() throws IOException
IOException
void start() throws IOException, MqttException
IOException
MqttException
void stop() throws IOException
IOException