public class BulkStringParser<T,B> extends Object implements ReplyParser<T>
ReplyParser.FailureHandler<U>, ReplyParser.PartialReplyHandler<T,U>| Constructor and Description |
|---|
BulkStringParser(int len,
BulkStringBuilderFactory<B,? extends T> builderFactory) |
| Modifier and Type | Method and Description |
|---|---|
<U> U |
parseReply(ByteBuffer buffer,
Function<? super T,U> resultHandler,
ReplyParser.PartialReplyHandler<? super T,U> partialReplyHandler,
ReplyParser.FailureHandler<U> failureHandler,
CharsetDecoder charsetDecoder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcombine, fail, fail, mappublic BulkStringParser(int len,
BulkStringBuilderFactory<B,? extends T> builderFactory)
public <U> U parseReply(ByteBuffer buffer, Function<? super T,U> resultHandler, ReplyParser.PartialReplyHandler<? super T,U> partialReplyHandler, ReplyParser.FailureHandler<U> failureHandler, CharsetDecoder charsetDecoder)
parseReply in interface ReplyParser<T>Copyright © 2016. All rights reserved.