Uses of Interface
io.muserver.ResponseInfo
-
Packages that use ResponseInfo Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of ResponseInfo in io.muserver
Classes in io.muserver that implement ResponseInfo Modifier and Type Class Description class
AsyncContext
Deprecated.This interface is no longer used.Methods in io.muserver with parameters of type ResponseInfo Modifier and Type Method Description void
ResponseCompleteListener. onComplete(ResponseInfo info)
Called when a response completes (successfully or not).
-