public class HttpContactStoreConnection extends Object implements ContactStoreConnection
ContactStoreConnection
with an underlying @HttpURLConnection.ContactStoreConnection.Factory
public static com.google.inject.Module module()
public void store(byte[] body) throws IOException
ContactStoreConnection
store
in interface ContactStoreConnection
body
- protocol-specific body data.IOException
- an error occurred storing the contact data.