Class Acteur.RejectedState

java.lang.Object
com.mastfrog.acteurbase.ActeurState<Response,com.mastfrog.acteur.ResponseImpl>
com.mastfrog.acteur.State
com.mastfrog.acteur.Acteur.RejectedState
Enclosing class:
Acteur

protected class Acteur.RejectedState extends State
A state indicating the acteur neither accepts nor definitively refuses a request.
  • Field Details

    • page

      protected final Page page
  • Constructor Details

    • RejectedState

      public RejectedState()
    • RejectedState

      public RejectedState(io.netty.handler.codec.http.HttpResponseStatus status)
  • Method Details

    • getActeur

      public final Acteur getActeur()
      Description copied from class: State
      Returns whether (and by which action) the next event has to be processed prior to regular processing.
      Specified by:
      getActeur in class State
      Returns:
      the locked action; if null, then there is no prior action