| Constructor and Description |
|---|
PortForwardingProperties(String sourceAddress,
int sourcePort,
String targetAddress,
int targetPort)
Create forwarding properties.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceAddress()
Get source address.
|
int |
getSourcePort()
Get source port.
|
String |
getTargetAddress()
Get target address.
|
int |
getTargetPort()
Get target port.
|
public PortForwardingProperties(@Nullable
String sourceAddress,
int sourcePort,
@Nullable
String targetAddress,
int targetPort)
sourceAddress - Source address.sourcePort - Source port.targetAddress - Target address.targetPort - Target port.@Nullable public String getSourceAddress()
public int getSourcePort()
@Nullable public String getTargetAddress()
public int getTargetPort()
Copyright © 2018 Numdata BV. All rights reserved.