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

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

Uses of HTTPCallRequest in org.xins.common.http
 

Methods in org.xins.common.http with parameters of type HTTPCallRequest
 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.
 

Constructors in org.xins.common.http with parameters of type HTTPCallRequest
StatusCodeHTTPCallException(HTTPCallRequest request, TargetDescriptor target, long duration, int code)
          Constructs a new StatusCodeHTTPCallException based on the original request, target called, call duration and HTTP status code.
HTTPCallResult(HTTPCallRequest request, TargetDescriptor succeededTarget, long duration, CallExceptionList exceptions, HTTPCallResultData data)
          Constructs a new HTTPCallResult object.
 



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