AeroGear Android Libary 1.0.1

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

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

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(String 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 Libary 1.0.1

Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.