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.IOException
java.io.OutputStream newOutputStream() throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException
Copyright © 2001–2017. All rights reserved.