Modifier and Type | Method and Description |
---|---|
TextLineDelimiter |
MinaConfiguration.getTextlineDelimiter() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MinaConfiguration.setTextlineDelimiter(TextLineDelimiter textlineDelimiter)
Only used for TCP and if textline=true.
|
Apache Camel