| 程序包 | 说明 |
|---|---|
| org.smartboot.socket.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> AttachKey<T> |
AttachKey.valueOf(String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
Attachment.get(AttachKey<T> key)
获取附件对象
|
<T> void |
Attachment.put(AttachKey<T> key,
T value)
存储附件
|
<T> void |
Attachment.remove(AttachKey<T> key)
移除附件
|
Copyright © 2024. All rights reserved.