public class NettySharedHttpServerBootstrapConfiguration
extends org.apache.camel.component.netty.NettyServerBootstrapConfiguration
backlog, bossCount, bossPool, broadcast, connectTimeout, 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 |
---|
NettySharedHttpServerBootstrapConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
getChunkedMaxContentLength() |
boolean |
isChunked() |
boolean |
isCompression() |
void |
setChunked(boolean chunked) |
void |
setChunkedMaxContentLength(int chunkedMaxContentLength) |
void |
setCompression(boolean compression) |
compatible, getAddress, getBacklog, getBossCount, getBossPool, getConnectTimeout, 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, 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, toStringBootstrapConfiguration
public NettySharedHttpServerBootstrapConfiguration()
public boolean isChunked()
public void setChunked(boolean chunked)
public int getChunkedMaxContentLength()
public void setChunkedMaxContentLength(int chunkedMaxContentLength)
public boolean isCompression()
public void setCompression(boolean compression)
Apache Camel