Package com.novell.sentinel.client.http

Interface Summary
HttpRequestMethod Interface to allow sharing of HttpMethod enum between HttpRequestor and HttpRequestorSync.
HttpRequestor<T> Interface to execute HTTP requests.
HttpResultHandler<T> Interface to which is reported the result of an HTTP request made via HttpRequestor.
 

Enum Summary
HttpRequestMethod.HttpMethod HTTP Method specifier.
 

Exception Summary
HttpException Exception class used to report errors from requests made via HttpRequestor.