public class HessianCodecServiceImpl extends Object implements MessageCodecService
MESSAGE_LENGTH| 构造器和说明 |
|---|
HessianCodecServiceImpl() |
public void encode(io.netty.buffer.ByteBuf out,
Object message)
throws IOException
MessageCodecServiceencode 在接口中 MessageCodecServiceout - 输出byteBufmessage - 对象信息IOException - io异常public Object decode(byte[] body) throws IOException
MessageCodecServicedecode 在接口中 MessageCodecServicebody - byte数组IOException - io异常Copyright © 2019 dromara. All rights reserved.