@ChannelHandler.Sharable
public abstract class AbstractWebSocketAuthenticationHandler
extends io.netty.channel.ChannelInboundHandlerAdapter
| 限定符和类型 | 字段和说明 |
|---|---|
protected WebSocketServer |
webSocketServer |
| 构造器和说明 |
|---|
AbstractWebSocketAuthenticationHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
protected abstract boolean |
handleAuthentication(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.FullHttpRequest request,
Map<String,String> params) |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprotected WebSocketServer webSocketServer
Copyright © 2022–2023. All rights reserved.