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 is cached or not.HttpEndpointBuilderFactory.HttpEndpointBuilder.disableStreamCache(String disableStreamCache) Determines whether or not the raw input stream is cached or not.HttpEndpointBuilderFactory.endpointBuilder(String componentName, String path) 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.logHttpActivity(boolean logHttpActivity) To enable logging HTTP request and response.HttpEndpointBuilderFactory.HttpEndpointBuilder.logHttpActivity(String logHttpActivity) To enable logging HTTP request and response.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2CachedTokensDefaultExpirySeconds(long oauth2CachedTokensDefaultExpirySeconds) Default expiration time for cached OAuth2 tokens, in seconds.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2CachedTokensDefaultExpirySeconds(String oauth2CachedTokensDefaultExpirySeconds) Default expiration time for cached OAuth2 tokens, in seconds.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2CachedTokensExpirationMarginSeconds(long oauth2CachedTokensExpirationMarginSeconds) Amount of time which is deducted from OAuth2 tokens expiry time to compensate for the time it takes OAuth2 Token Endpoint to send the token over http, in seconds.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2CachedTokensExpirationMarginSeconds(String oauth2CachedTokensExpirationMarginSeconds) Amount of time which is deducted from OAuth2 tokens expiry time to compensate for the time it takes OAuth2 Token Endpoint to send the token over http, in seconds.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2CacheTokens(boolean oauth2CacheTokens) Whether to cache OAuth2 client tokens.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2CacheTokens(String oauth2CacheTokens) Whether to cache OAuth2 client tokens.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2ClientId(String oauth2ClientId) OAuth2 client id.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2ClientSecret(String oauth2ClientSecret) OAuth2 client secret.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2Scope(String oauth2Scope) OAuth2 scope.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.skipRequestHeaders(boolean skipRequestHeaders) Whether to skip mapping all the Camel headers as HTTP request headers.HttpEndpointBuilderFactory.HttpEndpointBuilder.skipRequestHeaders(String skipRequestHeaders) Whether to skip mapping all the Camel headers as HTTP request headers.HttpEndpointBuilderFactory.HttpEndpointBuilder.skipResponseHeaders(boolean skipResponseHeaders) Whether to skip mapping all the HTTP response headers to Camel headers.HttpEndpointBuilderFactory.HttpEndpointBuilder.skipResponseHeaders(String skipResponseHeaders) Whether to skip mapping all the HTTP response headers to Camel headers.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.