Uses of Interface
org.apache.camel.builder.endpoint.dsl.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder
Packages that use PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder
-
Uses of PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.platformHttp(String path) Platform HTTP (camel-platform-http) Expose HTTP endpoints using the HTTP server available in the current platform.StaticEndpointBuilders.platformHttp(String componentName, String path) Platform HTTP (camel-platform-http) Expose HTTP endpoints using the HTTP server available in the current platform. -
Uses of PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilderModifier and TypeMethodDescriptionPlatformHttpEndpointBuilderFactory.AdvancedPlatformHttpEndpointBuilder.basic()The content type this endpoint accepts as an input, such as application/xml or application/json.PlatformHttpEndpointBuilderFactory.endpointBuilder(String componentName, String path) PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.httpMethodRestrict(String httpMethodRestrict) A comma separated list of HTTP methods to serve, e.g.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.matchOnUriPrefix(boolean matchOnUriPrefix) Whether or not the consumer should try to find a target consumer by matching the URI prefix if no exact match is found.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.matchOnUriPrefix(String matchOnUriPrefix) Whether or not the consumer should try to find a target consumer by matching the URI prefix if no exact match is found.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.muteException(boolean muteException) If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.muteException(String muteException) If enabled and an Exchange failed processing on the consumer side the response's body won't contain the exception's stack trace.PlatformHttpEndpointBuilderFactory.PlatformHttpBuilders.platformHttp(String path) Platform HTTP (camel-platform-http) Expose HTTP endpoints using the HTTP server available in the current platform.PlatformHttpEndpointBuilderFactory.PlatformHttpBuilders.platformHttp(String componentName, String path) Platform HTTP (camel-platform-http) Expose HTTP endpoints using the HTTP server available in the current platform.The content type this endpoint produces, such as application/xml or application/json.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.useStreaming(boolean useStreaming) Whether to use streaming for large requests and responses (currently only supported by camel-platform-http-vertx).PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.useStreaming(String useStreaming) Whether to use streaming for large requests and responses (currently only supported by camel-platform-http-vertx).