org.openfast.session.multicast
Class MulticastConnection

java.lang.Object
  extended by org.openfast.session.multicast.MulticastConnection
All Implemented Interfaces:
Connection

public class MulticastConnection
extends java.lang.Object
implements Connection


Constructor Summary
MulticastConnection(java.net.MulticastSocket socket, java.net.InetAddress group)
           
 
Method Summary
 void close()
           
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulticastConnection

public MulticastConnection(java.net.MulticastSocket socket,
                           java.net.InetAddress group)
Method Detail

close

public void close()
Specified by:
close in interface Connection

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Specified by:
getInputStream in interface Connection
Throws:
java.io.IOException

getOutputStream

public java.io.OutputStream getOutputStream()
                                     throws java.io.IOException
Specified by:
getOutputStream in interface Connection
Throws:
java.io.IOException


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