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

scouter.server.netio.data.IPackProcessor Maven / Gradle / Ivy

There is a newer version: 2.20.0
Show newest version
package scouter.server.netio.data;

import scouter.lang.pack.Pack;

/**
 * Created by LeeGunHee on 2016-03-08.
 */
public interface IPackProcessor {

    /**
     * Pack processor
     * @return true if pack matched type
     */
    public boolean process(Pack pack);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy