162163164165166167168169
* The connection to handle. */ @Override public void handle(HttpConnection connection) throws IOException, ServletException { this.helper.handle(new JettyCall(this.helper.getHelped(), connection)); }