Class LocalServerConfig
java.lang.Object
io.fluxzero.sdk.web.LocalServerConfig
Configuration for the local HTTP server used to handle
WebRequest messages outside of Fluxzero's own
web handling framework.
This configuration is primarily intended for users who prefer to delegate web request handling to a custom or third-party locally running HTTP server (e.g., Spring MVC, Javalin, etc.) instead of the built-in Fluxzero web stack.
Note: This feature is not commonly used and may be deprecated or removed in future versions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocalServerConfig
public LocalServerConfig()
-