Skip to content

Instantly share code, notes, and snippets.

@coderunner
Created September 20, 2011 00:22
Show Gist options
  • Select an option

  • Save coderunner/1227984 to your computer and use it in GitHub Desktop.

Select an option

Save coderunner/1227984 to your computer and use it in GitHub Desktop.
stateless processor
public interface StatelessProcessor
{
public void processRequest(HttpRequest request,
ProcessorContext context);
public void processResponse(HttpResponse response,
ProcessorContext context);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment