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
 
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
Endpoint for Camel MINA.
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
 
setCodec(ProtocolCodecFactory) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setConfiguration(MinaConfiguration) - Method in class org.apache.camel.component.mina.MinaComponent
 
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
 
setDecoderMaxLineLength(int) - Method in class org.apache.camel.component.mina.TextLineCodecFactory
 
setDisconnect(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setDisconnectOnNoReply(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setEncoderMaxLineLength(int) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setEncoderMaxLineLength(int) - Method in class org.apache.camel.component.mina.TextLineCodecFactory
 
setEncoding(String) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setFilters(List<IoFilter>) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setHost(String) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setIn(Exchange, Object) - Static method in class org.apache.camel.component.mina.MinaPayloadHelper
 
setLazySessionCreation(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setMinaLogger(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setNoReplyLogLevel(LoggingLevel) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setOut(Exchange, Object) - Static method in class org.apache.camel.component.mina.MinaPayloadHelper
 
setPort(int) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setProtocol(String) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setSync(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setTextline(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setTextlineDelimiter(TextLineDelimiter) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setTimeout(long) - Method in class org.apache.camel.component.mina.MinaConfiguration
 
setTransferExchange(boolean) - Method in class org.apache.camel.component.mina.MinaConfiguration
 

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

Apache Camel