All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.MBone.SessionAdvertiser
java.lang.Object
|
+----ncsa.MBone.SessionAdvertiser
- public class SessionAdvertiser
- extends Object
- implements Runnable
Publish a session through the network, i.e. periodically sends a SAP packet
on the SDR well known port. The SAP version used is 1, and the class has been
tested with sdr2.4a6.
-
SessionAdvertiser(ConnectionMedium)
-
-
SessionAdvertiser(SDPPacket, ConnectionMedium)
-
-
advertiseSession()
-
-
advertiseSession(SDPPacket)
-
-
deleteRegularlyTheSession()
-
-
deleteSession()
-
-
deleteSmartlyTheSession()
-
-
getPeriod()
-
-
getSAPPacket()
-
-
main(String[])
-
-
modifySession(SDPPacket)
-
-
run()
-
-
setInfoSession(InfoSession)
-
-
stopAdvertising()
-
SessionAdvertiser
public SessionAdvertiser(SDPPacket packet,
ConnectionMedium medium)
SessionAdvertiser
public SessionAdvertiser(ConnectionMedium medium)
main
public static void main(String arg[])
advertiseSession
public void advertiseSession(SDPPacket packet) throws IOException
advertiseSession
public void advertiseSession() throws IOException
modifySession
public void modifySession(SDPPacket packet) throws IOException
deleteRegularlyTheSession
public void deleteRegularlyTheSession()
deleteSession
public void deleteSession()
deleteSmartlyTheSession
public void deleteSmartlyTheSession() throws IOException
stopAdvertising
public void stopAdvertising()
getSAPPacket
public byte[] getSAPPacket()
getPeriod
public int getPeriod()
run
public void run()
setInfoSession
public void setInfoSession(InfoSession is)
All Packages Class Hierarchy This Package Previous Next Index