AeroGear Android Library 1.1.0

Uses of Class
org.jboss.aerogear.android.http.HttpException

Packages that use HttpException
org.jboss.aerogear.android.authentication   
org.jboss.aerogear.android.http   
org.jboss.aerogear.android.impl.http   
 

Uses of HttpException in org.jboss.aerogear.android.authentication
 

Methods in org.jboss.aerogear.android.authentication that throw HttpException
 boolean AuthenticationModule.retryLogin()
          Some authorization schemes (HTTP Digest, OAUTH) have a mechanism for retrying a login to fetch fresh credentials after the credentials expire.
 

Uses of HttpException in org.jboss.aerogear.android.http
 

Methods in org.jboss.aerogear.android.http that throw HttpException
 HeaderAndBody HttpProvider.delete(String id)
          Issues an HTTP request, consumes the content, and cleans up after itself.
 HeaderAndBody HttpProvider.get()
          Issues an HTTP request, consumes the content, and cleans up after itself.
 HeaderAndBody HttpProvider.post(byte[] data)
          Issues an HTTP request, consumes the content, and cleans up after itself.
 HeaderAndBody HttpProvider.post(String data)
          Issues an HTTP request, consumes the content, and cleans up after itself.
 HeaderAndBody HttpProvider.put(String id, byte[] data)
          Issues an HTTP request, consumes the content, and cleans up after itself.
 HeaderAndBody HttpProvider.put(String id, String data)
          Issues an HTTP request, consumes the content, and cleans up after itself.
 

Uses of HttpException in org.jboss.aerogear.android.impl.http
 

Methods in org.jboss.aerogear.android.impl.http that throw HttpException
 HeaderAndBody HttpRestProvider.get()
          Issues an HTTP request, consumes the content, and cleans up after itself.
 


AeroGear Android Library 1.1.0

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.