public abstract class HttpReadStreamBase extends java.lang.Object implements ReadStream
Constructor and Description |
---|
HttpReadStreamBase() |
Modifier and Type | Method and Description |
---|---|
void |
bodyHandler(Handler<Buffer> bodyHandler)
Convenience method for receiving the entire request body in one piece.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dataHandler, endHandler, exceptionHandler, pause, resume
public void bodyHandler(Handler<Buffer> bodyHandler)
bodyHandler
- This handler will be called after all the body has been received