public interface Connection
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
discard() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
URI |
getURI() |
URI getURI()
void discard()
void close()
throws IOException
IOExceptionInputStream getInputStream() throws IOException
IOExceptionOutputStream getOutputStream() throws IOException
IOExceptionCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.