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

org.bdware.dogp.DOGPRequestHandler Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
package org.bdware.dogp;

import io.netty.channel.ChannelHandlerContext;
import org.bdware.dogp.codec.DOGPMessage;

public interface DOGPRequestHandler {
    DOGPMessage onRequest(ChannelHandlerContext ctx, DOGPMessage msg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy