Interface ExternalJoinSelector
- All Known Implementing Classes:
TcpExternalJoinSelector, WebSocketExternalJoinSelector
public interface ExternalJoinSelector
External Server Connection Type Selector
Connection types: tcp, websocket, udp, kcp The purpose of the Selector is to initialize the properties and codecs of the relevant implementation class based on the current connection type (implementation class): 1. getCodecPipeline: Codec-related Pipeline 2. defaultSetting: Some default settings for the corresponding connection type
- Author:
- 渔民小镇
- date:
- 2023-05-29
-
Method Summary
Modifier and TypeMethodDescriptionvoiddefaultSetting(ExternalServerBuilderSetting builderSetting) Some default settings for the corresponding connection typeConnection type
-
Method Details
-
getExternalJoinEnum
-
defaultSetting
Some default settings for the corresponding connection type- Parameters:
builderSetting- builderSetting
-