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
IOException
OutputStream newOutputStream() throws IOException
IOException
void close() throws IOException
IOException
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.