| Name | Description | Type | Package | Framework |
| SimpleMultipartFileReader | MultipartFileReader implementation that does not maintain metadata fromthe original MultipartFile instance. | Class | org.springframework.integration.http.multipart | Spring Integration |
| SerializingHttpMessageConverter | An HttpMessageConverter implementation for Serializable instances. | Class | org.springframework.integration.http.converter | Spring Integration |
| RequestMapping | Class for mapping web requests onto specific HttpRequestHandlingEndpointSupport. | Class | org.springframework.integration.http.inbound | Spring Integration |
| MultipartFileReader | Strategy for reading MultipartFile content. | Interface | org.springframework.integration.http.multipart | Spring Integration |
| MultipartHttpInputMessage | Class | org.springframework.integration.http.multipart | Spring Integration | |
| MultipartAwareFormHttpMessageConverter | An HttpMessageConverter implementation that delegates to an instance ofAllEncompassingFormHttpMessageConverter while adding the capability to read | Class | org.springframework.integration.http.converter | Spring Integration |
| IntegrationRequestMappingHandlerMapping | The HandlerMapping implementation thatdetects and registers RequestMappingInfos for | Class | org.springframework.integration.http.inbound | Spring Integration |
| HttpRequestHandlingMessagingGateway | Inbound Messaging Gateway that handles HTTP Requests. | Class | org.springframework.integration.http.inbound | Spring Integration |
| HttpRequestHandlingEndpointSupport | Base class for HTTP request handling endpoints. | Class | org.springframework.integration.http.inbound | Spring Integration |
| HttpRequestHandlingController | Inbound HTTP endpoint that implements Spring's Controller interface to be used with a DispatcherServlet frontThe viewName will be passed into the ModelAndView return value. | Class | org.springframework.integration.http.inbound | Spring Integration |
| HttpOutboundGatewayParser | Parser for the 'outbound-gateway' element of the http namespace. | Class | org.springframework.integration.http.config | Spring Integration |
| HttpRequestExecutingMessageHandler | A MessageHandler implementation that executes HTTP requests by delegatingto a RestTemplate instance. | Class | org.springframework.integration.http.outbound | Spring Integration |
| HttpOutboundChannelAdapterParser | Parser for the 'outbound-channel-adapter' element of the http namespace. | Class | org.springframework.integration.http.config | Spring Integration |
| HttpNamespaceHandler | Namespace handler for Spring Integration's http namespace. | Class | org.springframework.integration.http.config | Spring Integration |
| HttpIntegrationConfigurationInitializer | The HTTP Integration infrastructure beanFactory initializer. | Class | org.springframework.integration.http.config | Spring Integration |
| HttpHeaders | Class | org.springframework.integration.http | Spring Integration | |
| HttpInboundEndpointParser | Parser for the 'inbound-channel-adapter' and 'inbound-gateway' elementsof the 'http' namespace. | Class | org.springframework.integration.http.config | Spring Integration |
| HttpContextUtils | Utility class for accessing HTTP integration components from the BeanFactory. | Class | org.springframework.integration.http.support | Spring Integration |
| FileCopyingMultipartFileReader | MultipartFileReader implementation that copies the MulitpartFile'scontent to a new temporary File in the specified directory. | Class | org.springframework.integration.http.multipart | Spring Integration |
| DefaultMultipartFileReader | MultipartFileReader implementation that reads the MultipartFilecontent directly into a new MultipartFile instance that is not restricted | Class | org.springframework.integration.http.multipart | Spring Integration |
| DefaultHttpHeaderMapper | Default HeaderMapper implementation for HTTP. | Class | org.springframework.integration.http.support | Spring Integration |
| CrossOrigin | The mapping to permit cross origin requests (CORS) for HttpRequestHandlingEndpointSupport. | Class | org.springframework.integration.http.inbound | Spring Integration |
| UploadedMultipartFile | A MultipartFile implementation that represents an uploaded File. | Class | org.springframework.integration.http.multipart | Spring Integration |