public class CharAppendingParser<A extends Appendable> extends Object implements ReplyParser<A>
ReplyParser.FailureHandler<U>, ReplyParser.PartialReplyHandler<T,U>| Modifier and Type | Field and Description |
|---|---|
static ReplyParser<? extends CharSequence> |
CHAR_SEQUENCE_PARSER |
| Modifier and Type | Method and Description |
|---|---|
<U> U |
parseReply(ByteBuffer buffer,
Function<? super A,U> resultHandler,
ReplyParser.PartialReplyHandler<? super A,U> partialReplyHandler,
ReplyParser.FailureHandler<U> failureHandler,
CharsetDecoder charsetDecoder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcombine, fail, fail, mappublic static final ReplyParser<? extends CharSequence> CHAR_SEQUENCE_PARSER
public <U> U parseReply(ByteBuffer buffer, Function<? super A,U> resultHandler, ReplyParser.PartialReplyHandler<? super A,U> partialReplyHandler, ReplyParser.FailureHandler<U> failureHandler, CharsetDecoder charsetDecoder)
parseReply in interface ReplyParser<A extends Appendable>Copyright © 2016. All rights reserved.