Uses of Interface
org.apache.camel.builder.endpoint.dsl.HttpEndpointBuilderFactory.HttpEndpointBuilder
Packages that use HttpEndpointBuilderFactory.HttpEndpointBuilder
-
Uses of HttpEndpointBuilderFactory.HttpEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return HttpEndpointBuilderFactory.HttpEndpointBuilderModifier and TypeMethodDescriptionHTTP (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.x.HTTP (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.x.HTTPS (Secure) (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.x. -
Uses of HttpEndpointBuilderFactory.HttpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return HttpEndpointBuilderFactory.HttpEndpointBuilderModifier and TypeMethodDescriptionHttpEndpointBuilderFactory.HttpEndpointBuilder.authDomain(String authDomain) Authentication domain to use with NTML.HttpEndpointBuilderFactory.HttpEndpointBuilder.authenticationPreemptive(boolean authenticationPreemptive) If this option is true, camel-http sends preemptive basic authentication to the server.HttpEndpointBuilderFactory.HttpEndpointBuilder.authenticationPreemptive(String authenticationPreemptive) If this option is true, camel-http sends preemptive basic authentication to the server.Authentication host to use with NTML.HttpEndpointBuilderFactory.HttpEndpointBuilder.authMethod(String authMethod) Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM.HttpEndpointBuilderFactory.HttpEndpointBuilder.authMethodPriority(String authMethodPriority) Which authentication method to prioritize to use, either as Basic, Digest or NTLM.HttpEndpointBuilderFactory.HttpEndpointBuilder.authPassword(String authPassword) Authentication password.HttpEndpointBuilderFactory.HttpEndpointBuilder.authUsername(String authUsername) Authentication username.HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.basic()HttpEndpointBuilderFactory.HttpEndpointBuilder.bridgeEndpoint(boolean bridgeEndpoint) If the option is true, HttpProducer will ignore the Exchange.HTTP_URI header, and use the endpoint's URI for request.HttpEndpointBuilderFactory.HttpEndpointBuilder.bridgeEndpoint(String bridgeEndpoint) If the option is true, HttpProducer will ignore the Exchange.HTTP_URI header, and use the endpoint's URI for request.HttpEndpointBuilderFactory.HttpEndpointBuilder.connectionClose(boolean connectionClose) Specifies whether a Connection Close header must be added to HTTP Request.HttpEndpointBuilderFactory.HttpEndpointBuilder.connectionClose(String connectionClose) Specifies whether a Connection Close header must be added to HTTP Request.HttpEndpointBuilderFactory.HttpEndpointBuilder.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.HttpEndpointBuilderFactory.HttpEndpointBuilder.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.HttpEndpointBuilderFactory.endpointBuilder(String componentName, String path) HttpEndpointBuilderFactory.HttpEndpointBuilder.followRedirects(boolean followRedirects) Whether to the HTTP request should follow redirects.HttpEndpointBuilderFactory.HttpEndpointBuilder.followRedirects(String followRedirects) Whether to the HTTP request should follow redirects.HTTP (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.x.HTTP (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.x.HttpEndpointBuilderFactory.HttpEndpointBuilder.httpMethod(String httpMethod) Configure the HTTP method to use.HttpEndpointBuilderFactory.HttpEndpointBuilder.httpMethod(org.apache.camel.http.common.HttpMethods httpMethod) Configure the HTTP method to use.HTTPS (Secure) (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.x.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2ClientId(String oauth2ClientId) OAuth2 client id.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2ClientSecret(String oauth2ClientSecret) OAuth2 client secret.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2TokenEndpoint(String oauth2TokenEndpoint) OAuth2 Token endpoint.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthDomain(String proxyAuthDomain) Proxy authentication domain to use with NTML.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthHost(String proxyAuthHost) Proxy authentication host.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthMethod(String proxyAuthMethod) Proxy authentication method to use.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthNtHost(String proxyAuthNtHost) Proxy authentication domain (workstation name) to use with NTML.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthPassword(String proxyAuthPassword) Proxy authentication password.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthPort(int proxyAuthPort) Proxy authentication port.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthPort(String proxyAuthPort) Proxy authentication port.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthScheme(String proxyAuthScheme) Proxy authentication scheme to use.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthUsername(String proxyAuthUsername) Proxy authentication username.Proxy hostname to use.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyPort(int proxyPort) Proxy port to use.Proxy port to use.HttpEndpointBuilderFactory.HttpEndpointBuilder.sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.HttpEndpointBuilderFactory.HttpEndpointBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.HttpEndpointBuilderFactory.HttpEndpointBuilder.throwExceptionOnFailure(boolean throwExceptionOnFailure) Option to disable throwing the HttpOperationFailedException in case of failed responses from the remote server.HttpEndpointBuilderFactory.HttpEndpointBuilder.throwExceptionOnFailure(String throwExceptionOnFailure) Option to disable throwing the HttpOperationFailedException in case of failed responses from the remote server.HttpEndpointBuilderFactory.HttpEndpointBuilder.x509HostnameVerifier(String x509HostnameVerifier) To use a custom X509HostnameVerifier such as DefaultHostnameVerifier or NoopHostnameVerifier.HttpEndpointBuilderFactory.HttpEndpointBuilder.x509HostnameVerifier(HostnameVerifier x509HostnameVerifier) To use a custom X509HostnameVerifier such as DefaultHostnameVerifier or NoopHostnameVerifier.