public interface ServerStreamConnection
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the connection, and frees resources.
|
java.io.InputStream |
newInputStream()
Returns the connections input stream.
|
java.io.OutputStream |
newOutputStream()
Returns the connections output stream.
|
java.io.InputStream newInputStream()
throws java.io.IOException
java.io.IOExceptionjava.io.OutputStream newOutputStream()
throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOExceptionCopyright © 2001–2017. All rights reserved.