Uses of Class
com.biglybt.net.upnp.UPnPException
Packages that use UPnPException
Package
Description
-
Uses of UPnPException in com.biglybt.net.natpmp.upnp
Methods in com.biglybt.net.natpmp.upnp that throw UPnPExceptionModifier and TypeMethodDescriptionstatic NatPMPUPnP
NatPMPUPnPFactory.create
(UPnP upnp, NatPMPDevice nat_pmp_device) -
Uses of UPnPException in com.biglybt.net.natpmp.upnp.impl
Methods in com.biglybt.net.natpmp.upnp.impl that throw UPnPExceptionModifier and TypeMethodDescriptionvoid
NatPMPImpl.addPortMapping
(boolean tcp, int port, String description) Client framework methodsvoid
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection.addPortMapping
(boolean tcp, int port, String description) void
NatPMPImpl.deletePortMapping
(boolean tcp, int port) void
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection.deletePortMapping
(boolean tcp, int port) NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection.getActions()
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection.getControlURLs()
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection.getExternalIPAddress()
NatPMPImpl.getPortMappings()
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection.getPortMappings()
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection.getStateVariable
(String name) NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection.getStateVariables()
String[]
NatPMPImpl.getStatusInfo()
String[]
NatPMPUPnPRootDeviceImpl.NatPMPUPnPWANConnection.getStatusInfo()
Constructors in com.biglybt.net.natpmp.upnp.impl that throw UPnPException -
Uses of UPnPException in com.biglybt.net.upnp
Methods in com.biglybt.net.upnp that throw UPnPExceptionModifier and TypeMethodDescriptionUPnPService.getActions()
UPnPService.getControlURLs()
static UPnP
UPnPFactory.getSingleton
(UPnPAdapter adapter, String[] selected_interfaces) static UPnPSSDP
UPnPFactory.getSSDP
(UPnPSSDPAdapter adapter, String group_address, int group_port, int control_port, String[] selected_interfaces) UPnPService.getStateVariable
(String name) UPnPService.getStateVariables()
UPnPStateVariable.getValue()
UPnPActionInvocation.invoke()
returns the out/parameters and responseUPnPActionInvocation.invoke2()
-
Uses of UPnPException in com.biglybt.net.upnp.impl
Methods in com.biglybt.net.upnp.impl that throw UPnPExceptionModifier and TypeMethodDescriptionstatic SSDPIGD
UPnPImpl.downloadXML
(UPnPDeviceImpl device, URL url) UPnPImpl.downloadXML
(UPnPRootDeviceImpl root, URL url) protected SimpleXMLParserDocument
UPnPImpl.downloadXMLSupport
(String friendly_name, URL url) static UPnP
UPnPImpl.getSingleton
(UPnPAdapter adapter, String[] selected_interfaces) UPnPImpl.performSOAPRequest
(UPnPService service, String soap_action, String request) UPnPImpl.performSOAPRequest
(UPnPService service, String soap_action, String request, boolean use_http_connection) The use_http_connection flag is set to false sometimes to avoid using the URLConnection library for some dopey UPnP routers.void
SSDPIGD.start()
Constructors in com.biglybt.net.upnp.impl that throw UPnPExceptionModifierConstructorDescriptionprotected
UPnPImpl
(UPnPAdapter _adapter, String[] _selected_interfaces) -
Uses of UPnPException in com.biglybt.net.upnp.impl.device
Constructors in com.biglybt.net.upnp.impl.device that throw UPnPExceptionModifierConstructorDescriptionUPnPRootDeviceImpl
(UPnPImpl _upnp, NetworkInterface _network_interface, InetAddress _local_address, String _usn, URL _location) -
Uses of UPnPException in com.biglybt.net.upnp.impl.services
Methods in com.biglybt.net.upnp.impl.services that throw UPnPExceptionModifier and TypeMethodDescriptionvoid
UPnPSSOfflineDownloaderImpl.addDownload
(String client_id, String hash, String torrent) UPnPSSOfflineDownloaderImpl.addDownloadChunked
(String client_id, String hash, String chunk, int offset, int total_size) void
UPnPSSWANConnectionImpl.addPortMapping
(boolean tcp, int port, String description) protected void
UPnPSSWANConnectionImpl.checkMappings()
void
UPnPSSWANConnectionImpl.deletePortMapping
(boolean tcp, int port) UPnPServiceImpl.getActions()
long[]
UPnPSSWANCommonInterfaceConfigImpl.getCommonLinkProperties()
UPnPServiceImpl.getControlURLs()
UPnPServiceImpl.getDescriptionURL()
UPnPSSWANConnectionImpl.getExternalIPAddress()
long
UPnPSSOfflineDownloaderImpl.getFreeSpace
(String client_id) UPnPSSWANConnectionImpl.getPortMappings()
UPnPServiceImpl.getStateVariable
(String name) UPnPServiceImpl.getStateVariables()
String[]
UPnPSSWANConnectionImpl.getStatusInfo()
long
UPnPSSWANCommonInterfaceConfigImpl.getTotalBytesReceived()
long
UPnPSSWANCommonInterfaceConfigImpl.getTotalBytesSent()
protected URL
UPnPStateVariableImpl.getValue()
UPnPActionInvocationImpl.invoke()
UPnPActionInvocationImpl.invoke2()
protected void
UPnPServiceImpl.loadDescription()
UPnPSSOfflineDownloaderImpl.removeDownload
(String client_id, String hash) String[]
UPnPSSOfflineDownloaderImpl.setDownloads
(String client_id, String hash_list) String[]
UPnPSSOfflineDownloaderImpl.startDownload
(String client_id, String hash) String[]
UPnPSSOfflineDownloaderImpl.updateDownload
(String client_id, String hash, String required_map) -
Uses of UPnPException in com.biglybt.net.upnp.impl.ssdp
Methods in com.biglybt.net.upnp.impl.ssdp that throw UPnPExceptionModifier and TypeMethodDescriptionstatic SSDPCore
SSDPCore.getSingleton
(UPnPSSDPAdapter adapter, String group_address, int group_port, int control_port, String[] selected_interfaces) void
SSDPIGDImpl.start()
Constructors in com.biglybt.net.upnp.impl.ssdp that throw UPnPExceptionModifierConstructorDescriptionprivate
SSDPCore
(UPnPSSDPAdapter _adapter, String _group_address, int _group_port, int _control_port, String[] _selected_interfaces) SSDPIGDImpl
(UPnPImpl _upnp, String[] _selected_interfaces) -
Uses of UPnPException in com.biglybt.net.upnp.services
Methods in com.biglybt.net.upnp.services that throw UPnPExceptionModifier and TypeMethodDescriptionvoid
UPnPOfflineDownloader.addDownload
(String client_id, String hash_list, String torrent) UPnPOfflineDownloader.addDownloadChunked
(String client_id, String hash_list, String torrent_chunk, int offset, int total_size) void
UPnPWANConnection.addPortMapping
(boolean tcp, int port, String description) adda new port mapping from external port X to port X on local hostvoid
UPnPWANConnection.deletePortMapping
(boolean tcp, int port) long[]
UPnPWANCommonInterfaceConfig.getCommonLinkProperties()
UPnPWANConnection.getExternalIPAddress()
long
UPnPOfflineDownloader.getFreeSpace
(String client_id) UPnPWANConnection.getPortMappings()
String[]
UPnPWANConnection.getStatusInfo()
long
UPnPWANCommonInterfaceConfig.getTotalBytesReceived()
long
UPnPWANCommonInterfaceConfig.getTotalBytesSent()
UPnPOfflineDownloader.removeDownload
(String client_id, String hash) String[]
UPnPOfflineDownloader.setDownloads
(String client_id, String hash_list) String[]
UPnPOfflineDownloader.startDownload
(String client_id, String hash) String[]
UPnPOfflineDownloader.updateDownload
(String client_id, String hash_list, String required_map) -
Uses of UPnPException in com.biglybt.plugin.upnp
Methods in com.biglybt.plugin.upnp that throw UPnPExceptionModifier and TypeMethodDescriptionprotected void
UPnPPlugin.addService
(UPnPWANConnection wan_service) protected int
UPnPPlugin.processDevice
(UPnPDevice device) protected int
UPnPPlugin.processServices
(UPnPDevice device, UPnPService[] device_services)