Class Parameters
- java.lang.Object
-
- net.schmizz.sshj.connection.channel.direct.Parameters
-
public class Parameters extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Parameters(java.lang.String localHost, int localPort, java.lang.String remoteHost, int remotePort)
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetLocalHost()intgetLocalPort()java.lang.StringgetRemoteHost()intgetRemotePort()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getRemoteHost
public java.lang.String getRemoteHost()
-
getRemotePort
public int getRemotePort()
-
getLocalHost
public java.lang.String getLocalHost()
-
getLocalPort
public int getLocalPort()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-