Uses of Interface
io.muserver.AsyncMuHandler
-
Packages that use AsyncMuHandler Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects.io.muserver.handlers Some pre-built handlers for common tasks such as file handling. -
-
Uses of AsyncMuHandler in io.muserver
Methods in io.muserver with parameters of type AsyncMuHandler Modifier and Type Method Description MuServerBuilder
MuServerBuilder. addAsyncHandler(AsyncMuHandler handler)
Deprecated.For async handling, add a normalMuHandler
and callMuRequest.handleAsync()
-
Uses of AsyncMuHandler in io.muserver.handlers
Classes in io.muserver.handlers that implement AsyncMuHandler Modifier and Type Class Description class
HttpToHttpsRedirector
Deprecated.UseHttpsRedirectorBuilder.toHttpsPort(int)
instead and add it as standard handler.
-