Uses of Enum 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 MinaTextLineDelimiterModifier and TypeMethodDescriptionMinaConfiguration.getTextlineDelimiter()static MinaTextLineDelimiterReturns the enum constant of this class with the specified name.static MinaTextLineDelimiter[]MinaTextLineDelimiter.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.mina with parameters of type MinaTextLineDelimiterModifier and TypeMethodDescriptionvoidMinaConfiguration.setTextlineDelimiter(MinaTextLineDelimiter textlineDelimiter) Only used for TCP and if textline=true.