@UriEndpoint(scheme="jetty",
extendsScheme="http",
title="Jetty 9",
syntax="jetty:httpUri",
consumerClass=org.apache.camel.http.common.HttpConsumer.class,
label="http")
public class JettyHttpEndpoint9
extends org.apache.camel.component.jetty.JettyHttpEndpoint
| 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 |
getBinding() |
void |
setBinding(org.apache.camel.http.common.HttpBinding binding) |
createConsumer, createJettyHttpClient, createProducer, getClient, getComponent, getContinuationTimeout, getFilters, getHandlers, getHttpClientMaxThreads, getHttpClientMinThreads, getHttpClientParameters, getJettyBinding, getMultipartFilter, getSslContextParameters, getUseContinuation, isEnableJmx, isEnableMultipartFilter, isSendDateHeader, isSendServerVersion, isSessionSupport, setClient, setContinuationTimeout, setEnableJmx, setEnableMultipartFilter, setFilters, setHandlers, setHttpClientMaxThreads, setHttpClientMinThreads, setHttpClientParameters, setJettyBinding, setMultipartFilter, setSendDateHeader, setSendServerVersion, setSessionSupport, setSslContextParameters, setUseContinuationconnect, disconnect, getAuthMethodPriority, getHeaderFilterStrategy, getHttpMethodRestrict, getHttpUri, getOkStatusCodeRange, getPath, getPort, getProtocol, getProxyHost, getProxyPort, getResponseBufferSize, getUrlRewrite, isBridgeEndpoint, isChunked, isCopyHeaders, isDisableStreamCache, isEagerCheckContentAvailable, isIgnoreResponseBody, isLenientProperties, isMatchOnUriPrefix, isSingleton, isThrowExceptionOnFailure, isTraceEnabled, isTransferException, setAuthMethodPriority, setBridgeEndpoint, setChunked, setCopyHeaders, setDisableStreamCache, setEagerCheckContentAvailable, setHeaderFilterStrategy, setHttpMethodRestrict, setHttpUri, setIgnoreResponseBody, setMatchOnUriPrefix, setOkStatusCodeRange, setProxyHost, setProxyPort, setResponseBufferSize, setThrowExceptionOnFailure, setTraceEnabled, setTransferException, setUrlRewriteconfigureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic JettyHttpEndpoint9(org.apache.camel.component.jetty.JettyHttpComponent component,
String uri,
URI httpURL)
throws URISyntaxException
URISyntaxExceptionpublic org.apache.camel.http.common.HttpBinding getBinding()
getBinding in class org.apache.camel.http.common.HttpCommonEndpointpublic void setBinding(org.apache.camel.http.common.HttpBinding binding)
setBinding 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