From af4a7f49bf1d26556019d9198364e19373680725 Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Tue, 12 Jul 2016 13:39:38 +0300 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3baaa20..9c5d250 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Examples in real life: * -java.util.logging.Logger.#log() * -javax.servlet.Filter#doFilter() * -Spring Security Filter Chain + ### c. Actors * Client - creates the chain, and invokes the first handler * Handler - defines an interface for handling the requests, optional to set the succesor