|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.numdata.ssh.SshTools.PortForwardingProperties
public static class SshTools.PortForwardingProperties
Defines local or remote port forwarding properties.
| Constructor Summary | |
|---|---|
SshTools.PortForwardingProperties(String sourceAddress,
int sourcePort,
String targetAddress,
int targetPort)
Create forwarding properties. |
|
| Method Summary | |
|---|---|
String |
getSourceAddress()
Get source address. |
int |
getSourcePort()
Get source port. |
String |
getTargetAddress()
Get target address. |
int |
getTargetPort()
Get target port. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SshTools.PortForwardingProperties(@Nullable
String sourceAddress,
int sourcePort,
@Nullable
String targetAddress,
int targetPort)
sourceAddress - Source address.sourcePort - Source port.targetAddress - Target address.targetPort - Target port.| Method Detail |
|---|
@Nullable public String getSourceAddress()
public int getSourcePort()
@Nullable public String getTargetAddress()
public int getTargetPort()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||