Package org.apache.zookeeper.client
Interface StaticHostProvider.Resolver
- 
- Enclosing class:
 - StaticHostProvider
 
public static interface StaticHostProvider.Resolver 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InetAddress[]getAllByName(String name) 
 - 
 
- 
- 
Method Detail
- 
getAllByName
InetAddress[] getAllByName(String name) throws UnknownHostException
- Throws:
 UnknownHostException
 
 - 
 
 -