Interface and Description |
---|
org.springframework.http.client.AsyncClientHttpRequest
as of Spring 5.0, in favor of
ClientRequest |
org.springframework.http.client.AsyncClientHttpRequestExecution
as of Spring 5.0, in favor of
ExchangeFilterFunction |
org.springframework.http.client.AsyncClientHttpRequestFactory
as of Spring 5.0, in favor of
ClientHttpConnector |
org.springframework.http.client.AsyncClientHttpRequestInterceptor
as of Spring 5.0, in favor of
ExchangeFilterFunction |
org.springframework.web.client.AsyncRequestCallback
as of Spring 5.0, in favor of
ExchangeFilterFunction |
org.springframework.web.client.AsyncRestOperations
as of Spring 5.0, in favor of
WebClient |
Exceptions and Description |
---|
org.springframework.oxm.castor.CastorMappingException
as of Spring Framework 4.3.13, due to the lack of activity on the Castor project
|
Annotation Type and Description |
---|
org.springframework.lang.UsesJava7
as of 5.0 since the framework is based on Java 8+ now
|
org.springframework.lang.UsesJava8
as of 5.0 since the framework is based on Java 8+ now
|
Enum Constant and Description |
---|
org.springframework.http.HttpStatus.DESTINATION_LOCKED |
org.springframework.http.HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE |
org.springframework.web.socket.sockjs.transport.TransportType.JSONP |
org.springframework.web.socket.sockjs.transport.TransportType.JSONP_SEND |
org.springframework.http.HttpStatus.METHOD_FAILURE |
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
|