public interface IOIOConnection
| Modifier and Type | Method and Description |
|---|---|
boolean |
canClose()
Can this connection be closed.
|
void |
disconnect() |
java.io.InputStream |
getInputStream() |
java.io.OutputStream |
getOutputStream() |
void |
waitForConnect() |
void waitForConnect()
throws ConnectionLostException
ConnectionLostExceptionvoid disconnect()
java.io.InputStream getInputStream()
throws ConnectionLostException
ConnectionLostExceptionjava.io.OutputStream getOutputStream()
throws ConnectionLostException
ConnectionLostExceptionboolean canClose()