Uses of Class
org.apache.camel.component.netty.TextLineDelimiter
-
Packages that use TextLineDelimiter Package Description org.apache.camel.component.netty -
-
Uses of TextLineDelimiter in org.apache.camel.component.netty
Methods in org.apache.camel.component.netty that return TextLineDelimiter Modifier and Type Method Description 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 Modifier and Type Method Description 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)
The delimiter to use for the textline codec.
-