Skip navigation links
A C D G H I M O P S T V W 

A

addThreadPool(ExecutorService) - Method in class org.apache.camel.component.mina.MinaEndpoint
Add thread pool which are in-use, we need to un-register when shutting down.

C

configureCodecFactory(String, IoServiceConfig, MinaConfiguration) - Method in class org.apache.camel.component.mina.MinaComponent
 
configureDataGramCodecFactory(String, IoServiceConfig, MinaConfiguration) - Method in class org.apache.camel.component.mina.MinaComponent
For datagrams the entire message is available as a single ByteBuffer so lets just pass those around by default and try converting whatever they payload is into ByteBuffers unless some custom converter is specified
configureDefaultCodecFactory(String, IoServiceConfig, MinaConfiguration) - Method in class org.apache.camel.component.mina.MinaComponent
 
copy() - Method in class org.apache.camel.component.mina.MinaConfiguration
Returns a copy of this configuration
createConsumer(Processor) - Method in class org.apache.camel.component.mina.MinaEndpoint
 
createDatagramEndpoint(String, MinaConfiguration) - Method in class org.apache.camel.component.mina.MinaComponent
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.mina.MinaComponent
 
createEndpoint(MinaConfiguration) - Method in class org.apache.camel.component.mina.MinaComponent
 
createExchange(IoSession, Object) - Method in class org.apache.camel.component.mina.MinaEndpoint
 
createProducer() - Method in class org.apache.camel.component.mina.MinaEndpoint
 
createSocketEndpoint(String, MinaConfiguration) - Method in class org.apache.camel.component.mina.MinaComponent
 
createVmEndpoint(String, MinaConfiguration) - Method in class org.apache.camel.component.mina.MinaComponent
 

D

doProcess(Exchange) - Method in class org.apache.camel.component.mina.MinaProducer
 
doShutdown() - Method in class org.apache.camel.component.mina.MinaEndpoint
 
doStart() - Method in class org.apache.camel.component.mina.MinaConsumer
 
doStart() - Method in class org.apache.camel.component.mina.MinaProducer
 
doStop() - Method in class org.apache.camel.component.mina.MinaConsumer
 
doStop() - Method in class org.apache.camel.component.mina.MinaProducer
 

G

getAcceptor() - Method in class org.apache.camel.component.mina.MinaEndpoint
 
getAcceptorConfig() - Method in class org.apache.camel.component.mina.MinaEndpoint
 
getAddress() - Method in class org.apache.camel.component.mina.MinaEndpoint
 
getCharsetName() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
getCodec() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
getConfiguration() - Method in class org.apache.camel.component.mina.MinaComponent
 
getConfiguration() - Method in class org.apache.camel.component.mina.MinaEndpoint
 
getConnector() - Method in class org.apache.camel.component.mina.MinaEndpoint
 
getConnectorConfig() - Method in class org.apache.camel.component.mina.MinaEndpoint
 
getDecoder() - Method in class org.apache.camel.component.mina.MinaUdpProtocolCodecFactory
 
getDecoder() - Method in class org.apache.camel.component.mina.TextLineCodecFactory
 
getDecoderMaxLineLength() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
getDecoderMaxLineLength() - Method in class org.apache.camel.component.mina.TextLineCodecFactory
 
getEncoder() - Method in class org.apache.camel.component.mina.MinaUdpProtocolCodecFactory
 
getEncoder() - Method in class org.apache.camel.component.mina.TextLineCodecFactory
 
getEncoderMaxLineLength() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
getEncoderMaxLineLength() - Method in class org.apache.camel.component.mina.TextLineCodecFactory
 
getEncoding() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
getEndpoint() - Method in class org.apache.camel.component.mina.MinaConsumer
 
getEndpoint() - Method in class org.apache.camel.component.mina.MinaProducer
 
getFilters() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
getHost() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
getIn(MinaEndpoint, Exchange) - Static method in class org.apache.camel.component.mina.MinaPayloadHelper
 
getNoReplyLogLevel() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
getOut(MinaEndpoint, Exchange) - Static method in class org.apache.camel.component.mina.MinaPayloadHelper
 
getPort() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
getProtocol() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
getTextlineDelimiter() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
getTimeout() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
getUriString() - Method in class org.apache.camel.component.mina.MinaConfiguration
 

