| 程序包 | 说明 |
|---|---|
| cn.blankcat.dto.websocket |
| 限定符和类型 | 字段和说明 |
|---|---|
static java.util.Map<WSEventType,java.lang.Class<?>> |
WSEvent.eventClassMap |
static java.util.Map<WSEventType,Intent> |
WSEvent.eventIntentMap |
| 限定符和类型 | 方法和说明 |
|---|---|
static WSEventType |
WSEventType.ofValue(java.lang.String value) |
static WSEventType |
WSEventType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static WSEventType[] |
WSEventType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static java.util.Map<WSEventType,Intent> |
WSEvent.transposeIntentEventMap(java.util.Map<Intent,WSEventType[]> intentEventMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
WSEvent.eventToIntent(WSEventType... wsEventTypes) |
Copyright © 2023. All rights reserved.