Uses of Interface
org.apache.camel.component.platform.http.spi.PlatformHttpEngine
-
Packages that use PlatformHttpEngine Package Description org.apache.camel.component.platform.http -
-
Uses of PlatformHttpEngine in org.apache.camel.component.platform.http
Methods in org.apache.camel.component.platform.http that return PlatformHttpEngine Modifier and Type Method Description PlatformHttpEngine
PlatformHttpComponent. getEngine()
PlatformHttpEngine
PlatformHttpEndpoint. getPlatformHttpEngine()
Methods in org.apache.camel.component.platform.http with parameters of type PlatformHttpEngine Modifier and Type Method Description void
PlatformHttpComponent. setEngine(PlatformHttpEngine engine)
Sets thePlatformHttpEngine
to use.void
PlatformHttpEndpoint. setPlatformHttpEngine(PlatformHttpEngine platformHttpEngine)
-