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, waitdataHandler, endHandler, exceptionHandler, pause, resumepublic void bodyHandler(Handler<Buffer> bodyHandler)
bodyHandler - This handler will be called after all the body has been received