Uses of Class
org.apache.camel.component.mina.MinaTextLineDelimiter
-
-
Uses of MinaTextLineDelimiter in org.apache.camel.component.mina
Methods in org.apache.camel.component.mina that return MinaTextLineDelimiter Modifier and Type Method Description MinaTextLineDelimiter
MinaConfiguration. getTextlineDelimiter()
static MinaTextLineDelimiter
MinaTextLineDelimiter. valueOf(String name)
Returns the enum constant of this type with the specified name.static MinaTextLineDelimiter[]
MinaTextLineDelimiter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.mina with parameters of type MinaTextLineDelimiter Modifier and Type Method Description void
MinaConfiguration. setTextlineDelimiter(MinaTextLineDelimiter textlineDelimiter)
Only used for TCP and if textline=true.
-