Class SocketInfo

java.lang.Object
hudson.plugins.active_directory.SocketInfo
Direct Known Subclasses:
ActiveDirectoryStatus.ServerHealth

public class SocketInfo extends Object
Tuple of a socket endpoint. A pair of the host name and the TCP port number.
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • SocketInfo

      public SocketInfo(String host, int port)
    • SocketInfo

      public SocketInfo(String hostAndPort)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getHost

      public String getHost()
    • getPort

      public int getPort()
    • connect

      public Socket connect() throws IOException
      Throws:
      IOException
    • getIpAddress

      @CheckForNull public String getIpAddress()
      Retrieve the IP address of the Server we are targeting
      Returns:
      the IP address of the host