H

HEADER_LOCAL_ADDRESS - Static variable in class org.apache.camel.component.mina.MinaEndpoint
Deprecated.
HEADER_MINA_IOSESSION - Static variable in class org.apache.camel.component.mina.MinaEndpoint
Deprecated.
HEADER_REMOTE_ADDRESS - Static variable in class org.apache.camel.component.mina.MinaEndpoint
Deprecated.

I

isAllowDefaultCodec() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
isClientMode() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
isDatagramProtocol() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
isDisconnect() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
isDisconnectOnNoReply() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
isLazySessionCreation() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
isMinaLogger() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
isMultipleConsumersSupported() - Method in class org.apache.camel.component.mina.MinaEndpoint
 
isSingleton() - Method in class org.apache.camel.component.mina.MinaEndpoint
 
isSingleton() - Method in class org.apache.camel.component.mina.MinaProducer
 
isSync() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
isTextline() - Method in class org.apache.camel.component.mina.MinaConfiguration
 
isTransferExchange() - Method in class org.apache.camel.component.mina.MinaConfiguration
 

M

maybeDisconnectOnDone(Exchange) - Method in class org.apache.camel.component.mina.MinaProducer
 
MINA_CLOSE_SESSION_WHEN_COMPLETE - Static variable in class org.apache.camel.component.mina.MinaConstants
 
MINA_IOSESSION - Static variable in class org.apache.camel.component.mina.MinaConstants
The key of the IoSession which is stored in the message header
MINA_LOCAL_ADDRESS - Static variable in class org.apache.camel.component.mina.MinaConstants
The socket address of local machine that received the message.
MINA_REMOTE_ADDRESS - Static variable in class org.apache.camel.component.mina.MinaConstants
The socket address of the remote machine that send the message.
MinaComponent - Class in org.apache.camel.component.mina
Component for Apache MINA.
MinaComponent() - Constructor for class org.apache.camel.component.mina.MinaComponent
 
MinaComponent(CamelContext) - Constructor for class org.apache.camel.component.mina.MinaComponent
 
MinaConfiguration - Class in org.apache.camel.component.mina
Mina configuration
MinaConfiguration() - Constructor for class org.apache.camel.component.mina.MinaConfiguration
 
MinaConstants - Class in org.apache.camel.component.mina
Mina constants
MinaConsumer - Class in org.apache.camel.component.mina
A Consumer implementation for Apache MINA.
MinaConsumer(MinaEndpoint, Processor) - Constructor for class org.apache.camel.component.mina.MinaConsumer
 
MinaConverter - Class in org.apache.camel.component.mina
A set of converter methods for working with MINA types
MinaEndpoint - Class in org.apache.camel.component.mina
Socket level networking using TCP or UDP with the Apache Mina 1.x library.
MinaEndpoint() - Constructor for class org.apache.camel.component.mina.MinaEndpoint
 
MinaEndpoint(String, MinaComponent) - Constructor for class org.apache.camel.component.mina.MinaEndpoint
 
MinaHelper - Class in org.apache.camel.component.mina
Helper class used internally by camel-mina using Apache MINA.
MinaPayloadHelper - Class in org.apache.camel.component.mina
Helper to get and set the correct payload when transferring data using camel-mina.
MinaProducer - Class in org.apache.camel.component.mina
A Producer implementation for MINA
MinaProducer(MinaEndpoint) - Constructor for class org.apache.camel.component.mina.MinaProducer
 
MinaUdpProtocolCodecFactory - Class in org.apache.camel.component.mina
 
MinaUdpProtocolCodecFactory(CamelContext) - Constructor for class org.apache.camel.component.mina.MinaUdpProtocolCodecFactory
 

O

org.apache.camel.component.mina - package org.apache.camel.component.mina
 

P

process(Exchange) - Method in class org.apache.camel.component.mina.MinaProducer
 

S

setAcceptor(IoAcceptor) - Method in class org.apache.camel.component.mina.MinaEndpoint
 
setAcceptorConfig(IoAcceptorConfig) - Method in class org.apache.camel.component.mina.MinaEndpoint
 
setAddress(SocketAddress) - Method in class org.apache.camel.component.mina.MinaEndpoint
 
