org.apache.commons.ssl
Class HostPort

java.lang.Object
  extended by org.apache.commons.ssl.HostPort

public class HostPort
extends Object

Since:
14-July-2006
Author:
Credit Union Central of British Columbia, www.cucbc.com, juliusdavies@cucbc.com

Field Summary
 InetAddress addr
           
 String host
           
 int port
           
 
Constructor Summary
HostPort(String host, int port)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

host

public final String host

port

public final int port

addr

public final InetAddress addr
Constructor Detail

HostPort

public HostPort(String host,
                int port)
         throws UnknownHostException
Throws:
UnknownHostException
Method Detail

toString

public String toString()
Overrides:
toString in class Object