Class BroadcastUserMessage
java.lang.Object
com.iohao.net.framework.protocol.BroadcastMessage
com.iohao.net.framework.protocol.BroadcastUserMessage
- All Implemented Interfaces:
CommonResponse, UserIdentity
public final class BroadcastUserMessage
extends BroadcastMessage
implements UserIdentity, CommonResponse
Broadcast message targeting a single user (unicast).
Extends BroadcastMessage with UserIdentity for user binding and
CommonResponse for error propagation. Used to push data to one specific
connected user identified by userId, routed through the external server
identified by externalServerId.
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-09-03
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BroadcastMessage
setCmdInfo, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface CommonResponse
getErrorCode, getErrorMessage, hasError, isSuccess, setError, setErrorCode, setErrorMessageMethods inherited from interface UserIdentity
bindingUserId, getUserId, isVerifyIdentity, setUserId, setUserIdentity, setVerifyIdentity, verifyIdentity
-
Constructor Details
-
BroadcastUserMessage
public BroadcastUserMessage()
-