| Interface | Description |
|---|---|
| ResponseByteCallback |
Used to process a response byte array.
|
| ResponseCallback<T> |
Used to process a response.
|
| ResponseStreamCallback |
Used to process a response stream.
|
| ResponseStringCallback |
Used to process a response stream.
|
| Class | Description |
|---|---|
| AbstractHttpClientTemplate<T> |
Base
HttpClient template class. |
| HttpClientOxmTemplate<T> |
Template for easier use of
HttpClient and
also uses Spring Web Services OXM framework to marshall/unmarshall
XML from requests and responses. |
| HttpClientTemplate |
Template for easier use of
HttpClient. |
| Exception | Description |
|---|---|
| HttpAccessException |
HTTP runtime exception for any HTTP error.
|
Copyright © 2008-2015 Spring by Example. All Rights Reserved.