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

com.ursful.framework.mina.common.packet.Packet Maven / Gradle / Ivy

There is a newer version: 3.0.12
Show newest version
package com.ursful.framework.mina.common.packet;

public interface Packet extends java.io.Serializable {

    public byte[] getBytes();

    public Runnable getOnSend();

    public void setOnSend(Runnable onSend);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy