Uses of Interface
org.apache.camel.builder.endpoint.dsl.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder
Packages that use NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder
-
Uses of NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilderModifier and TypeMethodDescriptionNettyEndpointBuilderFactory.NettyEndpointBuilder.advanced()NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.allowSerializedHeaders(boolean allowSerializedHeaders) Only used for TCP when transferExchange is true.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.allowSerializedHeaders(String allowSerializedHeaders) Only used for TCP when transferExchange is true.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.channelGroup(io.netty.channel.group.ChannelGroup channelGroup) To use a explicit ChannelGroup.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.channelGroup(String channelGroup) To use a explicit ChannelGroup.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.nativeTransport(boolean nativeTransport) Whether to use native transport instead of NIO.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.nativeTransport(String nativeTransport) Whether to use native transport instead of NIO.Allows to configure additional netty options using option.Allows to configure additional netty options using option.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.receiveBufferSize(int receiveBufferSize) The TCP/UDP buffer sizes to be used during inbound communication.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.receiveBufferSize(String receiveBufferSize) The TCP/UDP buffer sizes to be used during inbound communication.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.receiveBufferSizePredictor(int receiveBufferSizePredictor) Configures the buffer size predictor.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.receiveBufferSizePredictor(String receiveBufferSizePredictor) Configures the buffer size predictor.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.sendBufferSize(int sendBufferSize) The TCP/UDP buffer sizes to be used during outbound communication.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.sendBufferSize(String sendBufferSize) The TCP/UDP buffer sizes to be used during outbound communication.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.synchronous(String synchronous) Sets whether synchronous processing should be strictly used.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.transferExchange(boolean transferExchange) Only used for TCP.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.transferExchange(String transferExchange) Only used for TCP.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.udpByteArrayCodec(boolean udpByteArrayCodec) For UDP only.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.udpByteArrayCodec(String udpByteArrayCodec) For UDP only.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.unixDomainSocketPath(String unixDomainSocketPath) Path to unix domain socket to use instead of inet socket.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.workerCount(int workerCount) When netty works on nio mode, it uses default workerCount parameter from Netty (which is cpu_core_threads x 2).NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.workerCount(String workerCount) When netty works on nio mode, it uses default workerCount parameter from Netty (which is cpu_core_threads x 2).NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.workerGroup(io.netty.channel.EventLoopGroup workerGroup) To use a explicit EventLoopGroup as the boss thread pool.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.workerGroup(String workerGroup) To use a explicit EventLoopGroup as the boss thread pool.