Package com.amilesend.client.connection
package com.amilesend.client.connection
-
ClassDescriptionConnection<G extends GsonFactoryBase>Wraps an
OkHttpClient
that manages parsing responses to corresponding POJO types.Connection.ConnectionBuilder<G extends GsonFactoryBase,C extends Connection<G>, B extends Connection.ConnectionBuilder<G, C, B>> Builder to construct new default instances of aConnection
.Defines the exception thrown fromConnection
.Defines the exception thrown fromConnection
that is specific to an issue with a request.Defines the exception thrown fromConnection
that is specific to an issue with a response.Defines the exception thrown fromConnection
that is specific to an issue with parsing a response.Defines the exception thrown fromConnection
when a request is throttled.