forked from KNEMC/KLALB
KLALB UDP TEST
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.kne.cloud.network;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.util.function.Function;
|
||||
|
||||
public interface ProtocolDetectorItem extends Function<InputStream, Protocol> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user