public interface Hosts extends Closeable
Implementation must be immutable and thread-safe.
| Modifier and Type | Interface and Description |
|---|---|
static class |
Hosts.NotFoundException
Thrown by
find(String) if domain is not found. |
Host find(String domain) throws IOException
domain - The domain nameIOException - If not found or some other IO problemSet<Domain> domains(User user) throws IOException
user - The userIOException - If some error insideCopyright © 2012 s3auth.com. All Rights Reserved.