org.littleshoot.util
Interface SrvUtil

All Known Implementing Classes:
SrvUtilImpl

public interface SrvUtil


Method Summary
 InetSocketAddress getAddress(String lookupName)
           
 Collection<InetSocketAddress> getAddresses(String lookupName)
           
 

Method Detail

getAddress

InetSocketAddress getAddress(String lookupName)
                             throws IOException
Throws:
IOException

getAddresses

Collection<InetSocketAddress> getAddresses(String lookupName)
                                           throws IOException
Throws:
IOException


Copyright © 2011-2013 LittleShoot. All Rights Reserved.