Interface CommunicationMessageCodec
- All Known Implementing Classes:
DefaultCommunicationMessageCodec
public interface CommunicationMessageCodec
External server protocol encoding and decoding
- Author:
- 渔民小镇
- date:
- 2023-12-15
-
Method Summary
Modifier and TypeMethodDescriptiondefault CommunicationMessagedecode(byte[] bytes) default byte[]encode(CommunicationMessage message)
-
Method Details
-
createCommunicationMessage
CommunicationMessage createCommunicationMessage() -
encode
-
decode
-