- setAcceptor(IoAcceptor) - Method in class org.apache.camel.component.mina2.Mina2Consumer
-
- setAllowDefaultCodec(boolean) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
The mina component installs a default codec if both, codec is null and textline is false.
- setAutoStartTls(boolean) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Whether to auto start SSL handshake.
- setCachedAddress(boolean) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Whether to create the InetAddress once and reuse.
- setClientMode(boolean) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
If the clientMode is true, mina consumer will connect the address as a TCP client.
- setCodec(ProtocolCodecFactory) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
To use a custom minda codec implementation.
- setConfiguration(Mina2Configuration) - Method in class org.apache.camel.component.mina2.Mina2Component
-
To use the shared mina configuration.
- setConfiguration(Mina2Configuration) - Method in class org.apache.camel.component.mina2.Mina2Endpoint
-
- setDecoderMaxLineLength(int) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
To set the textline protocol decoder max line length.
- setDecoderMaxLineLength(int) - Method in class org.apache.camel.component.mina2.Mina2TextLineCodecFactory
-
- setDisconnect(boolean) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Whether or not to disconnect(close) from Mina session right after use.
- setDisconnectOnNoReply(boolean) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
If sync is enabled then this option dictates MinaConsumer if it should disconnect where there is no reply to send back.
- setEncoderMaxLineLength(int) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
To set the textline protocol encoder max line length.
- setEncoderMaxLineLength(int) - Method in class org.apache.camel.component.mina2.Mina2TextLineCodecFactory
-
- setEncoding(String) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
You can configure the encoding (a charset name) to use for the TCP textline codec and the UDP protocol.
- setFilters(List<IoFilter>) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
You can set a list of Mina IoFilters to use.
- setHost(String) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Hostname to use.
- setIn(Exchange, Object) - Static method in class org.apache.camel.component.mina2.Mina2PayloadHelper
-
- setLazySessionCreation(boolean) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Sessions can be lazily created to avoid exceptions, if the remote server is not up and running when the Camel producer is started.
- setMaximumPoolSize(int) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Number of worker threads in the worker pool for TCP and UDP
- setMinaLogger(boolean) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
You can enable the Apache MINA logging filter.
- setNoReplyLogLevel(LoggingLevel) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
If sync is enabled this option dictates MinaConsumer which logging level to use when logging a there is no reply to send back.
- setOrderedThreadPoolExecutor(boolean) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Whether to use ordered thread pool, to ensure events are processed orderly on the same channel.
- setOut(Exchange, Object) - Static method in class org.apache.camel.component.mina2.Mina2PayloadHelper
-
- setPort(int) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Port number
- setProtocol(String) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Protocol to use
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
To configure SSL security.
- setSync(boolean) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Setting to set endpoint as one-way or request-response.
- setTextline(boolean) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Only used for TCP.
- setTextlineDelimiter(Mina2TextLineDelimiter) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Only used for TCP and if textline=true.
- setTimeout(long) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
You can configure the timeout that specifies how long to wait for a response from a remote server.
- setTransferExchange(boolean) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Only used for TCP.
- setupClientSocketProtocol(String, Mina2Configuration) - Method in class org.apache.camel.component.mina2.Mina2Consumer
-
- setupDatagramProtocol(String, Mina2Configuration) - Method in class org.apache.camel.component.mina2.Mina2Consumer
-
- setupDatagramProtocol(String) - Method in class org.apache.camel.component.mina2.Mina2Producer
-
- setupSocketProtocol(String, Mina2Configuration) - Method in class org.apache.camel.component.mina2.Mina2Consumer
-
- setupSocketProtocol(String) - Method in class org.apache.camel.component.mina2.Mina2Producer
-
- setupVmProtocol(String, Mina2Configuration) - Method in class org.apache.camel.component.mina2.Mina2Consumer
-
- setupVmProtocol(String) - Method in class org.apache.camel.component.mina2.Mina2Producer
-
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.mina2.Mina2Component
-
Enable usage of global SSL context parameters.
- setWriteTimeout(long) - Method in class org.apache.camel.component.mina2.Mina2Configuration
-
Maximum amount of time it should take to send data to the MINA session.