public static interface Connection.Provider
Connection.| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection(android.content.Context context)
Provides a singleton implementation of
Connection. |
Connection getConnection(android.content.Context context)
Connection.context - Context used by the connection implementation to access actual connection
data.