Class NettyHttpEndpoint
- java.lang.Object
-
- org.apache.camel.support.service.BaseService
-
- org.apache.camel.support.service.ServiceSupport
-
- org.apache.camel.support.DefaultEndpoint
-
- org.apache.camel.component.netty.NettyEndpoint
-
- org.apache.camel.component.netty.http.NettyHttpEndpoint
-
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.AsyncEndpoint,org.apache.camel.CamelContextAware,org.apache.camel.Endpoint,org.apache.camel.IsSingleton,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.spi.HasId,org.apache.camel.spi.HeaderFilterStrategyAware,org.apache.camel.StatefulService,org.apache.camel.SuspendableService
@UriEndpoint(firstVersion="2.14.0", scheme="netty-http", extendsScheme="netty", title="Netty HTTP", syntax="netty-http:protocol://host:port/path", category={NETWORKING,HTTP}, lenientProperties=true) @Metadata(excludeProperties="textline,delimiter,autoAppendDelimiter,decoderMaxLineLength,encoding,allowDefaultCodec,udpConnectionlessSending,networkInterface,clientMode,reconnect,reconnectInterval,useByteBuf,udpByteArrayCodec,broadcast,correlationManager") public class NettyHttpEndpoint extends org.apache.camel.component.netty.NettyEndpoint implements org.apache.camel.AsyncEndpoint, org.apache.camel.spi.HeaderFilterStrategyAwareNetty HTTP server and client using the Netty 4.x.
-
-
Constructor Summary
Constructors Constructor Description NettyHttpEndpoint(String endpointUri, NettyHttpComponent component, org.apache.camel.component.netty.NettyConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.ConsumercreateConsumer(org.apache.camel.Processor processor)org.apache.camel.PollingConsumercreatePollingConsumer()org.apache.camel.ProducercreateProducer()protected voiddoInit()NettyHttpComponentgetComponent()NettyHttpConfigurationgetConfiguration()org.apache.camel.http.base.cookie.CookieHandlergetCookieHandler()org.apache.camel.spi.HeaderFilterStrategygetHeaderFilterStrategy()StringgetHttpMethodRestrict()NettyHttpBindinggetNettyHttpBinding()NettySharedHttpServergetNettySharedHttpServer()NettyHttpSecurityConfigurationgetSecurityConfiguration()Map<String,Object>getSecurityOptions()booleanisLenientProperties()booleanisTraceEnabled()voidsetConfiguration(org.apache.camel.component.netty.NettyConfiguration configuration)voidsetCookieHandler(org.apache.camel.http.base.cookie.CookieHandler cookieHandler)Configure a cookie handler to maintain a HTTP sessionvoidsetHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter headers.voidsetHttpMethodRestrict(String httpMethodRestrict)To disable HTTP methods on the Netty HTTP consumer.voidsetNettyHttpBinding(NettyHttpBinding nettyHttpBinding)To use a custom org.apache.camel.component.netty.http.NettyHttpBinding for binding to/from Netty and Camel Message API.voidsetNettySharedHttpServer(NettySharedHttpServer nettySharedHttpServer)To use a shared Netty HTTP server.voidsetSecurityConfiguration(NettyHttpSecurityConfiguration securityConfiguration)Refers to a org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration for configuring secure web resources.voidsetSecurityOptions(Map<String,Object> securityOptions)To configure NettyHttpSecurityConfiguration using key/value pairs from the mapvoidsetTraceEnabled(boolean traceEnabled)Specifies whether to enable HTTP TRACE for this Netty HTTP consumer.-
Methods inherited from class org.apache.camel.component.netty.NettyEndpoint
createEndpointUri, enrichWithClientCertInformation, getSSLSession, isSynchronous, setSynchronous, updateMessageHeader
-
Methods inherited from class org.apache.camel.support.DefaultEndpoint
configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createExchange, createExchange, doStart, doStop, equals, getCamelContext, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toString
-
Methods inherited from class org.apache.camel.support.service.BaseService
build, 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, suspend
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.camel.Endpoint
configureExchange, configureProperties, createAsyncProducer, createExchange, createExchange, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, getExchangePattern, isSingletonProducer, setCamelContext
-
-
-
-
Constructor Detail
-
NettyHttpEndpoint
public NettyHttpEndpoint(String endpointUri, NettyHttpComponent component, org.apache.camel.component.netty.NettyConfiguration configuration)
-
-
Method Detail
-
getComponent
public NettyHttpComponent getComponent()
- Overrides:
getComponentin classorg.apache.camel.component.netty.NettyEndpoint
-
createConsumer
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception- Specified by:
createConsumerin interfaceorg.apache.camel.Endpoint- Overrides:
createConsumerin classorg.apache.camel.component.netty.NettyEndpoint- Throws:
Exception
-
createProducer
public org.apache.camel.Producer createProducer() throws Exception- Specified by:
createProducerin interfaceorg.apache.camel.Endpoint- Overrides:
createProducerin classorg.apache.camel.component.netty.NettyEndpoint- Throws:
Exception
-
createPollingConsumer
public org.apache.camel.PollingConsumer createPollingConsumer() throws Exception- Specified by:
createPollingConsumerin interfaceorg.apache.camel.Endpoint- Overrides:
createPollingConsumerin classorg.apache.camel.support.DefaultEndpoint- Throws:
Exception
-
isLenientProperties
public boolean isLenientProperties()
- Specified by:
isLenientPropertiesin interfaceorg.apache.camel.Endpoint- Overrides:
isLenientPropertiesin classorg.apache.camel.support.DefaultEndpoint
-
setConfiguration
public void setConfiguration(org.apache.camel.component.netty.NettyConfiguration configuration)
- Overrides:
setConfigurationin classorg.apache.camel.component.netty.NettyEndpoint
-
getConfiguration
public NettyHttpConfiguration getConfiguration()
- Overrides:
getConfigurationin classorg.apache.camel.component.netty.NettyEndpoint
-
getNettyHttpBinding
public NettyHttpBinding getNettyHttpBinding()
-
setNettyHttpBinding
public void setNettyHttpBinding(NettyHttpBinding nettyHttpBinding)
To use a custom org.apache.camel.component.netty.http.NettyHttpBinding for binding to/from Netty and Camel Message API.
-
getHeaderFilterStrategy
public org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy()
- Specified by:
getHeaderFilterStrategyin interfaceorg.apache.camel.spi.HeaderFilterStrategyAware
-
setHeaderFilterStrategy
public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter headers.- Specified by:
setHeaderFilterStrategyin interfaceorg.apache.camel.spi.HeaderFilterStrategyAware
-
isTraceEnabled
public boolean isTraceEnabled()
-
setTraceEnabled
public void setTraceEnabled(boolean traceEnabled)
Specifies whether to enable HTTP TRACE for this Netty HTTP consumer. By default TRACE is turned off.
-
getHttpMethodRestrict
public String getHttpMethodRestrict()
-
setHttpMethodRestrict
public void setHttpMethodRestrict(String httpMethodRestrict)
To disable HTTP methods on the Netty HTTP consumer. You can specify multiple separated by comma.
-
getNettySharedHttpServer
public NettySharedHttpServer getNettySharedHttpServer()
-
setNettySharedHttpServer
public void setNettySharedHttpServer(NettySharedHttpServer nettySharedHttpServer)
To use a shared Netty HTTP server. See Netty HTTP Server Example for more details.
-
getSecurityConfiguration
public NettyHttpSecurityConfiguration getSecurityConfiguration()
-
setSecurityConfiguration
public void setSecurityConfiguration(NettyHttpSecurityConfiguration securityConfiguration)
Refers to a org.apache.camel.component.netty.http.NettyHttpSecurityConfiguration for configuring secure web resources.
-
setSecurityOptions
public void setSecurityOptions(Map<String,Object> securityOptions)
To configure NettyHttpSecurityConfiguration using key/value pairs from the map
-
getCookieHandler
public org.apache.camel.http.base.cookie.CookieHandler getCookieHandler()
-
setCookieHandler
public void setCookieHandler(org.apache.camel.http.base.cookie.CookieHandler cookieHandler)
Configure a cookie handler to maintain a HTTP session
-
-