All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wepay.riff.network.MessageCodec Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
package com.wepay.riff.network;

public interface MessageCodec {

    short version();

    byte magicByte();

    Message decode(MessageAttributeReader reader);

    void encode(Message message, MessageAttributeWriter writer);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy