public class NettyHttpConfiguration
extends org.apache.camel.component.netty.NettyConfiguration
backlog, bossCount, bossPool, broadcast, connectTimeout, enabledProtocols, host, keepAlive, keyStoreFile, keyStoreFormat, keyStoreResource, needClientAuth, nettyServerBootstrapFactory, networkInterface, options, passphrase, port, protocol, receiveBufferSize, receiveBufferSizePredictor, reuseAddress, securityProvider, sendBufferSize, serverPipelineFactory, ssl, sslClientCertHeaders, sslContextParameters, sslHandler, tcpNoDelay, trustStoreFile, trustStoreResource, workerCount, workerPool| Constructor and Description |
|---|
NettyHttpConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
NettyHttpConfiguration |
copy() |
int |
getChunkedMaxContentLength() |
String |
getPath() |
boolean |
isAllowDefaultCodec() |
boolean |
isBridgeEndpoint() |
boolean |
isChunked() |
boolean |
isCompression() |
boolean |
isDisableStreamCache() |
boolean |
isMapHeaders() |
boolean |
isMatchOnUriPrefix() |
boolean |
isSend503whenSuspended() |
boolean |
isThrowExceptionOnFailure() |
boolean |
isTransferException() |
boolean |
isUrlDecodeHeaders() |
void |
setAllowDefaultCodec(boolean allowDefaultCodec) |
void |
setBridgeEndpoint(boolean bridgeEndpoint) |
void |
setChunked(boolean chunked) |
void |
setChunkedMaxContentLength(int chunkedMaxContentLength) |
void |
setCompression(boolean compression) |
void |
setDisableStreamCache(boolean disableStreamCache) |
void |
setMapHeaders(boolean mapHeaders) |
void |
setMatchOnUriPrefix(boolean matchOnUriPrefix) |
void |
setPath(String path) |
void |
setSend503whenSuspended(boolean send503whenSuspended) |
void |
setThrowExceptionOnFailure(boolean throwExceptionOnFailure) |
void |
setTransferException(boolean transferException) |
void |
setUrlDecodeHeaders(boolean urlDecodeHeaders) |
getCharsetName, getClientPipelineFactory, getDecoder, getDecoderMaxLineLength, getDecoders, getDelimiter, getEncoder, getEncoders, getEncoding, getMaximumPoolSize, getNoReplyLogLevel, getProducerPoolMaxActive, getProducerPoolMaxIdle, getProducerPoolMinEvictableIdle, getProducerPoolMinIdle, getRequestTimeout, getServerClosedChannelExceptionCaughtLogLevel, getServerExceptionCaughtLogLevel, isAutoAppendDelimiter, isDisconnect, isDisconnectOnNoReply, isLazyChannelCreation, isOrderedThreadPoolExecutor, isProducerPoolEnabled, isSync, isTextline, isTransferExchange, parseURI, setAutoAppendDelimiter, setClientPipelineFactory, setDecoder, setDecoderMaxLineLength, setDecoders, setDelimiter, setDisconnect, setDisconnectOnNoReply, setEncoder, setEncoders, setEncoding, setLazyChannelCreation, setMaximumPoolSize, setNoReplyLogLevel, setOrderedThreadPoolExecutor, setProducerPoolEnabled, setProducerPoolMaxActive, setProducerPoolMaxIdle, setProducerPoolMinEvictableIdle, setProducerPoolMinIdle, setRequestTimeout, setServerClosedChannelExceptionCaughtLogLevel, setServerExceptionCaughtLogLevel, setSync, setTextline, setTransferExchange, validateConfigurationcompatible, getAddress, getBacklog, getBossCount, getBossPool, getConnectTimeout, getEnabledProtocols, getHost, getKeyStoreFile, getKeyStoreFormat, getKeyStoreResource, getNettyServerBootstrapFactory, getNetworkInterface, getOptions, getPassphrase, getPort, getProtocol, getReceiveBufferSize, getReceiveBufferSizePredictor, getSecurityProvider, getSendBufferSize, getServerPipelineFactory, getSslContextParameters, getSslHandler, getTrustStoreFile, getTrustStoreResource, getWorkerCount, getWorkerPool, isBroadcast, isKeepAlive, isNeedClientAuth, isReuseAddress, isSsl, isSslClientCertHeaders, isTcp, isTcpNoDelay, setBacklog, setBossCount, setBossPool, setBroadcast, setConnectTimeout, setEnabledProtocols, setHost, setKeepAlive, setKeyStoreFile, setKeyStoreFormat, setKeyStoreResource, setNeedClientAuth, setNettyServerBootstrapFactory, setNetworkInterface, setOptions, setPassphrase, setPort, setProtocol, setReceiveBufferSize, setReceiveBufferSizePredictor, setReuseAddress, setSecurityProvider, setSendBufferSize, setServerPipelineFactory, setSsl, setSslClientCertHeaders, setSslContextParameters, setSslHandler, setTcpNoDelay, setTrustStoreFile, setTrustStoreResource, setWorkerCount, setWorkerPool, toStringBootstrapConfigurationpublic NettyHttpConfiguration copy()
copy in class org.apache.camel.component.netty.NettyConfigurationpublic boolean isCompression()
public void setCompression(boolean compression)
public boolean isThrowExceptionOnFailure()
public void setThrowExceptionOnFailure(boolean throwExceptionOnFailure)
public boolean isTransferException()
public void setTransferException(boolean transferException)
public boolean isUrlDecodeHeaders()
public void setUrlDecodeHeaders(boolean urlDecodeHeaders)
public boolean isMapHeaders()
public void setMapHeaders(boolean mapHeaders)
public boolean isMatchOnUriPrefix()
public void setMatchOnUriPrefix(boolean matchOnUriPrefix)
public boolean isBridgeEndpoint()
public void setBridgeEndpoint(boolean bridgeEndpoint)
public String getPath()
public void setPath(String path)
public boolean isDisableStreamCache()
public void setDisableStreamCache(boolean disableStreamCache)
public boolean isSend503whenSuspended()
public void setSend503whenSuspended(boolean send503whenSuspended)
public boolean isChunked()
public void setChunked(boolean chunked)
public int getChunkedMaxContentLength()
public void setChunkedMaxContentLength(int chunkedMaxContentLength)
public boolean isAllowDefaultCodec()
isAllowDefaultCodec in class org.apache.camel.component.netty.NettyConfigurationpublic void setAllowDefaultCodec(boolean allowDefaultCodec)
setAllowDefaultCodec in class org.apache.camel.component.netty.NettyConfigurationApache Camel