Uses of Class
com.iohao.net.framework.protocol.ServerBuilder
Packages that use ServerBuilder
Package
Description
Provides protocol metadata and structures used to represent command routes, headers, and payload
conventions across the ionet framework.
Net-server bootstrap, routing, load-balancing, and connection coordination components.
-
Uses of ServerBuilder in com.iohao.net.framework.protocol
Methods in com.iohao.net.framework.protocol that return ServerBuilderModifier and TypeMethodDescriptionServerBuilder.setBarSkeleton(BarSkeleton barSkeleton) ServerBuilder.setId(int id) ServerBuilder.setServerType(ServerTypeEnum serverType) -
Uses of ServerBuilder in com.iohao.net.server
Methods in com.iohao.net.server with parameters of type ServerBuilderModifier and TypeMethodDescriptionvoidLogicServer.settingServerBuilder(ServerBuilder builder) Configures the server metadata builder used for registration.