Uses of Enum Class
com.iohao.net.external.core.config.ExternalJoinEnum
Packages that use ExternalJoinEnum
Package
Description
Provides client startup and join helpers for connecting simulation clients to TCP or WebSocket
external servers.
Provides the core abstractions and runtime infrastructure for external servers, including
protocol handling, session management, hooks, and internal communication integration.
Provides configuration objects and options for building and customizing external-server runtime
behavior.
Provides micro-deployment and cluster-join abstractions used by external servers in distributed
deployments.
Provides the Netty-based transport implementation of the external server, including channel
handlers, session integration, and micro-deployment support.
Provides Netty-based cluster join and registration components used when external servers connect
into a distributed deployment.
Provides Netty transport-aware user-session management support for the external-server
implementation.
Provides user-session abstractions and implementations used by external servers to track
connected users and session-scoped metadata.
-
Uses of ExternalJoinEnum in com.iohao.net.extension.client.join
Methods in com.iohao.net.extension.client.join that return ExternalJoinEnumMethods in com.iohao.net.extension.client.join with parameters of type ExternalJoinEnumModifier and TypeMethodDescriptionstatic voidClientConnects.put(ExternalJoinEnum joinEnum, ClientConnect connect) ClientRunOne.setJoinEnum(ExternalJoinEnum joinEnum) -
Uses of ExternalJoinEnum in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return ExternalJoinEnumModifier and TypeMethodDescriptionExternalServerBuilder.getJoinEnum()Connection method: defaults to WebsocketMethods in com.iohao.net.external.core with parameters of type ExternalJoinEnumModifier and TypeMethodDescriptionvoidExternalServerBuilder.setJoinEnum(ExternalJoinEnum joinEnum) Connection method: defaults to Websocket -
Uses of ExternalJoinEnum in com.iohao.net.external.core.config
Subclasses with type arguments of type ExternalJoinEnum in com.iohao.net.external.core.configModifier and TypeClassDescriptionenumExternal client transport types supported by the gateway.Methods in com.iohao.net.external.core.config that return ExternalJoinEnumModifier and TypeMethodDescriptionstatic ExternalJoinEnumReturns the enum constant of this class with the specified name.static ExternalJoinEnum[]ExternalJoinEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExternalJoinEnum in com.iohao.net.external.core.micro
Methods in com.iohao.net.external.core.micro that return ExternalJoinEnumModifier and TypeMethodDescriptionExternalJoinSelector.getExternalJoinEnum()Get the transport type handled by this selector.Methods in com.iohao.net.external.core.micro with parameters of type ExternalJoinEnumModifier and TypeMethodDescriptionstatic ExternalJoinSelectorExternalJoinSelectors.getExternalJoinSelector(ExternalJoinEnum joinEnum) Get ExternalJoinSelector By ExternalJoinEnumstatic voidExternalJoinSelectors.putIfAbsent(ExternalJoinEnum joinEnum, ExternalJoinSelector joinSelector) Register a selector for the given transport type if absent. -
Uses of ExternalJoinEnum in com.iohao.net.external.core.netty
Methods in com.iohao.net.external.core.netty with parameters of type ExternalJoinEnumModifier and TypeMethodDescriptionstatic ExternalServerBuilderExternalMapper.builder(int port, ExternalJoinEnum joinEnum) Create an external server builder on the given port and transport type. -
Uses of ExternalJoinEnum in com.iohao.net.external.core.netty.micro.join
Methods in com.iohao.net.external.core.netty.micro.join that return ExternalJoinEnumModifier and TypeMethodDescriptionTcpExternalJoinSelector.getExternalJoinEnum()WebSocketExternalJoinSelector.getExternalJoinEnum() -
Uses of ExternalJoinEnum in com.iohao.net.external.core.netty.session
Fields in com.iohao.net.external.core.netty.session declared as ExternalJoinEnumModifier and TypeFieldDescriptionprotected ExternalJoinEnumAbstractUserSession.externalJoinprotected ExternalJoinEnumAbstractUserSessions.joinEnum -
Uses of ExternalJoinEnum in com.iohao.net.external.core.session
Methods in com.iohao.net.external.core.session with parameters of type ExternalJoinEnumModifier and TypeMethodDescriptionvoidUserSession.setExternalJoin(ExternalJoinEnum externalJoin) Set the transport type used by this session.voidUserSessions.setJoinEnum(ExternalJoinEnum joinEnum) Connection method