public class HttpExceptionMessageCodec extends Object implements io.vertx.core.eventbus.MessageCodec<HttpException,HttpException>
| Constructor and Description |
|---|
HttpExceptionMessageCodec() |
| Modifier and Type | Method and Description |
|---|---|
HttpException |
decodeFromWire(int position,
io.vertx.core.buffer.Buffer buffer) |
void |
encodeToWire(io.vertx.core.buffer.Buffer buffer,
HttpException exception) |
String |
name() |
byte |
systemCodecID() |
HttpException |
transform(HttpException customMessage) |
public void encodeToWire(io.vertx.core.buffer.Buffer buffer,
HttpException exception)
encodeToWire in interface io.vertx.core.eventbus.MessageCodec<HttpException,HttpException>public HttpException decodeFromWire(int position, io.vertx.core.buffer.Buffer buffer)
decodeFromWire in interface io.vertx.core.eventbus.MessageCodec<HttpException,HttpException>public HttpException transform(HttpException customMessage)
transform in interface io.vertx.core.eventbus.MessageCodec<HttpException,HttpException>public String name()
name in interface io.vertx.core.eventbus.MessageCodec<HttpException,HttpException>public byte systemCodecID()
systemCodecID in interface io.vertx.core.eventbus.MessageCodec<HttpException,HttpException>Copyright © 2012–2019 jcabi.com. All rights reserved.