Class Summary |
Discovery |
Class to discover an UPNP device on the network. |
DiscoveryAdvertisement |
SSDP messages listener Thread, notify registered objects implementing the interface DiscoveryEventHandler
when a device joins the networks or leaves it. |
DiscoveryListener |
This class can be used to listen for UPNP devices responses when a search message is sent by a control point
( using the net.sbbi.upnp.Discovery.sendSearchMessage() method ) |
HttpResponse |
A class to parse an HTTP response message. |
JXPathParser |
Parser to use with JXPath, this is used to fix some problems encountered
with some UPNP devices returning buggy xml docs...
|
ServiceEventMessageParser |
Simple SAX handler for UPNP service event message parsing, this message is in SOAP format |
ServiceEventSubscription |
This class is used to provide information about a subscription done
via the ServicesEventing class |
ServicesEventing |
This class can be used with the ServiceEventHandler interface
to recieve notifications about state variables changes on
a given UPNP service. |