Uses of Class
com.mastfrog.acteur.State
Packages that use State
-
Uses of State in com.mastfrog.acteur
Subclasses of State in com.mastfrog.acteurModifier and TypeClassDescriptionprotected classprotected classState indicating that this acteur chain is taking responsibility for responding to the request.protected classA state indicating the acteur neither accepts nor definitively refuses a request.classA shorthand state for responding with a particular http response code and optional message, which if non-string, will be rendered as JSON.Methods in com.mastfrog.acteur that return StateMethods in com.mastfrog.acteur with parameters of type StateModifier and TypeMethodDescriptionprotected voidApplication.onAfterRespond(com.mastfrog.acteur.util.RequestID id, Event<?> event, Acteur acteur, Page page, State state, io.netty.handler.codec.http.HttpResponseStatus status, io.netty.handler.codec.http.HttpResponse resp) Override to do any post-response tasks