hudson.plugins.active_directory
Class SocketInfo
java.lang.Object
hudson.plugins.active_directory.SocketInfo
public class SocketInfo
- extends Object
Tuple of a socket endpoint. A pair of the host name and the TCP port number.
- Author:
- Kohsuke Kawaguchi
host
public final String host
port
public final int port
SocketInfo
public SocketInfo(String host,
int port)
SocketInfo
public SocketInfo(String hostAndPort)
toString
public String toString()
- Overrides:
toString in class Object
connect
public Socket connect()
throws IOException
- Throws:
IOException
Copyright © 2004-2012. All Rights Reserved.