public interface Connection
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
boolean |
isOpen() |
void |
setSoTimeout(int timeout) |
boolean isOpen()
InputStream getInputStream()
OutputStream getOutputStream()
void setSoTimeout(int timeout)
throws IOException
IOExceptionvoid close()
throws IOException
IOException