Uses of Interface
org.apache.camel.builder.endpoint.dsl.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder
Packages that use NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder
-
Uses of NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilderModifier and TypeMethodDescriptionNettyHttpEndpointBuilderFactory.NettyHttpEndpointBuilder.advanced()NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.allowSerializedHeaders(boolean allowSerializedHeaders) Only used for TCP when transferExchange is true.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.allowSerializedHeaders(String allowSerializedHeaders) Only used for TCP when transferExchange is true.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.channelGroup(io.netty.channel.group.ChannelGroup channelGroup) To use a explicit ChannelGroup.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.channelGroup(String channelGroup) To use a explicit ChannelGroup.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.configuration(String configuration) To use a custom configured NettyHttpConfiguration for configuring this endpoint.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.configuration(org.apache.camel.component.netty.http.NettyHttpConfiguration configuration) To use a custom configured NettyHttpConfiguration for configuring this endpoint.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.disableStreamCache(boolean disableStreamCache) Determines whether or not the raw input stream from Netty HttpRequest#getContent() or HttpResponset#getContent() is cached or not (Camel will read the stream into a in light-weight memory based Stream caching) cache.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.disableStreamCache(String disableStreamCache) Determines whether or not the raw input stream from Netty HttpRequest#getContent() or HttpResponset#getContent() is cached or not (Camel will read the stream into a in light-weight memory based Stream caching) cache.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter headers.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter headers.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.nativeTransport(boolean nativeTransport) Whether to use native transport instead of NIO.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.nativeTransport(String nativeTransport) Whether to use native transport instead of NIO.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.nettyHttpBinding(String nettyHttpBinding) To use a custom org.apache.camel.component.netty.http.NettyHttpBinding for binding to/from Netty and Camel Message API.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.nettyHttpBinding(org.apache.camel.component.netty.http.NettyHttpBinding nettyHttpBinding) To use a custom org.apache.camel.component.netty.http.NettyHttpBinding for binding to/from Netty and Camel Message API.Allows to configure additional netty options using option.Allows to configure additional netty options using option.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.receiveBufferSize(int receiveBufferSize) The TCP/UDP buffer sizes to be used during inbound communication.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.receiveBufferSize(String receiveBufferSize) The TCP/UDP buffer sizes to be used during inbound communication.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.receiveBufferSizePredictor(int receiveBufferSizePredictor) Configures the buffer size predictor.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.receiveBufferSizePredictor(String receiveBufferSizePredictor) Configures the buffer size predictor.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.sendBufferSize(int sendBufferSize) The TCP/UDP buffer sizes to be used during outbound communication.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.sendBufferSize(String sendBufferSize) The TCP/UDP buffer sizes to be used during outbound communication.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.synchronous(String synchronous) Sets whether synchronous processing should be strictly used.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.transferException(boolean transferException) If enabled and an Exchange failed processing on the consumer side, and if the caused Exception was send back serialized in the response as a application/x-java-serialized-object content type.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.transferException(String transferException) If enabled and an Exchange failed processing on the consumer side, and if the caused Exception was send back serialized in the response as a application/x-java-serialized-object content type.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.transferExchange(boolean transferExchange) Only used for TCP.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.transferExchange(String transferExchange) Only used for TCP.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.unixDomainSocketPath(String unixDomainSocketPath) Path to unix domain socket to use instead of inet socket.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.workerCount(int workerCount) When netty works on nio mode, it uses default workerCount parameter from Netty (which is cpu_core_threads x 2).NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.workerCount(String workerCount) When netty works on nio mode, it uses default workerCount parameter from Netty (which is cpu_core_threads x 2).NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.workerGroup(io.netty.channel.EventLoopGroup workerGroup) To use a explicit EventLoopGroup as the boss thread pool.NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointBuilder.workerGroup(String workerGroup) To use a explicit EventLoopGroup as the boss thread pool.