public static interface ContactStoreConnection.Factory
Modifier and Type | Method and Description |
---|---|
ContactStoreConnection |
open(URL url)
Open a new connection to a
ContactStore . |
ContactStoreConnection open(URL url) throws IOException
ContactStore
.url
- contact store URL.IOException
- the URL couldn't be opened.