com.koushikdutta.async.parser
Class ByteBufferListParser

java.lang.Object
  extended by com.koushikdutta.async.parser.ByteBufferListParser
All Implemented Interfaces:
AsyncParser<ByteBufferList>

public class ByteBufferListParser
extends java.lang.Object
implements AsyncParser<ByteBufferList>

Created by koush on 5/27/13.


Constructor Summary
ByteBufferListParser()
           
 
Method Summary
 Future<ByteBufferList> parse(DataEmitter emitter)
           
 void write(DataSink sink, ByteBufferList value, CompletedCallback completed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteBufferListParser

public ByteBufferListParser()
Method Detail

parse

public Future<ByteBufferList> parse(DataEmitter emitter)
Specified by:
parse in interface AsyncParser<ByteBufferList>

write

public void write(DataSink sink,
                  ByteBufferList value,
                  CompletedCallback completed)
Specified by:
write in interface AsyncParser<ByteBufferList>