Uses of Interface
io.muserver.RequestBodyListener
-
Packages that use RequestBodyListener Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of RequestBodyListener in io.muserver
Methods in io.muserver with parameters of type RequestBodyListener Modifier and Type Method Description void
AsyncHandle. setReadListener(RequestBodyListener readListener)
Sets a listener that will be notified when chunks of request data become available.
-