- send(HttpClient) - Method in interface org.apache.camel.component.jetty.JettyContentExchange
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.camel.component.jetty.CamelContinuationServlet
-
- setAllowJavaSerializedObject(boolean) - Method in class org.apache.camel.component.jetty.DefaultJettyHttpBinding
-
- setAllowJavaSerializedObject(boolean) - Method in interface org.apache.camel.component.jetty.JettyHttpBinding
-
Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object
This is by default turned off.
- setBinding(JettyHttpBinding) - Method in class org.apache.camel.component.jetty.JettyHttpProducer
-
- setClient(HttpClient) - Method in class org.apache.camel.component.jetty.JettyHttpProducer
-
- setContinuationTimeout(Long) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
Allows to set a timeout in millis when using Jetty as consumer (server).
- setContinuationTimeout(Long) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
Allows to set a timeout in millis when using Jetty as consumer (server).
- setEnableCORS(boolean) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
If the option is true, Jetty server will setup the CrossOriginFilter which supports the CORS out of box.
- setEnableJmx(boolean) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
If this option is true, Jetty JMX support will be enabled for this endpoint.
- setEnableJmx(boolean) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
If this option is true, Jetty JMX support will be enabled for this endpoint.
- setEnableMultipartFilter(boolean) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
Whether Jetty org.eclipse.jetty.servlets.MultiPartFilter is enabled or not.
- setErrorHandler(ErrorHandler) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
This option is used to set the ErrorHandler that Jetty server uses.
- setFilterInitParameters(Map<String, String>) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
Configuration of the filter init parameters.
- setFilters(List<Filter>) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
Allows using a custom filters which is putted into a list and can be find in the Registry.
- setHandlers(List<Handler>) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
Specifies a comma-delimited set of org.mortbay.jetty.Handler instances in your Registry (such as your Spring ApplicationContext).
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.jetty.DefaultJettyHttpBinding
-
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in interface org.apache.camel.component.jetty.JettyHttpBinding
-
Sets the header filter strategy to use.
- setHttpBinding(HttpBinding) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
Not to be used - use JettyHttpBinding instead.
- setHttpClient(HttpClient) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
Sets a shared HttpClient
to use for all producers
created by this endpoint.
- setHttpClientMaxThreads(Integer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
To set a value for maximum number of threads in HttpClient thread pool.
- setHttpClientMaxThreads(Integer) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
To set a value for maximum number of threads in HttpClient thread pool.
- setHttpClientMinThreads(Integer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
To set a value for minimum number of threads in HttpClient thread pool.
- setHttpClientMinThreads(Integer) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
To set a value for minimum number of threads in HttpClient thread pool.
- setHttpClientParameters(Map<String, Object>) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
Configuration of Jetty's HttpClient.
- setHttpConfiguration(HttpConfiguration) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
Jetty component does not use HttpConfiguration.
- setJettyBinding(JettyHttpBinding) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
To use a custom JettyHttpBinding which be used to customize how a response should be written for the producer.
- setJettyHttpBinding(JettyHttpBinding) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
To use a custom org.apache.camel.component.jetty.JettyHttpBinding, which are used to customize how a response should be written for the producer.
- setKeystore(String) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
Specifies the location of the Java keystore file, which contains the Jetty server's own X.509 certificate in a key entry.
- setMaxThreads(Integer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
To set a value for maximum number of threads in server thread pool.
- setMbContainer(MBeanContainer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
To use a existing configured org.eclipse.jetty.jmx.MBeanContainer if JMX is enabled that Jetty uses for registering mbeans.
- setMethod(String) - Method in interface org.apache.camel.component.jetty.JettyContentExchange
-
- setMinThreads(Integer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
To set a value for minimum number of threads in server thread pool.
- setMultipartFilter(Filter) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
Allows using a custom multipart filter.
- setOkStatusCodeRange(String) - Method in class org.apache.camel.component.jetty.DefaultJettyHttpBinding
-
- setOkStatusCodeRange(String) - Method in interface org.apache.camel.component.jetty.JettyHttpBinding
-
The status codes which is considered a success response.
- setProxy(String, int) - Method in class org.apache.camel.component.jetty.CamelHttpClient
-
- setProxyHost(String) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
To use a http proxy to configure the hostname.
- setProxyPort(Integer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
To use a http proxy to configure the port number.
- setRequestBufferSize(Integer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
Allows to configure a custom value of the request buffer size on the Jetty connectors.
- setRequestContent(byte[]) - Method in interface org.apache.camel.component.jetty.JettyContentExchange
-
- setRequestContent(String, String) - Method in interface org.apache.camel.component.jetty.JettyContentExchange
-
- setRequestContent(InputStream) - Method in interface org.apache.camel.component.jetty.JettyContentExchange
-
- setRequestContentType(String) - Method in interface org.apache.camel.component.jetty.JettyContentExchange
-
- setRequestHeaderSize(Integer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
Allows to configure a custom value of the request header size on the Jetty connectors.
- setResponseBufferSize(Integer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
Allows to configure a custom value of the response buffer size on the Jetty connectors.
- setResponseHeaderSize(Integer) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
Allows to configure a custom value of the response header size on the Jetty connectors.
- setSendDateHeader(boolean) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
If the option is true, jetty server will send the date header to the client which sends the request.
- setSendServerVersion(boolean) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
If the option is true, jetty will send the server header with the jetty version information to the client which sends the request.
- setSessionSupport(boolean) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
Specifies whether to enable the session manager on the server side of Jetty.
- setSharedClient(HttpClient) - Method in class org.apache.camel.component.jetty.JettyHttpProducer
-
- setSocketConnectorProperties(Map<String, Object>) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
A map which contains general HTTP connector properties.
- setSocketConnectors(Map<Integer, Connector>) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
A map which contains per port number specific HTTP connectors.
- setSSLContext(SSLContext) - Method in class org.apache.camel.component.jetty.CamelHttpClient
-
Deprecated.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
To configure security using SSLContextParameters
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
To configure security using SSLContextParameters
- setSslContextParametersRef(String) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
Deprecated.
- setSslKeyPassword(String) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
The key password, which is used to access the certificate's key entry in the keystore (this is the same password that is supplied to the keystore command's -keypass option).
- setSslPassword(String) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
The ssl password, which is required to access the keystore file (this is the same password that is supplied to the keystore command's -storepass option).
- setSslSocketConnectorProperties(Map<String, Object>) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
A map which contains general SSL connector properties.
- setSslSocketConnectors(Map<Integer, Connector>) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
A map which contains per port number specific SSL connectors.
- setSupportRedirect(boolean) - Method in class org.apache.camel.component.jetty.CamelHttpClient
-
- setSupportRedirect(boolean) - Method in interface org.apache.camel.component.jetty.JettyContentExchange
-
- setThreadPool(ThreadPool) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
To use a custom thread pool for the server.
- setThreadPoolOrExecutor(Executor) - Method in class org.apache.camel.component.jetty.CamelHttpClient
-
- setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.jetty.DefaultJettyHttpBinding
-
- setThrowExceptionOnFailure(boolean) - Method in interface org.apache.camel.component.jetty.JettyHttpBinding
-
Whether to throw HttpOperationFailedException
in case of response code != 200.
- setTimeout(long) - Method in interface org.apache.camel.component.jetty.JettyContentExchange
-
- setTransferException(boolean) - Method in class org.apache.camel.component.jetty.DefaultJettyHttpBinding
-
- setTransferException(boolean) - Method in interface org.apache.camel.component.jetty.JettyHttpBinding
-
Whether to transfer exception back as a serialized java object
if processing failed due to an exception
This is by default turned off.
- setURL(String) - Method in interface org.apache.camel.component.jetty.JettyContentExchange
-
- setUseContinuation(boolean) - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
Whether or not to use Jetty continuations for the Jetty Server.
- setUseContinuation(Boolean) - Method in class org.apache.camel.component.jetty.JettyHttpEndpoint
-
Whether or not to use Jetty continuations for the Jetty Server.
- socketConnectorProperties - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
-
- socketConnectors - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
-
- sslContextParameters - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
-
- sslKeyPassword - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
-
- sslKeystore - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
-
- sslPassword - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
-
- sslSocketConnectorProperties - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
-
- sslSocketConnectors - Variable in class org.apache.camel.component.jetty.JettyHttpComponent
-
- startMbContainer() - Method in class org.apache.camel.component.jetty.JettyHttpComponent
-
Starts
JettyHttpComponent.mbContainer
and registers the container with itself as a managed bean
logging an error if there is a problem starting the container.