mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-18 14:23:56 +00:00
perf[protocol]: protocol reserved name
This commit is contained in:
@@ -35,7 +35,7 @@ public class TcpServerController {
|
||||
logger.info("receive [packet:{}] from client", JsonUtils.object2String(request));
|
||||
|
||||
var response = new TcpHelloResponse();
|
||||
response.setMessage("Hello, this is the tcp server!");
|
||||
response.setMessage("Hello, this is the tcp server! -> " + request.getMessage());
|
||||
|
||||
NetContext.getRouter().send(session, response);
|
||||
}
|
||||
|
||||
@@ -69,7 +69,8 @@ public class ProtocolAnalysis {
|
||||
, "IProtocol", "IProtocolRegistration", "ProtocolManager", "IFieldRegistration"
|
||||
, "ByteBufUtils", "ArrayUtils", "CollectionUtils"
|
||||
, "Boolean", "Byte", "Short", "Integer", "Long", "Float", "Double", "String", "Character", "Object"
|
||||
, "Collections", "Iterator", "List", "ArrayList", "Map", "HashMap", "Set", "HashSet");
|
||||
, "Collections", "Iterator", "List", "ArrayList", "Map", "HashMap", "Set", "HashSet"
|
||||
, "DecodedPacketInfo", "EncodedPacketInfo");
|
||||
|
||||
/**
|
||||
* EN: Temp field, unsupported type
|
||||
|
||||
Reference in New Issue
Block a user