A codec for encoding and decoding HTTP bodies.
package |
Default |
---|
__construct()
buffer() : \io\vertx\jphp\ext\web\codec\BodyCodec<Buffer>
\io\vertx\jphp\ext\web\codec\BodyCodec
the {@link Buffer} codec
create( $arg0) : \io\vertx\jphp\ext\web\codec\BodyCodec<T>
callable
\io\vertx\jphp\ext\web\codec\BodyCodec
the created codec
json( $arg0) : \io\vertx\jphp\ext\web\codec\BodyCodec<U>
string
\io\vertx\jphp\ext\web\codec\BodyCodec
a codec for mapping POJO to Json
jsonArray() : \io\vertx\jphp\ext\web\codec\BodyCodec<JsonArray>
\io\vertx\jphp\ext\web\codec\BodyCodec
the {@link JsonArray} codec
jsonObject() : \io\vertx\jphp\ext\web\codec\BodyCodec<JsonObject>
\io\vertx\jphp\ext\web\codec\BodyCodec
the {@link JsonObject} codec
none() : \io\vertx\jphp\ext\web\codec\BodyCodec<Void>
\io\vertx\jphp\ext\web\codec\BodyCodec
a codec that simply discards the response
pipe( $arg0) : \io\vertx\jphp\ext\web\codec\BodyCodec<Void>
WriteStream
\io\vertx\jphp\ext\web\codec\BodyCodec
the body codec for a write stream
string( $arg0 = null) : \io\vertx\jphp\ext\web\codec\BodyCodec<String>
A codec for strings using a specific encoding
.
param $encoding [string] the encoding string($encoding)
string
\io\vertx\jphp\ext\web\codec\BodyCodec
the UTF-8 string codec