Uses of Class
com.iohao.net.external.core.netty.session.SocketUserSession
Packages that use SocketUserSession
Package
Description
External Server - Netty - Handler
External Server - Netty - UserSession
-
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 -
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 classSession managers for TCP and WebSocketMethods in com.iohao.net.external.core.netty.session that return SocketUserSessionModifier and TypeMethodDescriptionSocketUserSessions.add(io.netty.channel.ChannelHandlerContext channelHandlerContext) 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)