@UriEndpoint(firstVersion="1.2.0",
scheme="jetty",
extendsScheme="http",
title="Jetty",
syntax="jetty:httpUri",
category=HTTP,
consumerOnly=true,
lenientProperties=true)
@Metadata(excludeProperties="authMethod,authMethodPriority,authUsername,authPassword,authDomain,authHostproxyAuthScheme,proxyAuthMethod,proxyAuthUsername,proxyAuthPassword,proxyAuthHost,proxyAuthPort,proxyAuthDomain")
public class JettyHttpEndpoint9
extends org.apache.camel.component.jetty.JettyHttpEndpoint
implements org.apache.camel.AsyncEndpoint
| Constructor and Description |
|---|
JettyHttpEndpoint9(org.apache.camel.component.jetty.JettyHttpComponent component,
String uri,
URI httpURL) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.jetty.JettyContentExchange |
createContentExchange() |
org.apache.camel.http.common.HttpBinding |
getHttpBinding() |
void |
setHttpBinding(org.apache.camel.http.common.HttpBinding binding) |
createConsumer, createProducer, getComponent, getContinuationTimeout, getFilterInitParameters, getFilters, getHandlers, getMultipartFilter, getSslContextParameters, getUseContinuation, isEnableCORS, isEnableJmx, isEnableMultipartFilter, isSendDateHeader, isSendServerVersion, isSessionSupport, setContinuationTimeout, setEnableCORS, setEnableJmx, setEnableMultipartFilter, setFilterInitParameters, setFilters, setHandlers, setMultipartFilter, setSendDateHeader, setSendServerVersion, setSessionSupport, setSslContextParameters, setUseContinuationcanConnect, connect, disconnect, getAuthDomain, getAuthHost, getAuthMethod, getAuthMethodPriority, getAuthPassword, getAuthUsername, getBinding, getCookieHandler, getHeaderFilterStrategy, getHttpMethod, getHttpMethodRestrict, getHttpUri, getOkStatusCodeRange, getPath, getPort, getProtocol, getProxyAuthDomain, getProxyAuthHost, getProxyAuthMethod, getProxyAuthPassword, getProxyAuthPort, getProxyAuthScheme, getProxyAuthUsername, getProxyHost, getProxyPort, getResponseBufferSize, getServiceProperties, isAsync, isBridgeEndpoint, isChunked, isConnectionClose, isCopyHeaders, isDisableStreamCache, isEagerCheckContentAvailable, isIgnoreResponseBody, isLenientProperties, isMapHttpMessageBody, isMapHttpMessageFormUrlEncodedBody, isMapHttpMessageHeaders, isMatchOnUriPrefix, isMuteException, isOptionsEnabled, isPreserveHostHeader, isThrowExceptionOnFailure, isTraceEnabled, isTransferException, setAsync, setAuthDomain, setAuthHost, setAuthMethod, setAuthMethodPriority, setAuthPassword, setAuthUsername, setBinding, setBridgeEndpoint, setChunked, setConnectionClose, setCookieHandler, setCopyHeaders, setDisableStreamCache, setEagerCheckContentAvailable, setHeaderFilterStrategy, setHttpMethod, setHttpMethodRestrict, setHttpUri, setIgnoreResponseBody, setMapHttpMessageBody, setMapHttpMessageFormUrlEncodedBody, setMapHttpMessageHeaders, setMatchOnUriPrefix, setMuteException, setOkStatusCodeRange, setOptionsEnabled, setPreserveHostHeader, setProxyAuthDomain, setProxyAuthHost, setProxyAuthMethod, setProxyAuthPassword, setProxyAuthPort, setProxyAuthScheme, setProxyAuthUsername, setProxyHost, setProxyPort, setResponseBufferSize, setThrowExceptionOnFailure, setTraceEnabled, setTransferExceptionconfigureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitconfigureProperties, createAsyncProducer, createConsumer, createExchange, createExchange, createPollingConsumer, createProducer, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, isLenientProperties, isSingletonProducer, setCamelContextpublic JettyHttpEndpoint9(org.apache.camel.component.jetty.JettyHttpComponent component,
String uri,
URI httpURL)
throws URISyntaxException
URISyntaxExceptionpublic org.apache.camel.http.common.HttpBinding getHttpBinding()
getHttpBinding in class org.apache.camel.http.common.HttpCommonEndpointpublic void setHttpBinding(org.apache.camel.http.common.HttpBinding binding)
setHttpBinding in class org.apache.camel.http.common.HttpCommonEndpointpublic org.apache.camel.component.jetty.JettyContentExchange createContentExchange()
createContentExchange in class org.apache.camel.component.jetty.JettyHttpEndpointApache Camel