org.eclipse.paho.client.mqttv3.internal
Interface NetworkModule

All Known Implementing Classes:
LocalNetworkModule, SSLNetworkModule, TCPNetworkModule

public interface NetworkModule


Method Summary
 InputStream getInputStream()
           
 OutputStream getOutputStream()
           
 void start()
           
 void stop()
           
 

Method Detail

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.