| Constructor and Description |
|---|
StringCodec() |
| Modifier and Type | Method and Description |
|---|---|
Function<Buffer,java.lang.String> |
decoder(Consumer<java.lang.String> next)
Provide the caller with a decoder to turn a source object into an instance of the input
type.
|
Function<java.lang.String,Buffer> |
encoder()
Provide the caller with an encoder to turn an output object into an instance of the source
type.
|
public Function<Buffer,java.lang.String> decoder(Consumer<java.lang.String> next)
Codec