Uses of Interface
org.apache.camel.builder.endpoint.dsl.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder
Packages that use JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder
-
Uses of JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilderModifier and TypeMethodDescriptionJetty (camel-jetty) Expose HTTP endpoints using Jetty 12.Jetty (camel-jetty) Expose HTTP endpoints using Jetty 12. -
Uses of JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilderModifier and TypeMethodDescriptionJettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.async(boolean async) Configure the consumer to work in async mode.Configure the consumer to work in async mode.JettyHttp12EndpointBuilderFactory.AdvancedJettyHttp12EndpointBuilder.basic()JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.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.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.continuationTimeout(Long continuationTimeout) Allows to set a timeout in millis when using Jetty as consumer (server).JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.continuationTimeout(String continuationTimeout) Allows to set a timeout in millis when using Jetty as consumer (server).JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.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.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.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.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.enableCORS(boolean enableCORS) If the option is true, Jetty server will setup the CrossOriginFilter which supports the CORS out of box.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.enableCORS(String enableCORS) If the option is true, Jetty server will setup the CrossOriginFilter which supports the CORS out of box.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.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.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.enableMultipartFilter(boolean enableMultipartFilter) Whether org.apache.camel.component.jetty.MultiPartFilter is enabled or not.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.enableMultipartFilter(String enableMultipartFilter) Whether org.apache.camel.component.jetty.MultiPartFilter is enabled or not.JettyHttp12EndpointBuilderFactory.endpointBuilder(String componentName, String path) JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.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 12.Jetty (camel-jetty) Expose HTTP endpoints using Jetty 12.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.logException(boolean logException) If enabled and an Exchange failed processing on the consumer side the exception's stack trace will be logged when the exception stack trace is not sent in the response's body.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.logException(String logException) If enabled and an Exchange failed processing on the consumer side the exception's stack trace will be logged when the exception stack trace is not sent in the response's body.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.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.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.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.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.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.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.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.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.responseBufferSize(Integer responseBufferSize) To use a custom buffer size on the jakarta.servlet.ServletResponse.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.responseBufferSize(String responseBufferSize) To use a custom buffer size on the jakarta.servlet.ServletResponse.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.sendDateHeader(boolean sendDateHeader) If the option is true, jetty server will send the date header to the client which sends the request.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.sendDateHeader(String sendDateHeader) If the option is true, jetty server will send the date header to the client which sends the request.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.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.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.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.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.sessionSupport(boolean sessionSupport) Specifies whether to enable the session manager on the server side of Jetty.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.sessionSupport(String sessionSupport) Specifies whether to enable the session manager on the server side of Jetty.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.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.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.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.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.useContinuation(Boolean useContinuation) Whether or not to use Jetty continuations for the Jetty Server.JettyHttp12EndpointBuilderFactory.JettyHttp12EndpointBuilder.useContinuation(String useContinuation) Whether or not to use Jetty continuations for the Jetty Server.