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

jizcode.netty.server.ReceiveRequestFunction Maven / Gradle / Ivy

package jizcode.netty.server;

import jizcode.netty.contract.RtDataFromClient;

@FunctionalInterface
public interface ReceiveRequestFunction {
    void apply(Client client, RtDataFromClient data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy