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. null or */* mean no restriction.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.cookieDomain(String cookieDomain) Sets which server can receive cookies.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.cookieHttpOnly(boolean cookieHttpOnly) Sets whether to prevent client side scripts from accessing created cookies.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.cookieHttpOnly(String cookieHttpOnly) Sets whether to prevent client side scripts from accessing created cookies.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.cookieMaxAge(Long cookieMaxAge) Sets the maximum cookie age in seconds.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.cookieMaxAge(String cookieMaxAge) Sets the maximum cookie age in seconds.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.cookiePath(String cookiePath) Sets the URL path that must exist in the requested URL in order to send the Cookie.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.cookieSameSite(String cookieSameSite) Sets whether to prevent the browser from sending cookies along with cross-site requests.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.cookieSameSite(org.apache.camel.component.platform.http.cookie.CookieConfiguration.CookieSameSite cookieSameSite) Sets whether to prevent the browser from sending cookies along with cross-site requests.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.cookieSecure(boolean cookieSecure) Sets whether the cookie is only sent to the server with an encrypted request over HTTPS.PlatformHttpEndpointBuilderFactory.PlatformHttpEndpointBuilder.cookieSecure(String cookieSecure) Sets whether the cookie is only sent to the server with an encrypted request over HTTPS.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.