public interface Transport
| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
void |
disconnect() |
void |
flush() |
boolean |
isConnected() |
void |
reconnect() |
boolean isConnected()
void connect()
throws IOException
IOExceptionvoid disconnect()
throws IOException
IOExceptionvoid reconnect()
throws IOException
IOExceptionvoid flush()
throws IOException
IOExceptionCopyright © 2014. All rights reserved.