Uses of Class
org.xins.common.http.HTTPCallResult

Packages that use HTTPCallResult
org.xins.common.http HTTP-related utility classes. 
 

Uses of HTTPCallResult in org.xins.common.http
 

Methods in org.xins.common.http that return HTTPCallResult
 HTTPCallResult HTTPServiceCaller.call(HTTPCallRequest request, HTTPCallConfig callConfig)
          Performs the specified request towards the HTTP service.
 HTTPCallResult HTTPServiceCaller.call(HTTPCallRequest request)
          Performs the specified request towards the HTTP service.
 HTTPCallResult HTTPServiceCaller.call(HTTPCallRequest request, HTTPCallConfig callConfig, TargetDescriptor target)
          Deprecated. Deprecated since XINS 1.1.0, since this method is expected to be removed. Please do not use it directly.
 HTTPCallResult HTTPServiceCaller.call(HTTPCallRequest request, TargetDescriptor target)
          Deprecated. Deprecated since XINS 1.0.0, since this method is expected to be removed. Please do not use it directly.
 



See http://www.xins.org/.