| 程序包 | 说明 |
|---|---|
| com.github.netty.protocol.servlet.websocket |
| 限定符和类型 | 字段和说明 |
|---|---|
static io.netty.util.AttributeKey<WebSocketSession> |
WebSocketSession.CHANNEL_ATTR_KEY_SESSION |
| 限定符和类型 | 方法和说明 |
|---|---|
static WebSocketSession |
WebSocketSession.getSession(io.netty.channel.Channel channel)
Get httpSession from the properties bound in the pipe
|
WebSocketSession |
NettyMessageToWebSocketRunnable.WebsocketRunnable.getWebSocketSession() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
WebSocketSession.setSession(io.netty.channel.Channel channel,
WebSocketSession websocketSession)
Bind WebsocketSession to the pipe property
|
Copyright © 2021. All rights reserved.