Uses of Class
org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
Packages that use BaseHttpInboundEndpoint
Package
Description
Provides HTTP Components support for Spring Integration Java DSL.
Provides classes supporting inbound endpoints.
Provides classes supporting inbound endpoints.
- 
Uses of BaseHttpInboundEndpoint in org.springframework.integration.http.dslClasses in org.springframework.integration.http.dsl with type parameters of type BaseHttpInboundEndpointModifier and TypeClassDescriptionclassHttpInboundEndpointSupportSpec<S extends HttpInboundEndpointSupportSpec<S,E>, E extends BaseHttpInboundEndpoint> 
- 
Uses of BaseHttpInboundEndpoint in org.springframework.integration.http.inboundSubclasses of BaseHttpInboundEndpoint in org.springframework.integration.http.inboundModifier and TypeClassDescriptionclassInbound HTTP endpoint that implements Spring'sControllerinterface to be used with a DispatcherServlet front controller.classBase class for HTTP request handling endpoints.classInbound Messaging Gateway that handles HTTP Requests.
- 
Uses of BaseHttpInboundEndpoint in org.springframework.integration.webflux.inboundSubclasses of BaseHttpInboundEndpoint in org.springframework.integration.webflux.inboundModifier and TypeClassDescriptionclassAMessagingGatewaySupportimplementation for Spring WebFlux HTTP requests execution.