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
IOException
void close() throws IOException
IOException