org.apache.xmlrpc.common
Class LocalStreamConnection.LocalServerStreamConnection

java.lang.Object
  extended by org.apache.xmlrpc.common.LocalStreamConnection.LocalServerStreamConnection
All Implemented Interfaces:
ServerStreamConnection
Enclosing class:
LocalStreamConnection

private class LocalStreamConnection.LocalServerStreamConnection
extends java.lang.Object
implements ServerStreamConnection


Constructor Summary
private LocalStreamConnection.LocalServerStreamConnection()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalStreamConnection.LocalServerStreamConnection

private LocalStreamConnection.LocalServerStreamConnection()
Method Detail

newInputStream

public java.io.InputStream newInputStream()
                                   throws java.io.IOException
Description copied from interface: ServerStreamConnection
Returns the connections input stream.

Specified by:
newInputStream in interface ServerStreamConnection
Throws:
java.io.IOException

newOutputStream

public java.io.OutputStream newOutputStream()
                                     throws java.io.IOException
Description copied from interface: ServerStreamConnection
Returns the connections output stream.

Specified by:
newOutputStream in interface ServerStreamConnection
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Description copied from interface: ServerStreamConnection
Closes the connection, and frees resources.

Specified by:
close in interface ServerStreamConnection
Throws:
java.io.IOException