Class MinaEndpointBuilderFactory.MinaHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.MinaEndpointBuilderFactory.MinaHeaderNameBuilder
Enclosing interface:
MinaEndpointBuilderFactory

public static class MinaEndpointBuilderFactory.MinaHeaderNameBuilder extends Object
The builder of headers' name for the Mina component.
  • Constructor Details

    • MinaHeaderNameBuilder

      public MinaHeaderNameBuilder()
  • Method Details

    • minaCloseSessionWhenComplete

      public String minaCloseSessionWhenComplete()
      Indicates whether the session should be closed after complete. The option is a: Boolean type. Group: common
      Returns:
      the name of the header MinaCloseSessionWhenComplete.
    • minaIoSession

      public String minaIoSession()
      The key of the IoSession which is stored in the message header. The option is a: org.apache.mina.core.session.IoSession type. Group: consumer
      Returns:
      the name of the header MinaIoSession.
    • minaLocalAddress

      public String minaLocalAddress()
      The socket address of local machine that received the message. The option is a: java.net.SocketAddress type. Group: consumer
      Returns:
      the name of the header MinaLocalAddress.
    • minaRemoteAddress

      public String minaRemoteAddress()
      The socket address of the remote machine that send the message. The option is a: java.net.SocketAddress type. Group: consumer
      Returns:
      the name of the header MinaRemoteAddress.