Uses of Interface
org.springframework.http.HttpInputMessage

Packages that use HttpInputMessage
Package
Description
Contains an abstraction over client-side HTTP.
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
Provides HttpMessageConverter implementations for handling JSON.
Provides an HttpMessageConverter implementation for handling Google Protocol Buffers.
Provides HttpMessageConverter implementations for handling XML.
Contains an abstraction over server-side HTTP.
Mock implementations of client/server-side HTTP abstractions.
Mock implementations of client-side HTTP abstractions.
Core package of the client-side web support.
Support classes for the multipart resolution framework.
MVC infrastructure for annotation-based handler method processing, building on the org.springframework.web.method.annotation package.