Uses of Class
org.codegist.crest.HttpResponse

Packages that use HttpResponse
org.codegist.crest Contains CRest interfaces and default implementations. 
 

Uses of HttpResponse in org.codegist.crest
 

Methods in org.codegist.crest that return HttpResponse
 HttpResponse DefaultRestService.exec(HttpRequest request)
           
 HttpResponse RestService.exec(HttpRequest request)
          Execute the given request.
 HttpResponse HttpClientRestService.exec(HttpRequest httpRequest)
           
 HttpResponse HttpException.getResponse()
           
 HttpResponse ResponseContext.getResponse()
           
 

Constructors in org.codegist.crest with parameters of type HttpResponse
HttpException(String message, HttpResponse response)
           
HttpException(String message, HttpResponse response, Throwable cause)
           
HttpException(Throwable cause, HttpResponse response)
           
 



Copyright © 2011. All Rights Reserved.