Uses of Class
com.iohao.net.external.core.ExternalServerBuilder
Packages that use ExternalServerBuilder
Package
Description
Provides the Netty-based transport implementation of the external server, including channel
handlers, session integration, and micro-deployment support.
-
Uses of ExternalServerBuilder in com.iohao.net.external.core.netty
Methods in com.iohao.net.external.core.netty that return ExternalServerBuilderModifier and TypeMethodDescriptionstatic ExternalServerBuilderExternalMapper.builder()Create a builder preconfigured with the Netty external server creator.static ExternalServerBuilderExternalMapper.builder(int port) Create a WebSocket external server builder on the given port.static ExternalServerBuilderExternalMapper.builder(int port, ExternalJoinEnum joinEnum) Create an external server builder on the given port and transport type.