Package org.xins.common.http

HTTP-related utility classes.

See:
          Description

Interface Summary
HTTPCallResultData Abstraction of the data part of an HTTP call result.
HTTPStatusCodeVerifier Abstraction of an HTTP status code verifier.
 

Class Summary
HTTPCallConfig Call configuration for the HTTP service caller.
HTTPCallRequest A request towards an HTTP service.
HTTPCallResult Result returned from an HTTP request.
HTTPMethod HTTP method.
HTTPServiceCaller HTTP service caller.
 

Exception Summary
HTTPCallException HTTP-specific call exception.
StatusCodeHTTPCallException Exception that indicates that an HTTP call failed because the returned HTTP status code was considered invalid.
 

Package org.xins.common.http Description

HTTP-related utility classes.

Since:
XINS 1.0.0


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