|
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.
Accept header field name.
Accept-Charset header field name.
Accept-Encoding header field name.
Accept-Language header field name.
Accept-Ranges header field name.
Age header field name.
*.
ContentCodingType.ALL.
MediaType.ALL.
FormHttpMessageConverter,
adding support for XML and JSON-based parts.Allow header field name.
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.
Authorization header field name.
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.
Cache-Control header field name.
true if the given media type includes any of the
supported media types.
ClientHttpRequest objects.ContentCodingType to another alphabetically.
MediaType to another alphabetically.
Connection header field name.
Content-Disposition header field name
Content-Encoding header field name.
Content-Language header field name.
Content-Length header field name.
Content-Location header field name.
Content-Range header field name.
Content-Type header field name.
ContentCodingType for the given type.
ContentCodingType for the given type and quality value.
ContentCodingType for the given type, and parameters.
Cookie header field name.
HttpContext for the given HTTP method and URI.
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.
Date header field name.
ResponseErrorHandler interface.ClientConnectionManager'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
ETag header field name.
ResponseEntity.
ResponseEntity.
ResponseEntity.
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.
UriComponents.UriTemplateVariables.
Expect header field name.
Expires header field name.
ClientHttpResponse and return it.
HttpMessageConverter that can handle form data, including multipart form data (i.e.From header field name.
UriComponents object from the string HTTP URL.
URI.
HttpMessageConverter that can convert an HTTP
request into a target object of a specified generic type.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.
Connection header.
Content-Encoding header.
Content-Length header.
Content-Type header.
Date header.
ETag header.
Expires header.
IllegalArgumentException
if the value cannot be parsed as a date.
Gson instance for this converter.
HttpClient used by this factory.
HttpClient used for synchronous execution.
If-Modified-Since header.
If-None-Match header.
HttpHeaders.getIfModifiedSince()
JavaType for the specified type and context class.
JavaType for the specified type and context class.
Last-Modified header.
Location header.
ObjectMapper for this view.
ObjectMapper for this view.
Origin header.
Pragma header.
q parameter, if any.
q parameter, if any.
HttpRequests.
RestTemplate for the gateway.
MediaType objects supported by this converter.
TypeToken for the specified type.
Upgrade header.
User-Agent header.
HttpMessageConverter
that can read and write JSON using the
Google Gson library's
Gson class.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).
Host header field name.
RestTemplate
and other HTTP accessing gateway helpers, defining common properties
such as the ClientHttpRequestFactory to operate on.HttpClientErrorException based on an
HttpStatus.
HttpClientErrorException based on an
HttpStatus and status text.
HttpClientErrorException based on an
HttpStatus, status text, and response body content.
HttpClientErrorException based on an
HttpStatus, status text, and response body content.
HttpComponentsClientHttpRequestFactoryHttpComponentsAndroidClientHttpRequestFactory with a default HttpClient
that uses a default ThreadSafeClientConnManager.
HttpClient instance.
ClientHttpRequestFactory implementation that
uses Apache
HttpComponents Android HttpClient to create requests.HttpComponentsClientHttpRequestFactory with a
default HttpClient.
HttpComponentsClientHttpRequestFactory with
the given 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.
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 an
HttpStatus.
HttpServerErrorException based on an
HttpStatus and status text.
HttpServerErrorException based on an
HttpStatus, status text, and response body content.
HttpServerErrorException based on a
HttpStatus, status text, and response body content.
HttpStatus.HttpStatusCodeException based on an
HttpStatus.
HttpStatusCodeException based on an
HttpStatus and status text.
HttpStatusCodeException based on an
HttpStatus, status text, and response body content.
HttpStatusCodeException based on an
HttpStatus, status text, and response body content.
identity.
ContentCodingType.IDENTITY.
If-Match header field name.
If-Modified-Since header field name.
If-None-Match header field name.
If-Range header field name.
If-Unmodified-Since header field name.
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.MediaType.parseMediaType(String) in case of
encountering an invalid media type specification String.HttpStatus.Series.INFORMATIONAL.
HttpStatus.Series.SUCCESSFUL.
HttpStatus.Series.REDIRECTION.
HttpStatus.Series.CLIENT_ERROR.
HttpStatus.Series.SERVER_ERROR.
ContentCodingType is compatible with the given coding type.
MediaType is compatible with the given media type.
*
or the wildcard character followed by a sufiix (e.g.
* or not.
* or not.
Last-Modified header field name.
Link header field name.
Location header field name.
HttpMessageConverter
that can read and write JSON using Jackson 2's ObjectMapper.MappingJackson2HttpMessageConverter.
MappingJackson2HttpMessageConverterMappingJacksonHttpMessageConverter.
Max-Forwards header field name.
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.
HttpMessageConverter that uses StringHttpMessageConverter
for reading and writing content and a ConversionService for converting
the String content to and from the target object type.ConversionService to use to convert the
(String) message body to/from the target class type.
ConversionService as well as a default
charset.
ClientHttpRequestFactory implementation that uses OkHttp to create requests.Origin header field name.
ContentCodingType.
ContentCodingType objects.
MediaType.
MediaType objects.
ResponseEntity.
HttpEntity.
ResponseEntity.
Location header.
Location header.
Location header.
HttpUriRequest before it is returned as part of a
HttpComponentsAndroidClientHttpRequest.
HttpUriRequest before it
is returned as part of a HttpComponentsClientHttpRequest.
Pragma header field name.
HttpURLConnection.
Proxy-Authenticate header field name.
Proxy-Authorization header field name.
ContentCodingType.sortByQualityValue(List).
MediaType.sortByQualityValue(List).
Range header field name.
AbstractHttpMessageConverter.readInternal(Class, HttpInputMessage).
AbstractHttpMessageConverter.read(Class, HttpInputMessage).
HttpHeaders object that can only be read, not written to.
Referer header field name.
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 using default settings.
RestTemplate.RestTemplate(List)
RestTemplate based on the given ClientHttpRequestFactory.
RestTemplate.RestTemplate(List) and HttpAccessor.setRequestFactory(ClientHttpRequestFactory)
RestTemplate using the given list of
HttpMessageConverter to use
Retry-After header field name.
Server header field name.
Set-Cookie header field name.
Set-Cookie2 header field name.
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.
Connection header.
Connection header.
Content-Disposition header
for form-data.
Content-Encoding header.
Content-Encoding header.
Content-Length header.
Content-Type header.
Date header.
"EEE, dd MMM yyyy HH:mm:ss zzz".
ETag header.
Expires header.
Gson instance to use.
HttpClient used by this factory.
HttpClient used for
If-Modified-Since header.
If-None-Match header.
If-None-Match header.
Last-Modified header.
Location header.
ObjectMapper for this view.
ObjectMapper for this view.
Origin header.
Pragma header.
DefaultPrettyPrinter when writing JSON.
DefaultPrettyPrinter when writing JSON.
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.
Upgrade header.
User-Agent header.
Accept-Charset should be written to any outgoing request.
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.
MediaType objects by specificity as the
primary criteria and quality value the secondary.
HttpMessageConverter
that can read and write Source objects.supportedMediaTypes
to text/xml and application/xml, and application/*-xml.
MediaType.sortBySpecificity(List).
OutputStream.HttpMessageConverter that can read and write strings."ISO-8859-1" as the default charset.
TE header field name.
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.
Trailer header field name.
Transfer-Encoding header field name.
Source to the Result.
HttpStatusCodeException based on an
HttpStatus, status text, and response body content.
Upgrade header field name.
UriComponents.
UriComponents.UriTemplate with the given URI String.
User-Agent header field name.
ContentCodingType object.
MediaType object,
with this method name following the 'valueOf' naming convention
(as supported by ConversionService.
Vary header field name.
Via header field name.
Warning header field name.
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.
OutputStream.
AbstractXmlHttpMessageConverter.writeInternal(Object, HttpOutputMessage).
WWW-Authenticate header field name.
AllEncompassingFormHttpMessageConverter
|
spring-android-rest-template | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||