Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A handler may call the doChain() method several times if needed, so handlers are required to consider the possibility they will be invoked more than once for the same request.
All handler related interfaces reside in the comorg.hpapache.symphonywink.server.handlers package.

...

An Error handler is a class that implements the comorg.hpapache.symphonywink.server.handlers.ResponseHandler interface.

...