|
spring-android-rest-template | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Deprecated Methods | |
|---|---|
| org.springframework.web.util.UriUtils.encodeHttpUrl(String, String)
in favor of UriComponentsBuilder; see note about query param encoding |
|
| org.springframework.web.util.UriUtils.encodeUri(String, String)
in favor of UriComponentsBuilder; see note about query param encoding |
|
| org.springframework.web.util.UriUtils.encodeUriComponents(String, String, String, String, String, String, String, String, String)
in favor of UriComponentsBuilder |
|
| org.springframework.http.HttpHeaders.getIfNotModifiedSince()
use HttpHeaders.getIfModifiedSince() |
|
| Deprecated Enum Constants | |
|---|---|
| org.springframework.http.HttpStatus.DESTINATION_LOCKED
See WebDAV Draft Changes |
|
| org.springframework.http.HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE
See WebDAV Draft Changes |
|
| org.springframework.http.HttpStatus.METHOD_FAILURE
See WebDAV Draft Changes |
|
| org.springframework.http.HttpStatus.MOVED_TEMPORARILY
In favor of HttpStatus.FOUND which will be returned from HttpStatus.valueOf(302) |
|
| org.springframework.http.HttpStatus.REQUEST_ENTITY_TOO_LARGE
In favor of HttpStatus.PAYLOAD_TOO_LARGE which will be returned from HttpStatus.valueOf(413) |
|
| org.springframework.http.HttpStatus.REQUEST_URI_TOO_LONG
In favor of HttpStatus.URI_TOO_LONG which will be returned from HttpStatus.valueOf(414) |
|
| org.springframework.http.HttpStatus.USE_PROXY
due to security concerns regarding in-band configuration of a proxy |
|
|
spring-android-rest-template | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||