Package org.apache.xmlrpc.common
Class LocalStreamConnection.LocalServerStreamConnection
java.lang.Object
org.apache.xmlrpc.common.LocalStreamConnection.LocalServerStreamConnection
- All Implemented Interfaces:
ServerStreamConnection
- Enclosing class:
LocalStreamConnection
private class LocalStreamConnection.LocalServerStreamConnection
extends Object
implements ServerStreamConnection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Closes the connection, and frees resources.Returns the connections input stream.Returns the connections output stream.
-
Constructor Details
-
LocalServerStreamConnection
private LocalServerStreamConnection()
-
-
Method Details
-
newInputStream
Description copied from interface:ServerStreamConnection
Returns the connections input stream.- Specified by:
newInputStream
in interfaceServerStreamConnection
- Throws:
IOException
-
newOutputStream
Description copied from interface:ServerStreamConnection
Returns the connections output stream.- Specified by:
newOutputStream
in interfaceServerStreamConnection
- Throws:
IOException
-
close
Description copied from interface:ServerStreamConnection
Closes the connection, and frees resources.- Specified by:
close
in interfaceServerStreamConnection
- Throws:
IOException
-