net.sbbi.upnp.samples
Class DiscoveryAdvertisementSample

java.lang.Object
  extended bynet.sbbi.upnp.samples.DiscoveryAdvertisementSample

public class DiscoveryAdvertisementSample
extends java.lang.Object

Sample class for discovery advertisement service sample. This sampe register an event of type ssdp:byebye ( when a device is turned off ) and an event of type ssdp:alive ( when a device joins the network ) and print some data when such event occurs. You'll need to start this sample class then turn off or on your device to see this sample in action.

Version:
1.0
Author:
SuperBonBon

Constructor Summary
DiscoveryAdvertisementSample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryAdvertisementSample

public DiscoveryAdvertisementSample()
Method Detail

main

public static final void main(java.lang.String[] args)
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2005 SuperBonBon Industries. All Rights Reserved.