| Package | Description |
|---|---|
| redradishes.decoder.parser |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReplyParser.PartialReplyHandler<T,U> |
| Modifier and Type | Method and Description |
|---|---|
<U> U |
Parser.parse(ByteBuffer buffer,
Function<? super T,U> resultHandler,
Parser.PartialHandler<? super T,U> partialHandler,
CharsetDecoder charsetDecoder) |
<U> U |
ArrayAsMapParser.parse(ByteBuffer buffer,
Function<? super T,U> resultHandler,
Parser.PartialHandler<? super T,U> partialHandler,
CharsetDecoder charsetDecoder) |
Copyright © 2016. All rights reserved.