Interface UPnPService
- All Known Implementing Classes:
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection, UPnPServiceImpl
public interface UPnPService
-
Method Summary
Modifier and TypeMethodDescriptiongetControlURLs(boolean ipv4) booleangets a specific service if such is supportedgetStateVariable(String name) voidsetDirectInvocations(boolean force) void
-
Method Details
-
getDevice
UPnPDevice getDevice() -
getServiceType
String getServiceType() -
getControlURLs
- Throws:
UPnPException
-
setPreferredControlURL
-
getActions
- Throws:
UPnPException
-
getAction
- Throws:
UPnPException
-
getStateVariables
- Throws:
UPnPException
-
getStateVariable
- Throws:
UPnPException
-
getSpecificService
-
getDirectInvocations
boolean getDirectInvocations() -
setDirectInvocations
void setDirectInvocations(boolean force)
-