| 程序包 | 说明 |
|---|---|
| cn.hserver.plugin.web.context | |
| cn.hserver.plugin.web.handlers |
| 限定符和类型 | 方法和说明 |
|---|---|
static WsType |
WsType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static WsType[] |
WsType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
WsType |
Ws.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Ws.setType(WsType type) |
| 构造器和说明 |
|---|
Ws(io.netty.channel.ChannelHandlerContext ctx,
byte[] binary,
String uid,
io.netty.handler.codec.http.HttpRequest request,
WsType type) |
Ws(io.netty.channel.ChannelHandlerContext ctx,
String uid,
io.netty.handler.codec.http.HttpRequest request,
WsType type) |
Ws(io.netty.channel.ChannelHandlerContext ctx,
String message,
String uid,
io.netty.handler.codec.http.HttpRequest request,
WsType type) |
Copyright © 2022. All rights reserved.