Interface | Description |
---|---|
DiscoveryResultsHandler |
This interface can be use to register against the DiscoveryListener class to
receive SSDP search responses.
|
StateVariableTypes |
Interface to defined allowed values for service state variables data types
|
Class | Description |
---|---|
Action |
An object to represent a service action proposed by an UPNP service
|
ActionMessage |
Message object for an UPNP action, simply call setInputParameter() to add the
required action message params and then service() to receive the
ActionResponse built with the parsed UPNP device SOAP xml response.
|
ActionResponse |
An action response container Object
|
Argument |
An argument for a service action
|
Device |
This class represents an UPNP device, this device contains a set of services
that will be needed to access the device functionalities.
|
Discovery |
Class to discover an UPNP device on the network. A multicast socket will
be created to discover devices, the binding port for this socket is set to
1901, if this is causing a problem you can use the
net.sbbi.upnp.Discovery.bindPort system property to specify another port.
|
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 )
|
InternetGatewayDevice |
This class can be used to access some functionalities on the
InternetGatewayDevice on your network without having to know anything about
the required input/output parameters.
|
ISO8601Date |
ISO8601 Date implementation taken from org.w3c package and modified to work
with UPNP date types
|
RootDevice |
Root UPNP device that is contained in a device definition file.
|
Service |
Representation of an UPNP service
|
StateVariable |
Class to contain a service state variable definition
|
StateVariableMessage |
This class is used to create state variable messages to communicate with the
device
|
StateVariableResponse |
This class contains data returned by a state variable query response
|
UPNPMessageFactory |
Factory to create UPNP messages to access and communicate with a given
UPNPDevice service capabilities
|
XMLUtil |
Handy stuff for dealing with XML
|
Enum | Description |
---|---|
Argument.Direction |
Exception | Description |
---|---|
UPNPResponseException |
An exception throws when parsing a message if a SOAP fault exception is
returned.
|
Copyright © 2013. All Rights Reserved.