Uses of Class
org.apache.camel.component.netty.TextLineDelimiter

Packages that use TextLineDelimiter
org.apache.camel.component.netty   
 

Uses of TextLineDelimiter in org.apache.camel.component.netty
 

Methods in org.apache.camel.component.netty that return TextLineDelimiter
 TextLineDelimiter NettyConfiguration.getDelimiter()
           
static TextLineDelimiter TextLineDelimiter.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextLineDelimiter[] TextLineDelimiter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.netty with parameters of type TextLineDelimiter
static String NettyHelper.getTextlineBody(Object body, org.apache.camel.Exchange exchange, TextLineDelimiter delimiter, boolean autoAppendDelimiter)
          Gets the string body to be used when sending with the textline codec.
 void NettyConfiguration.setDelimiter(TextLineDelimiter delimiter)
           
 



Apache Camel