public interface ConnectionIf
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
disconnect() |
int |
getExitCode() |
java.io.InputStream |
getInputStream() |
java.io.OutputStream |
getOutputStream() |
boolean |
isConnected() |
void connect() throws java.lang.Exception
java.lang.Exception
void disconnect() throws java.lang.Exception
java.lang.Exception
boolean isConnected()
java.io.InputStream getInputStream() throws java.lang.Exception
java.lang.Exception
java.io.OutputStream getOutputStream() throws java.lang.Exception
java.lang.Exception
int getExitCode()