Uses of Interface
com.iohao.net.external.core.session.UserSessions
Packages that use UserSessions
Package
Description
External Server - core
External Server - Core - External Server Protocol Description, External Server Protocol Encoding and Decoding, Custom Unified Interaction Protocol
External Server - Aeron - OnExternal
External Server - Aeron - OnFragment
External Server - Netty - Handler
External Server - Netty - UserSession
-
Uses of UserSessions in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return UserSessionsModifier and TypeMethodDescriptionstatic UserSessions<?, ?> ExternalManager.getUserSessions(int externalServerId) UserSessions<?, ?> ExternalServerBuilderSetting.getUserSessions()UserSessions<?, ?> ExternalSetting.userSessions()Returns the value of theuserSessionsrecord component.Methods in com.iohao.net.external.core that return types with arguments of type UserSessionsModifier and TypeMethodDescriptionstatic List<UserSessions<?, ?>> ExternalManager.listUserSessions()Methods in com.iohao.net.external.core with parameters of type UserSessionsModifier and TypeMethodDescriptionvoidExternalServerBuilderSetting.setUserSessions(UserSessions<?, ?> userSessions) Constructors in com.iohao.net.external.core with parameters of type UserSessionsModifierConstructorDescriptionExternalSetting(int port, Server server, UserSessions<?, ?> userSessions, IdleProcessSetting idleProcessSetting, AttrOptions options) Creates an instance of aExternalSettingrecord class. -
Uses of UserSessions in com.iohao.net.external.core.message
Fields in com.iohao.net.external.core.message declared as UserSessionsMethods in com.iohao.net.external.core.message with parameters of type UserSessionsModifier and TypeMethodDescriptionvoidExternalWriteKit.writeAndFlush(CommunicationMessage message, UserSessions<?, ?> userSessions) -
Uses of UserSessions in com.iohao.net.external.core.net.external
Methods in com.iohao.net.external.core.net.external that return UserSessionsModifier and TypeMethodDescriptionUserSessions<?, ?> OnExternalContext.userSessions()Returns the value of theuserSessionsrecord component.Constructors in com.iohao.net.external.core.net.external with parameters of type UserSessionsModifierConstructorDescriptionOnExternalContext(UserSessions<?, ?> userSessions, ExternalResponse response, long userId, boolean verifyIdentity, byte[] payload, int payloadLength) Creates an instance of aOnExternalContextrecord class. -
Uses of UserSessions in com.iohao.net.external.core.net.fragment
Methods in com.iohao.net.external.core.net.fragment that return UserSessionsModifier and TypeMethodDescriptionprotected UserSessions<?, ?> ExternalRequestMessageOnFragment.getUserSessions(int externalServerId) -
Uses of UserSessions in com.iohao.net.external.core.netty.handler
Fields in com.iohao.net.external.core.netty.handler declared as UserSessionsModifier and TypeFieldDescriptionprotected UserSessions<?, ?> SocketCmdAccessAuthHandler.userSessions -
Uses of UserSessions in com.iohao.net.external.core.netty.session
Classes in com.iohao.net.external.core.netty.session that implement UserSessionsModifier and TypeClassDescriptionfinal classSession managers for TCP and WebSocket