public interface Transport
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
disconnect() |
boolean |
isConnected() |
void |
sendMessage(String message) |
void connect() throws IOException
IOException
void disconnect() throws IOException
IOException
boolean isConnected()
void sendMessage(String message) throws IOException
IOException