public class JettyHandler
extends AbstractHandler
| Modifier and Type | Class and Description |
|---|---|
static interface |
JettyHandler.Iface |
static class |
JettyHandler.Java7Handler
java 7 doesn't support default interface methods so we need a dummy impl of the woven handler
this needs to be in a superclass, otherwise kilim will refuse to weave the real handle method
|
| Constructor and Description |
|---|
JettyHandler(JettyHandler.Iface handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.lang.String target,
Request br,
HttpServletRequest req,
HttpServletResponse resp) |
public JettyHandler(JettyHandler.Iface handler)