org.openfast.session
Interface Connection

All Known Implementing Classes:
LocalConnection, MulticastConnection

public interface Connection


Method Summary
 void close()
           
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 

Method Detail

getInputStream

java.io.InputStream getInputStream()
                                   throws java.io.IOException
Throws:
java.io.IOException

getOutputStream

java.io.OutputStream getOutputStream()
                                     throws java.io.IOException
Throws:
java.io.IOException

close

void close()


Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.