I'm writing a custom handler. Jetty 6.1. Is an instance of a handler created for each request. In other words, can I store stuff in instance variables that pertains the logic of the handle method? I'm thinking not.
- handler instantiation ChadDavis
- Re: handler instantiation ChadDavis
