All Classes
| Class | Description |
|---|---|
| AbstractHttpRequestExecutingMessageHandler |
Base class for http outbound adapter/gateway.
|
| BaseHttpInboundEndpoint |
The
MessagingGatewaySupport extension for HTTP Inbound endpoints
with basic properties. |
| BaseHttpInboundEndpointSpec<S extends BaseHttpInboundEndpointSpec<S,E>,E extends HttpRequestHandlingEndpointSupport> |
A base
MessagingGatewaySpec for the
HttpRequestHandlingEndpointSupport implementations. |
| BaseHttpMessageHandlerSpec<S extends BaseHttpMessageHandlerSpec<S,E>,E extends AbstractHttpRequestExecutingMessageHandler> |
The base
MessageHandlerSpec for AbstractHttpRequestExecutingMessageHandlers. |
| CrossOrigin |
The mapping to permit cross origin requests (CORS) for
HttpRequestHandlingEndpointSupport. |
| DefaultHttpHeaderMapper |
Default
HeaderMapper implementation for HTTP. |
| DefaultMultipartFileReader |
MultipartFileReader implementation that reads the MultipartFile
content directly into a new MultipartFile instance that is not restricted
to the HTTP request scope. |
| EnableIntegrationGraphController |
Enables the
IntegrationGraphController if
org.springframework.web.servlet.DispatcherServlet or
org.springframework.web.reactive.DispatcherHandler is present in the classpath. |
| FileCopyingMultipartFileReader |
MultipartFileReader implementation that copies the MultipartFile's
content to a new temporary File in the specified directory. |
| Http |
The HTTP components Factory.
|
| HttpContextUtils |
Utility class for accessing HTTP integration components
from the
BeanFactory. |
| HttpControllerEndpointSpec |
The
BaseHttpInboundEndpointSpec implementation for the HttpRequestHandlingController. |
| HttpHeaders | |
| HttpInboundEndpointParser |
Parser for the 'inbound-channel-adapter' and 'inbound-gateway' elements
of the 'http' namespace.
|
| HttpInboundEndpointSupportSpec<S extends HttpInboundEndpointSupportSpec<S,E>,E extends BaseHttpInboundEndpoint> | |
| HttpInboundEndpointSupportSpec.CrossOriginSpec |
A fluent API for the
CrossOrigin. |
| HttpInboundEndpointSupportSpec.RequestMappingSpec |
A fluent API for the
RequestMapping. |
| HttpIntegrationConfigurationInitializer |
The HTTP Integration infrastructure
beanFactory initializer. |
| HttpMessageHandlerSpec |
The
BaseHttpMessageHandlerSpec implementation for the HttpRequestExecutingMessageHandler. |
| HttpNamespaceHandler |
Namespace handler for Spring Integration's http namespace.
|
| HttpOutboundChannelAdapterParser |
Parser for the 'outbound-channel-adapter' element of the http namespace.
|
| HttpOutboundGatewayParser |
Parser for the 'outbound-gateway' element of the http namespace.
|
| HttpRequestExecutingMessageHandler |
A
MessageHandler
implementation that executes HTTP requests by delegating
to a RestTemplate instance. |
| HttpRequestHandlerEndpointSpec |
The
BaseHttpInboundEndpointSpec implementation for the HttpRequestHandlingMessagingGateway. |
| HttpRequestHandlingController |
Inbound HTTP endpoint that implements Spring's
Controller interface to be used with a DispatcherServlet front
controller. |
| HttpRequestHandlingEndpointSupport |
Base class for HTTP request handling endpoints.
|
| HttpRequestHandlingMessagingGateway |
Inbound Messaging Gateway that handles HTTP Requests.
|
| IntegrationGraphController |
The REST Controller to provide the management API over
IntegrationGraphServer. |
| IntegrationGraphControllerParser |
The
BeanDefinitionParser for the <int-http:graph-controller> component. |
| IntegrationRequestMappingHandlerMapping |
The
HandlerMapping implementation that
detects and registers RequestMappingInfos for
HttpRequestHandlingEndpointSupport from a Spring Integration HTTP configuration
of <inbound-channel-adapter/> and <inbound-gateway/> elements. |
| IntegrationWebExchangeBindException |
A
WebExchangeBindException extension for validation error with a failed
message context. |
| MultipartAwareFormHttpMessageConverter |
An
HttpMessageConverter implementation that delegates to an instance of
AllEncompassingFormHttpMessageConverter while adding the capability to read
multipart/form-data content in an HTTP request. |
| MultipartFileReader<T> |
Strategy for reading
MultipartFile content. |
| MultipartHttpInputMessage | |
| RequestMapping |
Class for mapping web requests onto specific
HttpRequestHandlingEndpointSupport. |
| SerializingHttpMessageConverter |
An
HttpMessageConverter implementation for
Serializable instances. |
| SimpleMultipartFileReader |
MultipartFileReader implementation that does not maintain metadata from
the original MultipartFile instance. |
| UploadedMultipartFile |
A
MultipartFile implementation that represents an uploaded File. |