com.antiaction.dns.transport
Class DNSHostPort

java.lang.Object
  |
  +--com.antiaction.dns.transport.DNSHostPort

public class DNSHostPort
extends java.lang.Object

DNS transport host container, contains hostname/port information.

Version:
2.00
Author:
Nicholas Clarke

Constructor Summary
DNSHostPort(java.lang.String host, int port)
           
 
Method Summary
 java.lang.String getHost()
           
 int getPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNSHostPort

public DNSHostPort(java.lang.String host,
                   int port)
Method Detail

getHost

public java.lang.String getHost()

getPort

public int getPort()