public class HttpContactStoreConnection extends java.lang.Object implements ContactStoreConnection
ContactStoreConnection
with an underlying @HttpURLConnection.ContactStoreConnection.Factory
Modifier and Type | Method and Description |
---|---|
static com.google.inject.Module |
module() |
void |
store(byte[] body)
Store a blob of contact data in the store.
|
public static com.google.inject.Module module()
public void store(byte[] body) throws java.io.IOException
ContactStoreConnection
store
in interface ContactStoreConnection
body
- protocol-specific body data.java.io.IOException
- an error occurred storing the contact data.