public interface ServerStreamConnection
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the connection, and frees resources.
|
InputStream |
newInputStream()
Returns the connections input stream.
|
OutputStream |
newOutputStream()
Returns the connections output stream.
|
InputStream newInputStream() throws IOException
IOExceptionOutputStream newOutputStream() throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.