- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.camel.component.http.CamelServlet
-
- ServletResolveConsumerStrategy - Interface in org.apache.camel.component.http
-
Strategy to resolve which consumer to service an incoming HttpServletRequest
.
- setAuthDomain(String) - Method in class org.apache.camel.component.http.HttpConfiguration
-
- setAuthHost(String) - Method in class org.apache.camel.component.http.HttpConfiguration
-
- setAuthMethod(AuthMethod) - Method in class org.apache.camel.component.http.HttpConfiguration
-
- setAuthMethodPriority(String) - Method in class org.apache.camel.component.http.HttpConfiguration
-
- setAuthMethodPriority(String) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setAuthPassword(String) - Method in class org.apache.camel.component.http.HttpConfiguration
-
- setAuthUsername(String) - Method in class org.apache.camel.component.http.HttpConfiguration
-
- setBinding(HttpBinding) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setBridgeEndpoint(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setCharsetFromContentType(String, Exchange) - Static method in class org.apache.camel.component.http.helper.HttpHelper
-
- setChunked(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setClientParams(HttpClientParams) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Provide access to the client parameters used on new HttpClient
instances
used by producers or consumers of this endpoint.
- setDisableStreamCache(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setEagerCheckContentAvailable(boolean) - Method in class org.apache.camel.component.http.DefaultHttpBinding
-
- setEagerCheckContentAvailable(boolean) - Method in interface org.apache.camel.component.http.HttpBinding
-
Whether to eager check whether the HTTP requests has content if the content-length header is 0 or not present.
- setEagerCheckContentAvailable(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Whether to eager check whether the HTTP requests has content if the content-length header is 0 or not present.
- setFileTypeMap(FileTypeMap) - Method in class org.apache.camel.component.http.helper.CamelFileDataSource
-
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.http.DefaultHttpBinding
-
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in interface org.apache.camel.component.http.HttpBinding
-
Sets the header filter strategy to use.
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setHttpBinding(HttpBinding) - Method in class org.apache.camel.component.http.HttpComponent
-
- setHttpClient(HttpClient) - Method in class org.apache.camel.component.http.HttpPollingConsumer
-
- setHttpClient(HttpClient) - Method in class org.apache.camel.component.http.HttpProducer
-
- setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.HttpComponent
-
- setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Register a custom configuration strategy for new HttpClient
instances
created by producers or consumers such as to configure authentication mechanisms etc
- setHttpConfiguration(HttpConfiguration) - Method in class org.apache.camel.component.http.HttpComponent
-
- setHttpConnectionManager(HttpConnectionManager) - Method in class org.apache.camel.component.http.HttpComponent
-
- setHttpConnectionManager(HttpConnectionManager) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setHttpMethodRestrict(String) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setHttpUri(URI) - Method in class org.apache.camel.component.http.HttpEndpoint
-
The url of the HTTP endpoint to call.
- setMatchOnUriPrefix(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setProxyAuthDomain(String) - Method in class org.apache.camel.component.http.HttpConfiguration
-
- setProxyAuthHost(String) - Method in class org.apache.camel.component.http.HttpConfiguration
-
- setProxyAuthMethod(AuthMethod) - Method in class org.apache.camel.component.http.HttpConfiguration
-
- setProxyAuthPassword(String) - Method in class org.apache.camel.component.http.HttpConfiguration
-
- setProxyAuthUsername(String) - Method in class org.apache.camel.component.http.HttpConfiguration
-
- setProxyHost(String) - Method in class org.apache.camel.component.http.HttpConfiguration
-
- setProxyHost(String) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setProxyPort(int) - Method in class org.apache.camel.component.http.HttpConfiguration
-
- setProxyPort(int) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setResponseBufferSize(Integer) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setServletName(String) - Method in class org.apache.camel.component.http.CamelServlet
-
- setServletResolveConsumerStrategy(ServletResolveConsumerStrategy) - Method in class org.apache.camel.component.http.CamelServlet
-
- setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setTraceEnabled(boolean) - Method in class org.apache.camel.component.http.HttpConsumer
-
- setTraceEnabled(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setTransferException(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setUrlRewrite(UrlRewrite) - Method in class org.apache.camel.component.http.HttpEndpoint
-
- setUseReaderForPayload(boolean) - Method in class org.apache.camel.component.http.DefaultHttpBinding
-
- setUseReaderForPayload(boolean) - Method in interface org.apache.camel.component.http.HttpBinding
-
Should the ServletRequest.getReader()
be exposed as the payload of input messages in the Camel
Message.getBody()
or not.
- SSLContextParametersSecureProtocolSocketFactory - Class in org.apache.camel.component.http
-
A SecureProtocolSocketFactory
implementation to allow configuration
of Commons HTTP SSL/TLS options based on a #JSSEClientParameters
instance or a provided SSLSocketFactory
instance.
- SSLContextParametersSecureProtocolSocketFactory(SSLSocketFactory) - Constructor for class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
-
Creates a new instance using the provided factory.
- SSLContextParametersSecureProtocolSocketFactory(SSLContextParameters) - Constructor for class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
-
Creates a new instance using a factory created by the provided client configuration
parameters.
- suspend() - Method in class org.apache.camel.component.http.HttpConsumer
-