|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortMapping.Protocol | |
---|---|
org.teleal.cling.support.igd |
Uses of PortMapping.Protocol in org.teleal.cling.support.igd |
---|
Methods in org.teleal.cling.support.igd that return PortMapping.Protocol | |
---|---|
PortMapping.Protocol |
PortMapping.getProtocol()
|
static PortMapping.Protocol |
PortMapping.Protocol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PortMapping.Protocol[] |
PortMapping.Protocol.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.teleal.cling.support.igd with parameters of type PortMapping.Protocol | |
---|---|
void |
PortMapping.setProtocol(PortMapping.Protocol protocol)
|
Constructors in org.teleal.cling.support.igd with parameters of type PortMapping.Protocol | |
---|---|
PortMapping(boolean enabled,
org.teleal.cling.model.types.UnsignedIntegerFourBytes leaseDurationSeconds,
java.lang.String remoteHost,
org.teleal.cling.model.types.UnsignedIntegerTwoBytes externalPort,
org.teleal.cling.model.types.UnsignedIntegerTwoBytes internalPort,
java.lang.String internalClient,
PortMapping.Protocol protocol,
java.lang.String description)
|
|
PortMapping(int port,
java.lang.String internalClient,
PortMapping.Protocol protocol)
|
|
PortMapping(int port,
java.lang.String internalClient,
PortMapping.Protocol protocol,
java.lang.String description)
|
|
PortMapping(java.lang.String remoteHost,
org.teleal.cling.model.types.UnsignedIntegerTwoBytes externalPort,
PortMapping.Protocol protocol)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |