Class Node

java.lang.Object
com.logviewer.data2.net.Node
All Implemented Interfaces:
Serializable

public class Node extends Object implements Serializable
See Also:
  • Constructor Details

    • Node

      public Node(@NonNull String host)
    • Node

      public Node(@NonNull String host, @Nullable Integer port)
    • Node

      public Node(@Nullable String sshUser, @NonNull String host, @Nullable Integer port)
  • Method Details