public final class StringCodec.StringEncoder extends java.lang.Object implements Function<java.lang.String,Buffer>
Constructor and Description |
---|
StringEncoder() |
Modifier and Type | Method and Description |
---|---|
Buffer |
apply(java.lang.String s)
Execute the logic of the action, accepting the given parameter.
|