Class NatPMPUPnPRootDeviceImpl
java.lang.Object
com.biglybt.net.natpmp.upnp.impl.NatPMPUPnPRootDeviceImpl
- All Implemented Interfaces:
UPnPRootDevice
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate UPnPDeviceprivate URLprivate NatPMPDeviceprivate UPnPService[]private ThreadPoolprivate UPnPprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetInfo()getLocalAddress(boolean ipv4) getUPnP()getUSN()booleanvoidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UPnPRootDevice
getLocalAddress
-
Field Details
-
upnp
-
nat_device
-
USN
-
location
-
device
-
services
-
thread_pool
-
-
Constructor Details
-
NatPMPUPnPRootDeviceImpl
- Throws:
Exception
-
-
Method Details
-
getUPnP
- Specified by:
getUPnPin interfaceUPnPRootDevice
-
getUSN
- Specified by:
getUSNin interfaceUPnPRootDevice
-
getLocation
- Specified by:
getLocationin interfaceUPnPRootDevice
-
getLocalAddress
- Specified by:
getLocalAddressin interfaceUPnPRootDevice
-
getNetworkInterface
- Specified by:
getNetworkInterfacein interfaceUPnPRootDevice
-
getInfo
- Specified by:
getInfoin interfaceUPnPRootDevice
-
getDevice
- Specified by:
getDevicein interfaceUPnPRootDevice
-
isDestroyed
public boolean isDestroyed()- Specified by:
isDestroyedin interfaceUPnPRootDevice
-
getDiscoveryCache
- Specified by:
getDiscoveryCachein interfaceUPnPRootDevice
-
addListener
- Specified by:
addListenerin interfaceUPnPRootDevice
-
removeListener
- Specified by:
removeListenerin interfaceUPnPRootDevice
-