Package

com.mle.android

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. class AuthHttpClient extends JsonHttpClient

    Permalink
  2. class BasicHttpClient extends AuthHttpClient

    Permalink

    HTTP client that assumes the same endpoint is used for all requests.

    HTTP client that assumes the same endpoint is used for all requests.

    Therefore modifies the methods so that only the resource, not the absolute URI, must be passed in when making requests.

  3. trait FutureHttpClient extends UtilLog with Closeable

    Permalink
  4. trait HttpConstants extends AnyRef

    Permalink
  5. case class HttpResponse(statusCode: Int, content: Option[String]) extends Product with Serializable

    Permalink
  6. trait IEndpoint extends AnyRef

    Permalink
  7. trait JsonHttpClient extends FutureHttpClient with UtilLog

    Permalink
  8. class MySslSocketFactory extends SSLSocketFactory

    Permalink

    A socket factory that trusts all certificates.

    A socket factory that trusts all certificates.

    Useful for building client applications that should work with servers that use self-signed certificates.

    See also

    http://stackoverflow.com/questions/11573108/self-signed-certificate-and-loopj-for-android

  9. class QuickHttpClient extends FutureHttpClient

    Permalink

Value Members

  1. object HttpConstants extends HttpConstants

    Permalink
  2. object HttpUtil

    Permalink
  3. object MySslSocketFactory

    Permalink
  4. object Protocols extends Enumeration

    Permalink

Ungrouped