public interface Connection
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
discard() |
java.io.InputStream |
getInputStream() |
java.io.OutputStream |
getOutputStream() |
java.net.URI |
getURI() |
java.net.URI getURI()
void discard()
void close() throws java.io.IOException
java.io.IOException
java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException