Uses of Enum Class
org.apache.camel.component.netty.TextLineDelimiter
Packages that use TextLineDelimiter
-
Uses of TextLineDelimiter in org.apache.camel.component.netty
Methods in org.apache.camel.component.netty that return TextLineDelimiterModifier and TypeMethodDescriptionNettyConfiguration.getDelimiter()static TextLineDelimiterReturns the enum constant of this class with the specified name.static TextLineDelimiter[]TextLineDelimiter.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.netty with parameters of type TextLineDelimiterModifier and TypeMethodDescriptionstatic StringNettyHelper.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.voidNettyConfiguration.setDelimiter(TextLineDelimiter delimiter) The delimiter to use for the textline codec.