com.firelord.component.udp.IUDPServerCallback Maven / Gradle / Ivy
package com.firelord.component.udp;
public interface IUDPServerCallback {
public String run(String strRecievMsg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.firelord.component.udp;
public interface IUDPServerCallback {
public String run(String strRecievMsg);
}