Update readme

This commit is contained in:
Petrutiu Mihai
2016-07-12 13:39:38 +03:00
parent 14bd8fa4d1
commit af4a7f49bf

View File

@@ -17,6 +17,7 @@ Examples in real life:
* -java.util.logging.Logger.#log() * -java.util.logging.Logger.#log()
* -javax.servlet.Filter#doFilter() * -javax.servlet.Filter#doFilter()
* -Spring Security Filter Chain * -Spring Security Filter Chain
### c. Actors ### c. Actors
* Client - creates the chain, and invokes the first handler * Client - creates the chain, and invokes the first handler
* Handler - defines an interface for handling the requests, optional to set the succesor * Handler - defines an interface for handling the requests, optional to set the succesor