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