Uses of Interface
org.apache.camel.builder.endpoint.dsl.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder
Packages that use NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder
-
Uses of NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Netty component.Methods in org.apache.camel.builder.endpoint.dsl that return NettyEndpointBuilderFactory.NettyEndpointConsumerBuilderModifier and TypeMethodDescriptionNettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.allowDefaultCodec(boolean allowDefaultCodec) The netty component installs a default codec if both, encoder/decoder is null and textline is false.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.allowDefaultCodec(String allowDefaultCodec) The netty component installs a default codec if both, encoder/decoder is null and textline is false.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.autoAppendDelimiter(boolean autoAppendDelimiter) Whether or not to auto append missing end delimiter when sending using the textline codec.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.autoAppendDelimiter(String autoAppendDelimiter) Whether or not to auto append missing end delimiter when sending using the textline codec.NettyEndpointBuilderFactory.AdvancedNettyEndpointConsumerBuilder.basic()NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.broadcast(boolean broadcast) Setting to choose Multicast over UDP.Setting to choose Multicast over UDP.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.clientMode(boolean clientMode) If the clientMode is true, netty consumer will connect the address as a TCP client.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.clientMode(String clientMode) If the clientMode is true, netty consumer will connect the address as a TCP client.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.decoderMaxLineLength(int decoderMaxLineLength) The max line length to use for the textline codec.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.decoderMaxLineLength(String decoderMaxLineLength) The max line length to use for the textline codec.A list of decoders to be used.The delimiter to use for the textline codec.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.delimiter(org.apache.camel.component.netty.TextLineDelimiter delimiter) The delimiter to use for the textline codec.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.disconnect(boolean disconnect) Whether or not to disconnect(close) from Netty Channel right after use.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.disconnect(String disconnect) Whether or not to disconnect(close) from Netty Channel right after use.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.enabledProtocols(String enabledProtocols) Which protocols to enable when using SSL.A list of encoders to be used.The encoding (a charset name) to use for the textline codec.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.hostnameVerification(boolean hostnameVerification) To enable/disable hostname verification on SSLEngine.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.hostnameVerification(String hostnameVerification) To enable/disable hostname verification on SSLEngine.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.keepAlive(boolean keepAlive) Setting to ensure socket is not closed due to inactivity.Setting to ensure socket is not closed due to inactivity.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.keyStoreFile(File keyStoreFile) Client side certificate keystore to be used for encryption.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.keyStoreFile(String keyStoreFile) Client side certificate keystore to be used for encryption.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.keyStoreFormat(String keyStoreFormat) Keystore format to be used for payload encryption.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.keyStoreResource(String keyStoreResource) Client side certificate keystore to be used for encryption.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.needClientAuth(boolean needClientAuth) Configures whether the server needs client authentication when using SSL.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.needClientAuth(String needClientAuth) Configures whether the server needs client authentication when using SSL.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.passphrase(String passphrase) Password setting to use in order to encrypt/decrypt payloads sent using SSH.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.reconnect(boolean reconnect) Used only in clientMode in consumer, the consumer will attempt to reconnect on disconnection if this is enabled.Used only in clientMode in consumer, the consumer will attempt to reconnect on disconnection if this is enabled.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.reconnectInterval(int reconnectInterval) Used if reconnect and clientMode is enabled.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.reconnectInterval(String reconnectInterval) Used if reconnect and clientMode is enabled.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.reuseAddress(boolean reuseAddress) Setting to facilitate socket multiplexing.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.reuseAddress(String reuseAddress) Setting to facilitate socket multiplexing.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.reuseChannel(boolean reuseChannel) This option allows producers and consumers (in client mode) to reuse the same Netty Channel for the lifecycle of processing the Exchange.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.reuseChannel(String reuseChannel) This option allows producers and consumers (in client mode) to reuse the same Netty Channel for the lifecycle of processing the Exchange.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.securityProvider(String securityProvider) Security provider to be used for payload encryption.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.ssl(boolean ssl) Setting to specify whether SSL encryption is applied to this endpoint.Setting to specify whether SSL encryption is applied to this endpoint.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.sslClientCertHeaders(boolean sslClientCertHeaders) When enabled and in SSL mode, then the Netty consumer will enrich the Camel Message with headers having information about the client certificate such as subject name, issuer name, serial number, and the valid date range.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.sslClientCertHeaders(String sslClientCertHeaders) When enabled and in SSL mode, then the Netty consumer will enrich the Camel Message with headers having information about the client certificate such as subject name, issuer name, serial number, and the valid date range.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.sslHandler(io.netty.handler.ssl.SslHandler sslHandler) Reference to a class that could be used to return an SSL Handler.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.sslHandler(String sslHandler) Reference to a class that could be used to return an SSL Handler.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.sync(boolean sync) Setting to set endpoint as one-way or request-response.Setting to set endpoint as one-way or request-response.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.tcpNoDelay(boolean tcpNoDelay) Setting to improve TCP protocol performance.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.tcpNoDelay(String tcpNoDelay) Setting to improve TCP protocol performance.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.textline(boolean textline) Only used for TCP.Only used for TCP.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.trustStoreFile(File trustStoreFile) Server side certificate keystore to be used for encryption.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.trustStoreFile(String trustStoreFile) Server side certificate keystore to be used for encryption.NettyEndpointBuilderFactory.NettyEndpointConsumerBuilder.trustStoreResource(String trustStoreResource) Server side certificate keystore to be used for encryption.