Uses of Class
com.avoka.component.http.HttpResponse
-
Packages that use HttpResponse Package Description com.avoka.component.http Provides a Fluent HTTP client library using Apache HTTP Components.com.avoka.component.sharepoint Provides Microsoft SharePoint integration classes. -
-
Uses of HttpResponse in com.avoka.component.http
Methods in com.avoka.component.http that return HttpResponse Modifier and Type Method Description HttpResponse
HttpRequest. execute()
Perform a HTTP request and return a response object. -
Uses of HttpResponse in com.avoka.component.sharepoint
Methods in com.avoka.component.sharepoint with parameters of type HttpResponse Modifier and Type Method Description void
SPConnection. validatedResponse(HttpResponse response, String targetUrl)
Return the SOAP Document from the given HTTP response.
-