com.sun.squawk.io
Class ConnectionBase

java.lang.Object
  extended by com.sun.squawk.io.ConnectionBase
All Implemented Interfaces:
Connection
Direct Known Subclasses:
Protocol

public class ConnectionBase
extends java.lang.Object
implements Connection

Author:
wolf

Constructor Summary
ConnectionBase()
           
 
Method Summary
 void close()
           
 java.io.DataOutputStream openDataOutputStream()
           
 java.io.OutputStream openOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionBase

public ConnectionBase()
Method Detail

close

public void close()
           throws java.io.IOException
Specified by:
close in interface Connection
Throws:
java.io.IOException

openDataOutputStream

public java.io.DataOutputStream openDataOutputStream()
                                              throws java.io.IOException
Throws:
java.io.IOException

openOutputStream

public java.io.OutputStream openOutputStream()
                                      throws java.io.IOException
Throws:
java.io.IOException