Uses of Class
com.iohao.net.external.core.netty.session.SocketUserSession
Packages that use SocketUserSession
Package
Description
Provides Netty channel handlers used by the external-server implementation to decode requests,
manage pipelines, and dispatch messages.
Provides Netty transport-aware user-session management support for the external-server
implementation.
-
Uses of SocketUserSession in com.iohao.net.external.core.netty.handler
Methods in com.iohao.net.external.core.netty.handler with parameters of type SocketUserSessionModifier and TypeMethodDescriptionprotected booleanWebSocketVerifyHandler.verify(SocketUserSession userSession, Map<String, String> params) Verify the WebSocket handshake request. -
Uses of SocketUserSession in com.iohao.net.external.core.netty.session
Subclasses with type arguments of type SocketUserSession in com.iohao.net.external.core.netty.sessionModifier and TypeClassDescriptionfinal classNetty session manager for TCP and WebSocket external transports.Methods in com.iohao.net.external.core.netty.session that return SocketUserSessionModifier and TypeMethodDescriptionSocketUserSessions.add(io.netty.channel.ChannelHandlerContext channelHandlerContext) Add a newly connected channel as a user session and assign a generated channel-scoped id.SocketUserSessions.getUserSession(io.netty.channel.ChannelHandlerContext channelHandlerContext) Methods in com.iohao.net.external.core.netty.session with parameters of type SocketUserSessionModifier and TypeMethodDescriptionvoidSocketUserSessions.removeUserSession(SocketUserSession userSession)