Package com.biglybt.net.upnp
Interface UPnPService
- All Known Implementing Classes:
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection
,UPnPServiceImpl
public interface UPnPService
-
Method Summary
Modifier and TypeMethodDescriptionboolean
gets a specific service if such is supportedgetStateVariable
(String name) boolean
void
setDirectInvocations
(boolean force) void
-
Method Details
-
getDevice
UPnPDevice getDevice() -
getServiceType
String getServiceType() -
getControlURLs
- Throws:
UPnPException
-
setPreferredControlURL
-
isConnectable
boolean isConnectable() -
getActions
- Throws:
UPnPException
-
getAction
- Throws:
UPnPException
-
getStateVariables
- Throws:
UPnPException
-
getStateVariable
- Throws:
UPnPException
-
getSpecificService
UPnPSpecificService getSpecificService()gets a specific service if such is supported- Returns:
-
getDirectInvocations
boolean getDirectInvocations() -
setDirectInvocations
void setDirectInvocations(boolean force)
-