Package | Description |
---|---|
org.apache.camel.component.netty |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Apache Camel