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 PlatformHttpEnginePlatformHttpComponent. getEngine()PlatformHttpEnginePlatformHttpEndpoint. getPlatformHttpEngine()Methods in org.apache.camel.component.platform.http with parameters of type PlatformHttpEngine Modifier and Type Method Description voidPlatformHttpComponent. setEngine(PlatformHttpEngine engine)Sets thePlatformHttpEngineto use.voidPlatformHttpEndpoint. setPlatformHttpEngine(PlatformHttpEngine platformHttpEngine)
-