Created
September 20, 2011 00:22
-
-
Save coderunner/1227984 to your computer and use it in GitHub Desktop.
Revisions
-
coderunner revised this gist
Sep 20, 2011 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ public interface StatelessProcessor { public void processRequest(HttpRequest request, ProcessorContext context); public void processResponse(HttpResponse response, ProcessorContext context); } -
coderunner created this gist
Sep 20, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ public interface StatelessProcessor { public void processRequest(HttpRequest request, ProcessorContext context); public void processResponse(HttpResponse response, ProcessorContext context); }