Uses of Interface
com.iohao.net.external.core.ExternalServerCreator
Packages that use ExternalServerCreator
Package
Description
Provides the core abstractions and runtime infrastructure for external servers, including
protocol handling, session management, hooks, and internal communication integration.
Provides the Netty-based transport implementation of the external server, including channel
handlers, session integration, and micro-deployment support.
-
Uses of ExternalServerCreator in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return ExternalServerCreatorMethods in com.iohao.net.external.core with parameters of type ExternalServerCreatorModifier and TypeMethodDescriptionvoidExternalServerBuilder.setExternalServerCreator(ExternalServerCreator externalServerCreator) -
Uses of ExternalServerCreator in com.iohao.net.external.core.netty
Fields in com.iohao.net.external.core.netty declared as ExternalServerCreatorModifier and TypeFieldDescriptionstatic ExternalServerCreatorExternalMapper.externalServerCreatorFactory used to create the concrete external server implementation.