Uses of Interface
org.apache.camel.builder.endpoint.dsl.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder
Packages that use JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder
-
Uses of JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilderModifier and TypeMethodDescriptionJetty (camel-jetty) Expose HTTP endpoints using Jetty 11.Jetty (camel-jetty) Expose HTTP endpoints using Jetty 11. -
Uses of JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilderModifier and TypeMethodDescriptionJettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.async(boolean async) Configure the consumer to work in async mode.Configure the consumer to work in async mode.JettyHttp11EndpointBuilderFactory.AdvancedJettyHttp11EndpointBuilder.basic()JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.chunked(boolean chunked) If this option is false the Servlet will disable the HTTP streaming and set the content-length header on the response.If this option is false the Servlet will disable the HTTP streaming and set the content-length header on the response.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.continuationTimeout(Long continuationTimeout) Allows to set a timeout in millis when using Jetty as consumer (server).JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.continuationTimeout(String continuationTimeout) Allows to set a timeout in millis when using Jetty as consumer (server).JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.disableStreamCache(boolean disableStreamCache) Determines whether or not the raw input stream from Servlet is cached or not (Camel will read the stream into a in memory/overflow to file, Stream caching) cache.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.disableStreamCache(String disableStreamCache) Determines whether or not the raw input stream from Servlet is cached or not (Camel will read the stream into a in memory/overflow to file, Stream caching) cache.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.enableCORS(boolean enableCORS) If the option is true, Jetty server will setup the CrossOriginFilter which supports the CORS out of box.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.enableCORS(String enableCORS) If the option is true, Jetty server will setup the CrossOriginFilter which supports the CORS out of box.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.enableJmx(boolean enableJmx) If this option is true, Jetty JMX support will be enabled for this endpoint.If this option is true, Jetty JMX support will be enabled for this endpoint.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.enableMultipartFilter(boolean enableMultipartFilter) Whether org.apache.camel.component.jetty.MultiPartFilter is enabled or not.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.enableMultipartFilter(String enableMultipartFilter) Whether org.apache.camel.component.jetty.MultiPartFilter is enabled or not.JettyHttp11EndpointBuilderFactory.endpointBuilder(String componentName, String path) JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.httpMethodRestrict(String httpMethodRestrict) Used to only allow consuming if the HttpMethod matches, such as GET/POST/PUT etc.Jetty (camel-jetty) Expose HTTP endpoints using Jetty 11.Jetty (camel-jetty) Expose HTTP endpoints using Jetty 11.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.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.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.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.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.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.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.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.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.responseBufferSize(Integer responseBufferSize) To use a custom buffer size on the jakarta.servlet.ServletResponse.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.responseBufferSize(String responseBufferSize) To use a custom buffer size on the jakarta.servlet.ServletResponse.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.sendDateHeader(boolean sendDateHeader) If the option is true, jetty server will send the date header to the client which sends the request.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.sendDateHeader(String sendDateHeader) If the option is true, jetty server will send the date header to the client which sends the request.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.sendServerVersion(boolean sendServerVersion) If the option is true, jetty will send the server header with the jetty version information to the client which sends the request.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.sendServerVersion(String sendServerVersion) If the option is true, jetty will send the server header with the jetty version information to the client which sends the request.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.sessionSupport(boolean sessionSupport) Specifies whether to enable the session manager on the server side of Jetty.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.sessionSupport(String sessionSupport) Specifies whether to enable the session manager on the server side of Jetty.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.transferException(boolean transferException) If enabled and an Exchange failed processing on the consumer side, and if the caused Exception was send back serialized in the response as a application/x-java-serialized-object content type.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.transferException(String transferException) If enabled and an Exchange failed processing on the consumer side, and if the caused Exception was send back serialized in the response as a application/x-java-serialized-object content type.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.useContinuation(Boolean useContinuation) Whether or not to use Jetty continuations for the Jetty Server.JettyHttp11EndpointBuilderFactory.JettyHttp11EndpointBuilder.useContinuation(String useContinuation) Whether or not to use Jetty continuations for the Jetty Server.