net.sbbi.upnp.samples
Class DiscoveryAdvertisementSample
java.lang.Object
net.sbbi.upnp.samples.DiscoveryAdvertisementSample
public class DiscoveryAdvertisementSample
- extends 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiscoveryAdvertisementSample
public DiscoveryAdvertisementSample()
main
public static final void main(String[] args)
throws IOException
- Throws:
IOException
Copyright © 2010. All Rights Reserved.