|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UPNPResponseException | |
net.sbbi.upnp.impls | |
net.sbbi.upnp.messages | |
net.sbbi.upnp.services |
Uses of UPNPResponseException in net.sbbi.upnp.impls |
Methods in net.sbbi.upnp.impls that throw UPNPResponseException | |
java.lang.String |
InternetGatewayDevice.getExternalIPAddress()
Retreives the external IP address |
ActionResponse |
InternetGatewayDevice.getGenericPortMappingEntry(int newPortMappingIndex)
Retreives a generic port mapping entry. |
ActionResponse |
InternetGatewayDevice.getSpecificPortMappingEntry(java.lang.String remoteHost,
int externalPort,
java.lang.String protocol)
Retreives information about a specific port mapping |
boolean |
InternetGatewayDevice.addPortMapping(java.lang.String description,
java.lang.String remoteHost,
int internalPort,
int externalPort,
java.lang.String internalClient,
int leaseDuration,
java.lang.String protocol)
Configures a nat entry on the UPNP device. |
boolean |
InternetGatewayDevice.deletePortMapping(java.lang.String remoteHost,
int externalPort,
java.lang.String protocol)
Deletes a port mapping on the IDG device |
java.lang.Integer |
InternetGatewayDevice.getNatMappingsCount()
Retreives the current number of mapping in the NAT table |
java.lang.Integer |
InternetGatewayDevice.getNatTableSize()
Computes the total entries in avaliable in the nat table size, not that this method is not guaranteed to work with all upnp devices since it is not an generic IGD command |
Uses of UPNPResponseException in net.sbbi.upnp.messages |
Methods in net.sbbi.upnp.messages that throw UPNPResponseException | |
StateVariableResponse |
StateVariableMessage.service()
Executes the state variable query and retuns the UPNP device response, according to the UPNP specs, this method could take up to 30 secs to process ( time allowed for a device to respond to a request ) |
ActionResponse |
ActionMessage.service()
Executes the message and retuns the UPNP device response, according to the UPNP specs, this method could take up to 30 secs to process ( time allowed for a device to respond to a request ) |
Uses of UPNPResponseException in net.sbbi.upnp.services |
Methods in net.sbbi.upnp.services that throw UPNPResponseException | |
java.lang.String |
ServiceStateVariable.getValue()
Call to the UPNP device to retreive the state variable actual value |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |