Class Parameters

java.lang.Object
net.schmizz.sshj.connection.channel.direct.Parameters

public class Parameters extends Object
  • Field Details

    • localHost

      private final String localHost
    • localPort

      private final int localPort
    • remoteHost

      private final String remoteHost
    • remotePort

      private final int remotePort
  • Constructor Details

    • Parameters

      public Parameters(String localHost, int localPort, String remoteHost, int remotePort)
  • Method Details

    • getRemoteHost

      public String getRemoteHost()
    • getRemotePort

      public int getRemotePort()
    • getLocalHost

      public String getLocalHost()
    • getLocalPort

      public int getLocalPort()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object