Uses of Interface
org.apache.camel.builder.endpoint.dsl.NettyEndpointBuilderFactory.NettyEndpointBuilder
Packages that use NettyEndpointBuilderFactory.NettyEndpointBuilder
-
Uses of NettyEndpointBuilderFactory.NettyEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return NettyEndpointBuilderFactory.NettyEndpointBuilderModifier and TypeMethodDescriptionNetty (camel-netty) Socket level networking using TCP or UDP with Netty 4.x.Netty (camel-netty) Socket level networking using TCP or UDP with Netty 4.x. -
Uses of NettyEndpointBuilderFactory.NettyEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return NettyEndpointBuilderFactory.NettyEndpointBuilderModifier and TypeMethodDescriptionNettyEndpointBuilderFactory.NettyEndpointBuilder.allowDefaultCodec(boolean allowDefaultCodec) The netty component installs a default codec if both, encoder/decoder is null and textline is false.NettyEndpointBuilderFactory.NettyEndpointBuilder.allowDefaultCodec(String allowDefaultCodec) The netty component installs a default codec if both, encoder/decoder is null and textline is false.NettyEndpointBuilderFactory.NettyEndpointBuilder.autoAppendDelimiter(boolean autoAppendDelimiter) Whether or not to auto append missing end delimiter when sending using the textline codec.NettyEndpointBuilderFactory.NettyEndpointBuilder.autoAppendDelimiter(String autoAppendDelimiter) Whether or not to auto append missing end delimiter when sending using the textline codec.NettyEndpointBuilderFactory.AdvancedNettyEndpointBuilder.basic()NettyEndpointBuilderFactory.NettyEndpointBuilder.decoderMaxLineLength(int decoderMaxLineLength) The max line length to use for the textline codec.NettyEndpointBuilderFactory.NettyEndpointBuilder.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.NettyEndpointBuilder.delimiter(org.apache.camel.component.netty.TextLineDelimiter delimiter) The delimiter to use for the textline codec.NettyEndpointBuilderFactory.NettyEndpointBuilder.disconnect(boolean disconnect) Whether or not to disconnect(close) from Netty Channel right after use.NettyEndpointBuilderFactory.NettyEndpointBuilder.disconnect(String disconnect) Whether or not to disconnect(close) from Netty Channel right after use.NettyEndpointBuilderFactory.NettyEndpointBuilder.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.endpointBuilder(String componentName, String path) NettyEndpointBuilderFactory.NettyEndpointBuilder.hostnameVerification(boolean hostnameVerification) To enable/disable hostname verification on SSLEngine.NettyEndpointBuilderFactory.NettyEndpointBuilder.hostnameVerification(String hostnameVerification) To enable/disable hostname verification on SSLEngine.NettyEndpointBuilderFactory.NettyEndpointBuilder.keepAlive(boolean keepAlive) Setting to ensure socket is not closed due to inactivity.Setting to ensure socket is not closed due to inactivity.NettyEndpointBuilderFactory.NettyEndpointBuilder.keyStoreFile(File keyStoreFile) Client side certificate keystore to be used for encryption.NettyEndpointBuilderFactory.NettyEndpointBuilder.keyStoreFile(String keyStoreFile) Client side certificate keystore to be used for encryption.NettyEndpointBuilderFactory.NettyEndpointBuilder.keyStoreFormat(String keyStoreFormat) Keystore format to be used for payload encryption.NettyEndpointBuilderFactory.NettyEndpointBuilder.keyStoreResource(String keyStoreResource) Client side certificate keystore to be used for encryption.Netty (camel-netty) Socket level networking using TCP or UDP with Netty 4.x.Netty (camel-netty) Socket level networking using TCP or UDP with Netty 4.x.NettyEndpointBuilderFactory.NettyEndpointBuilder.passphrase(String passphrase) Password setting to use in order to encrypt/decrypt payloads sent using SSH.NettyEndpointBuilderFactory.NettyEndpointBuilder.reuseAddress(boolean reuseAddress) Setting to facilitate socket multiplexing.NettyEndpointBuilderFactory.NettyEndpointBuilder.reuseAddress(String reuseAddress) Setting to facilitate socket multiplexing.NettyEndpointBuilderFactory.NettyEndpointBuilder.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.NettyEndpointBuilder.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.NettyEndpointBuilder.securityProvider(String securityProvider) Security provider to be used for payload encryption.NettyEndpointBuilderFactory.NettyEndpointBuilder.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.NettyEndpointBuilder.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.NettyEndpointBuilder.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.NettyEndpointBuilder.sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.NettyEndpointBuilderFactory.NettyEndpointBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.NettyEndpointBuilderFactory.NettyEndpointBuilder.sslHandler(io.netty.handler.ssl.SslHandler sslHandler) Reference to a class that could be used to return an SSL Handler.NettyEndpointBuilderFactory.NettyEndpointBuilder.sslHandler(String sslHandler) Reference to a class that could be used to return an SSL Handler.NettyEndpointBuilderFactory.NettyEndpointBuilder.sync(boolean sync) Setting to set endpoint as one-way or request-response.Setting to set endpoint as one-way or request-response.NettyEndpointBuilderFactory.NettyEndpointBuilder.tcpNoDelay(boolean tcpNoDelay) Setting to improve TCP protocol performance.NettyEndpointBuilderFactory.NettyEndpointBuilder.tcpNoDelay(String tcpNoDelay) Setting to improve TCP protocol performance.NettyEndpointBuilderFactory.NettyEndpointBuilder.textline(boolean textline) Only used for TCP.Only used for TCP.NettyEndpointBuilderFactory.NettyEndpointBuilder.trustStoreFile(File trustStoreFile) Server side certificate keystore to be used for encryption.NettyEndpointBuilderFactory.NettyEndpointBuilder.trustStoreFile(String trustStoreFile) Server side certificate keystore to be used for encryption.NettyEndpointBuilderFactory.NettyEndpointBuilder.trustStoreResource(String trustStoreResource) Server side certificate keystore to be used for encryption.