实时通讯
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.realtime.packets.strategy;
|
||||
|
||||
|
||||
|
||||
import com.alibaba.fastjson2.JSONObject;
|
||||
import com.realtime.packets.basePackets.BasePackets;
|
||||
|
||||
public interface PackStrategy {
|
||||
boolean getCurrent(Byte commandLine);
|
||||
|
||||
BasePackets getCurrentPacket(JSONObject jsonObject);
|
||||
}
|
||||
Reference in New Issue
Block a user