private class LocalStreamConnection.LocalServerStreamConnection extends java.lang.Object implements ServerStreamConnection
| Modifier | Constructor and Description |
|---|---|
private |
LocalServerStreamConnection() |
| 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.
|
public java.io.InputStream newInputStream()
throws java.io.IOException
ServerStreamConnectionnewInputStream in interface ServerStreamConnectionjava.io.IOExceptionpublic java.io.OutputStream newOutputStream()
throws java.io.IOException
ServerStreamConnectionnewOutputStream in interface ServerStreamConnectionjava.io.IOExceptionpublic void close()
throws java.io.IOException
ServerStreamConnectionclose in interface ServerStreamConnectionjava.io.IOException