public static class NettyHttpComponentConfiguration.NettyHttpConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
NettyHttpConfigurationNestedConfiguration() |
public static final Class CAMEL_NESTED_CLASS
public NettyHttpConfigurationNestedConfiguration()
public String getProtocol()
public void setProtocol(String protocol)
public String getHost()
public void setHost(String host)
public Integer getPort()
public void setPort(Integer port)
public Boolean getCompression()
public void setCompression(Boolean compression)
public Boolean getThrowExceptionOnFailure()
public void setThrowExceptionOnFailure(Boolean throwExceptionOnFailure)
public Boolean getTransferException()
public void setTransferException(Boolean transferException)
public Boolean getUrlDecodeHeaders()
public void setUrlDecodeHeaders(Boolean urlDecodeHeaders)
public Boolean getMapHeaders()
public void setMapHeaders(Boolean mapHeaders)
public Boolean getMatchOnUriPrefix()
public void setMatchOnUriPrefix(Boolean matchOnUriPrefix)
public Boolean getBridgeEndpoint()
public void setBridgeEndpoint(Boolean bridgeEndpoint)
public String getPath()
public void setPath(String path)
public Boolean getDisableStreamCache()
public void setDisableStreamCache(Boolean disableStreamCache)
public Boolean getSend503whenSuspended()
public void setSend503whenSuspended(Boolean send503whenSuspended)
public Integer getChunkedMaxContentLength()
public void setChunkedMaxContentLength(Integer chunkedMaxContentLength)
public Integer getMaxHeaderSize()
public void setMaxHeaderSize(Integer maxHeaderSize)
public Boolean getAllowDefaultCodec()
public void setAllowDefaultCodec(Boolean allowDefaultCodec)
public String getOkStatusCodeRange()
public void setOkStatusCodeRange(String okStatusCodeRange)
public Boolean getUseRelativePath()
public void setUseRelativePath(Boolean useRelativePath)
Apache Camel