| Package | Description |
|---|---|
| org.jupnp.support.model |
| Modifier and Type | Method and Description |
|---|---|
PortMapping.Protocol |
PortMapping.getProtocol() |
static PortMapping.Protocol |
PortMapping.Protocol.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortMapping.setProtocol(PortMapping.Protocol protocol) |
| Constructor and Description |
|---|
PortMapping(boolean enabled,
UnsignedIntegerFourBytes leaseDurationSeconds,
String remoteHost,
UnsignedIntegerTwoBytes externalPort,
UnsignedIntegerTwoBytes internalPort,
String internalClient,
PortMapping.Protocol protocol,
String description) |
PortMapping(int port,
String internalClient,
PortMapping.Protocol protocol) |
PortMapping(int port,
String internalClient,
PortMapping.Protocol protocol,
String description) |
PortMapping(String remoteHost,
UnsignedIntegerTwoBytes externalPort,
PortMapping.Protocol protocol) |
Copyright © 2023 jUPnP.org. All rights reserved.