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.authBearerToken(String authBearerToken) Authentication bearer token.HttpEndpointBuilderFactory.HttpEndpointBuilder.authDomain(String authDomain) Deprecated.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.Deprecated.HttpEndpointBuilderFactory.HttpEndpointBuilder.authMethod(String authMethod) Authentication methods allowed to use as a comma separated list of values Basic, Bearer, 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.multipartUpload(boolean multipartUpload) Whether to force using multipart/form-data for easy file uploads.HttpEndpointBuilderFactory.HttpEndpointBuilder.multipartUpload(String multipartUpload) Whether to force using multipart/form-data for easy file uploads.HttpEndpointBuilderFactory.HttpEndpointBuilder.multipartUploadName(String multipartUploadName) The name of the multipart/form-data when multipartUpload is enabled.HttpEndpointBuilderFactory.HttpEndpointBuilder.nonProxyHosts(String nonProxyHosts) Comma-separated list of hosts that should bypass the proxy.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2BodyAuthentication(boolean oauth2BodyAuthentication) Whether to use OAuth2 body authentication.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2BodyAuthentication(String oauth2BodyAuthentication) Whether to use OAuth2 body authentication.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.oauth2ResourceIndicator(String oauth2ResourceIndicator) OAuth2 Token endpoint.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2Scope(String oauth2Scope) OAuth2 scope.HttpEndpointBuilderFactory.HttpEndpointBuilder.oauth2TokenEndpoint(String oauth2TokenEndpoint) OAuth2 Resource Indicator.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthDomain(String proxyAuthDomain) Deprecated.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthHost(String proxyAuthHost) Deprecated.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthMethod(String proxyAuthMethod) Proxy authentication method to use (NTLM is deprecated).HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthNtHost(String proxyAuthNtHost) Deprecated.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthPassword(String proxyAuthPassword) Proxy server password.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthPort(int proxyAuthPort) Deprecated.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthPort(String proxyAuthPort) Deprecated.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthScheme(String proxyAuthScheme) Proxy server authentication protocol scheme to use.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyAuthUsername(String proxyAuthUsername) Proxy server username.Proxy server host.HttpEndpointBuilderFactory.HttpEndpointBuilder.proxyPort(int proxyPort) Proxy server port.Proxy server port.HttpEndpointBuilderFactory.HttpEndpointBuilder.skipControlHeaders(boolean skipControlHeaders) Whether to skip Camel control headers (CamelHttp... headers) to influence this endpoint.HttpEndpointBuilderFactory.HttpEndpointBuilder.skipControlHeaders(String skipControlHeaders) Whether to skip Camel control headers (CamelHttp... headers) to influence this endpoint.HttpEndpointBuilderFactory.HttpEndpointBuilder.skipRequestHeaders(boolean skipRequestHeaders) Whether to skip mapping the Camel headers as HTTP request headers.HttpEndpointBuilderFactory.HttpEndpointBuilder.skipRequestHeaders(String skipRequestHeaders) Whether to skip mapping 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.