org.eclipse.paho.client.mqttv3.internal
Interface NetworkModule
- All Known Implementing Classes:
- LocalNetworkModule, SSLNetworkModule, TCPNetworkModule
public interface NetworkModule
start
void start()
throws IOException,
MqttException
- Throws:
IOException
MqttException
getInputStream
InputStream getInputStream()
throws IOException
- Throws:
IOException
getOutputStream
OutputStream getOutputStream()
throws IOException
- Throws:
IOException
stop
void stop()
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.