|
spring-android-rest-template | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
ClientHttpRequest that makes sure that headers and body are not written multiple times.ClientHttpRequestFactory implementations that decorate another request factory.AbstractClientHttpRequestFactoryWrapper wrapping the given request factory.
ClientHttpResponse.HttpMessageConverter implementations.AbstractHttpMessageConverter with no supported media types.
AbstractHttpMessageConverter with one supported media type.
AbstractHttpMessageConverter with multiple supported media type.
HttpMessageConverters
that convert from/to XML.supportedMediaTypes
to text/xml and application/xml, and application/*-xml.
*.
ContentCodingType.ALL.
MediaType.ALL.
application/atom+xml.
MediaType.APPLICATION_ATOM_XML.
application/x-www-form-urlencoded.
MediaType.APPLICATION_FORM_URLENCODED.
application/json.
MediaType.APPLICATION_JSON.
application/octet-stream.
MediaType.APPLICATION_OCTET_STREAM.
application/rss+xml.
MediaType.APPLICATION_RSS_XML.
application/*+xml.
MediaType.APPLICATION_WILDCARD_XML.
application/xhtml+xml.
MediaType.APPLICATION_XHTML_XML.
application/xml.
MediaType.APPLICATION_XML.
HttpMessageConverter
that can read and write Atom feeds.ClientHttpRequestFactory that buffers all outgoing and incoming streams in memory.UriComponents instance from the various components contained in this builder.
UriComponents instance from the various components contained in this builder.
UriComponents instance and replaces URI template variables
with the values from a map.
UriComponents instance and replaces URI template variables
with the values from an array.
HttpMessageConverter that can read and write byte arrays.ByteArrayHttpMessageConverter.
ClientHttpRequest objects.HttpComponentsClientHttpRequestFactoryCommonsHttpRequestFactory with a default HttpClient that uses a
default MultiThreadedHttpConnectionManager.
CommonsHttpRequestFactory with the given HttpClient instance.
ContentCodingType to another alphabetically.
MediaType to another alphabetically.
ContentCodingType for the given type.
ContentCodingType for the given type and quality value.
ContentCodingType for the given type, and parameters.
HttpContext for the given HTTP method and URI.
AbstractClientHttpRequestFactoryWrapper.createRequest(URI, HttpMethod, ClientHttpRequestFactory) with the
wrapped request factory provided to the
constructor.
ClientHttpRequest for the specified URI and HTTP method by using the passed-on request
factory.
ClientHttpRequest for the specified URI and HTTP method.
ClientHttpRequest via this template's ClientHttpRequestFactory.
ResponseErrorHandler interface.HttpConnectionManager's connection pool, if any.
ClientConnectionManager's connection pool, if any.
RestTemplate.execute(java.lang.String, org.springframework.http.HttpMethod, org.springframework.web.client.RequestCallback, org.springframework.web.client.ResponseExtractor, java.lang.Object...) with an opened ClientHttpRequest.
HttpEntity, with no body or headers.
UriComponents instance.
UriComponents instance.
UriComponentsBuilder; see note about query param encoding
UriComponentsBuilder; see note about query param encoding
UriComponentsBuilder
ResponseEntity.
ResponseEntity.
ResponseEntity.
ClientHttpResponse that can be read.
RequestCallback, and reading the response with a ResponseExtractor.
RequestCallback, and reading the response with a ResponseExtractor.
RequestCallback, and reading the response with a ResponseExtractor.
ClientHttpResponse and return it.
HttpMessageConverter that can handle form data, including multipart form data (i.e.UriComponents object from the string HTTP URL.
URI.
Accept header.
Accept-Charset
header.
Charset.
Accept-Encoding header.
Accept-Language header.
HTTP methods, as specified by the Allow header.
Authorization header.
Cache-Control header.
charset parameter, if any.
Content-Encoding header.
Content-Length header.
Content-Type header.
Date header.
Charset is ISO-8859-1.
ETag header.
Expires header.
HttpClient used by this factory.
HttpClient used by this factory.
If-None-Match header.
IfModifiedSince header.
JavaType for the specified class.
Last-Modified header.
Location header.
ObjectMapper for this view.
Pragma header.
q parameter, if any.
q parameter, if any.
HttpRequests.
RestTemplate for the gateway.
MediaType objects supported by this converter.
User-Agent header.
GsonHttpMessageConverter with a default Gson.
GsonHttpMessageConverter.
GsonHttpMessageConverter.
gzip.
ContentCodingType.GZIP.
HttpClientErrorException if the response status code is
HttpStatus.Series.CLIENT_ERROR, a HttpServerErrorException
if it is HttpStatus.Series.SERVER_ERROR,
and a RestClientException in other cases.
DefaultResponseErrorHandler.hasError(HttpStatus) with the response status code.
DefaultResponseErrorHandler.hasError(ClientHttpResponse).
RestTemplate and other HTTP accessing gateway helpers, defining
common properties such as the ClientHttpRequestFactory to operate on.HttpClientErrorException based on a HttpStatus.
HttpClientErrorException based on a HttpStatus and status text.
HttpClientErrorException based on a HttpStatus, status text, and
response body content.
ClientHttpRequestFactory implementation that uses Http Components HttpClient to create requests.HttpComponentsClientHttpRequestFactory with a default HttpClient
that uses a default ThreadSafeClientConnManager.
HttpClient instance.
HttpEntity.
HttpEntity with the given body and no headers.
HttpEntity with the given headers and no body.
HttpEntity with the given body and headers.
HttpHeaders object.
HttpMessageConverter implementations when the conversion fails.T.HttpMessageConverterExtractor with the given response type and message
converters.
HttpMessageConverter implementations when the
read method fails.HttpMessageConverter implementations when the
write method fails.HttpRequest interface that can be overridden to adapt the
request.HttpRequest wrapping the given request object.
HttpServerErrorException based on a HttpStatus.
HttpServerErrorException based on a HttpStatus and status text.
HttpServerErrorException based on a HttpStatus, status text, and
response body content.
HttpStatus.HttpStatusCodeException based on a HttpStatus.
HttpStatusCodeException based on a HttpStatus and status text.
HttpStatusCodeException based on a HttpStatus, status text, and
response body content.
identity.
ContentCodingType.IDENTITY.
image/gif.
MediaType.IMAGE_GIF.
image/jpeg.
MediaType.IMAGE_JPEG.
image/png.
MediaType.IMAGE_PNG.
ContentCodingType includes the given coding type.
MediaType includes the given media type.
ClientHttpRequestFactory that has support for ClientHttpRequestInterceptors.InterceptingClientHttpRequestFactory with the given parameters.
RestTemplate and other HTTP accessing gateway helpers, adding
interceptor-related properties to HttpAccessor's common properties.ContentCodingType is compatible with the given coding type.
MediaType is compatible with the given media type.
* or not.
* or not.
* or not.
HttpMessageConverter
that can read and write JSON using Jackson's ObjectMapper.BindingJacksonHttpMessageConverter.
MediaType for the given primary type.
MediaType for the given primary type and subtype.
MediaType for the given type, subtype, and character set.
MediaType for the given type, subtype, and quality value.
MediaType, and allows for different
parameter.
MediaType for the given type, subtype, and parameters.
multipart/form-data.
MediaType.MULTIPART_FORM_DATA.
ContentCodingType.
ContentCodingType objects.
MediaType.
MediaType objects.
ResponseEntity.
HttpEntity.
ResponseEntity.
Location header.
Location header.
Location header.
HttpMethodBase before it
is returned as part of a CommonsClientHttpRequest.
HttpUriRequest before it is returned as part of a
HttpComponentsClientHttpRequest.
HttpURLConnection.
ContentCodingType.sortByQualityValue(List).
MediaType.sortByQualityValue(List).
AbstractHttpMessageConverter.readInternal(Class, HttpInputMessage).
AbstractHttpMessageConverter.read(Class, HttpInputMessage).
HttpHeaders object that can only be read, not written to.
ClientHttpRequest.HttpIOException with the given message.
HttpIOException with the given message and IOException.
HttpMessageConverter that can read and write Resources.HttpEntity that adds a HttpStatus status code.ResponseEntity with the given status code, and no body nor headers.
ResponseEntity with the given body and status code, and no headers.
HttpEntity with the given headers and status code, and no body.
HttpEntity with the given body, headers, and status code.
RestTemplate to determine whether a particular response has an error or not.RestTemplate's retrieval methods
Implementations of this interface perform the actual work of extracting data
from a ClientHttpResponse, but don't need to worry about exception
handling or closing resources.RestTemplate whenever it encounters client-side HTTP errors.HttpClientException with the given message.
HttpClientException with the given message and exception.
RestGatewaySupport, with default parameters.
RestGatewaySupport, with the given ClientHttpRequestFactory.
RestTemplate.
RestTemplate.
RestTemplate based on the given ClientHttpRequestFactory.
RestTemplate based on the given ClientHttpRequestFactory.
HttpMessageConverter
that can read and write RSS feeds.Accept header.
Accept-Charset header.
Accept-Encoding header.
Accept-Encoding header.
Accept-Language header.
HTTP methods, as specified by the Allow header.
Authorization header.
Cache-Control header.
Content-Disposition header for form-data.
Content-Encoding header.
Content-Encoding header.
Content-Length header.
Content-Type header.
Date header.
ETag header.
Expires header.
Gson for this view.
HttpClient used by this factory.
HttpClient used by this factory.
If-Modified-Since header.
If-None-Match header.
If-None-Match header.
Last-Modified header.
Location header.
ObjectMapper for this view.
Pragma header.
Proxy to use for this request factory.
HttpRequests.
RestTemplate for the gateway.
Serializer for this view.
MediaType objects supported by this converter.
MediaType objects supported by this converter.
User-Agent header.
Accept-Charset should be written to any outgoing request.
ClientHttpRequestFactory implementation that uses standard J2SE facilities.HttpMessageConverter
that can read and write XML using Simple's Serializer abstraction.SimpleXmlHttpMessageConverter with a default Serializer.
SimpleXmlHttpMessageConverter with a customized Serializer.
ContentCodingType objects by quality value.
MediaType objects by quality value.
MediaType objects by specificity.
HttpMessageConverter that can read and write Source objects.MediaType.sortBySpecificity(List).
HttpMessageConverter that can read and write strings.Charset of ISO-8859-1,
and default list of available Charset's from Charset.availableCharsets().
Charset,
and default list of available Charset's from Charset.availableCharsets().
Charset,
and list of available Charset's.
HttpMessageConverter that can read and write RSS and
ATOM feeds.supportedMediaTypes to
application/rss+xml and application/atom+xml.
text/html.
MediaType.TEXT_HTML.
text/plain.
MediaType.TEXT_PLAIN.
text/xml.
MediaType.TEXT_XML.
ContentCodingType objects.
MediaType objects.
URI from this UriComponents instance.
UriComponents instance.
Source to the Result.
UriComponents.UriTemplate with the given URI String.
ContentCodingType object.
MediaType object.
AbstractHttpMessageConverter.getDefaultContentType(Object) if a content
type was not provided, calls AbstractHttpMessageConverter.getContentLength(T, org.springframework.http.MediaType), and sets the corresponding headers
on the output message.
AbstractXmlHttpMessageConverter.writeInternal(Object, HttpOutputMessage).
FormHttpMessageConverter,
adding support for XML-based parts through a SourceHttpMessageConverter.
|
spring-android-rest-template | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||