setAllowDefaultCodec(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
The mina component installs a default codec if both, codec is null and textline is false.
setClientMode(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
If the clientMode is true, mina consumer will connect the address as a TCP client.
setCodec(ProtocolCodecFactory) - Method in class org.apache.camel.component.mina.MinaConfiguration
To use a custom minda codec implementation.
setConfiguration(MinaConfiguration) - Method in class org.apache.camel.component.mina.MinaComponent
To use the shared mina configuration.
setConfiguration(MinaConfiguration) - Method in class org.apache.camel.component.mina.MinaEndpoint
 
setConnector(IoConnector) - Method in class org.apache.camel.component.mina.MinaEndpoint
 
setConnectorConfig(IoConnectorConfig) - Method in class org.apache.camel.component.mina.MinaEndpoint
 
setDecoderMaxLineLength(int) - Method in class org.apache.camel.component.mina.MinaConfiguration
To set the textline protocol decoder max line length.
setDecoderMaxLineLength(int) - Method in class org.apache.camel.component.mina.TextLineCodecFactory
 
setDisconnect(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
Whether or not to disconnect(close) from Mina session right after use.
setDisconnectOnNoReply(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
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.mina.MinaConfiguration
To set the textline protocol encoder max line length.
setEncoderMaxLineLength(int) - Method in class org.apache.camel.component.mina.TextLineCodecFactory
 
setEncoding(String) - Method in class org.apache.camel.component.mina.MinaConfiguration
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.mina.MinaConfiguration
You can set a list of Mina IoFilters to use.
setHost(String) - Method in class org.apache.camel.component.mina.MinaConfiguration
Hostname to use.
setIn(Exchange, Object) - Static method in class org.apache.camel.component.mina.MinaPayloadHelper
 
setLazySessionCreation(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
Sessions can be lazily created to avoid exceptions, if the remote server is not up and running when the Camel producer is started.
setMinaLogger(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
You can enable the Apache MINA logging filter.
setNoReplyLogLevel(LoggingLevel) - Method in class org.apache.camel.component.mina.MinaConfiguration
If sync is enabled this option dictates MinaConsumer which logging level to use when logging a there is no reply to send back.
setOut(Exchange, Object) - Static method in class org.apache.camel.component.mina.MinaPayloadHelper
 
setPort(int) - Method in class org.apache.camel.component.mina.MinaConfiguration
Port number
setProtocol(String) - Method in class org.apache.camel.component.mina.MinaConfiguration
Protocol to use
setSync(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
Setting to set endpoint as one-way or request-response.
setTextline(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
Only used for TCP.
setTextlineDelimiter(TextLineDelimiter) - Method in class org.apache.camel.component.mina.MinaConfiguration
Only used for TCP and if textline=true.
setTimeout(long) - Method in class org.apache.camel.component.mina.MinaConfiguration
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.mina.MinaConfiguration
Only used for TCP.

T

TextLineCodecFactory - Class in org.apache.camel.component.mina
Text line codec that supports setting charset and delimiter.
TextLineCodecFactory(Charset, LineDelimiter) - Constructor for class org.apache.camel.component.mina.TextLineCodecFactory
 
TextLineDelimiter - Enum in org.apache.camel.component.mina
Possible text line delimiters to be used with the textline codec.
toByteArray(ByteBuffer) - Static method in class org.apache.camel.component.mina.MinaConverter
 
toByteBuffer(byte[]) - Static method in class org.apache.camel.component.mina.MinaConverter
 
toInputStream(ByteBuffer) - Static method in class org.apache.camel.component.mina.MinaConverter
 
toObjectInput(ByteBuffer) - Static method in class org.apache.camel.component.mina.MinaConverter
 
toString(ByteBuffer, Exchange) - Static method in class org.apache.camel.component.mina.MinaConverter
 

V

valueOf(String) - Static method in enum org.apache.camel.component.mina.TextLineDelimiter
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.mina.TextLineDelimiter
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeBody(IoSession, Object, Exchange) - Static method in class org.apache.camel.component.mina.MinaHelper
Asynchronously writes the given body to MINA session.
A C D G H I M O P S T V W 
Skip navigation links

Apache Camel