public interface Transport
void
connect()
disconnect()
boolean
isConnected()
sendMessage(String message)
void connect() throws IOException
IOException
void disconnect() throws IOException
boolean isConnected()
void sendMessage(String message) throws IOException