| Constructor and Description |
|---|
JsonStreamBodyCodec(JsonParser parser) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(Handler<AsyncResult<BodyStream<Void>>> handler)
Create the
BodyStream. |
public JsonStreamBodyCodec(JsonParser parser)
public void create(Handler<AsyncResult<BodyStream<Void>>> handler)
BodyCodecBodyStream.
This method is usually called for creating the pump for the HTTP response and should not be called directly.
Copyright © 2021. All rights reserved.