类 WSEvent
java.lang.Object
cn.blankcat.dto.websocket.WSEvent
-
字段概要
字段修饰符和类型字段说明static Map<WSEventType, Class<?>> static Map<WSEventType, Intent> static Map<Intent, WSEventType[]> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static intstatic inteventToIntent(WSEventType... wsEventTypes) static Map<WSEventType, Intent> transposeIntentEventMap(Map<Intent, WSEventType[]> intentEventMap)
-
字段详细资料
-
intentEventMap
-
eventIntentMap
-
eventClassMap
-
-
构造器详细资料
-
WSEvent
public WSEvent()
-
-
方法详细资料
-
transposeIntentEventMap
public static Map<WSEventType,Intent> transposeIntentEventMap(Map<Intent, WSEventType[]> intentEventMap) -
eventToIntent
-
allEventToIntent
public static int allEventToIntent()
-