ContextRoutingHandler | ContextRoutingHandler | |||
---|---|---|---|---|
Compiled from "ContextRoutingHandler.java" | Compiled from "ContextRoutingHandler.java" | |||
public class io.dropwizard.jetty.ContextRoutingHandler extends org.eclipse. jetty.server.handler.AbstractHandlerContainer { | public class io.dropwizard.jetty.ContextRoutingHandler extends org.eclipse. jetty.server.Handler$AbstractContainer { | |||
public io.dropwizard.jetty.ContextRoutingHandler(java.util.Map<java.lang. String, ? extends org.eclipse.jetty.server.Handler>); | public io.dropwizard.jetty.ContextRoutingHandler(java.util.Map<java.lang. String, ? extends org.eclipse.jetty.server.Handler>); | |||
public void handle(java.lang.String, org.eclipse.jetty.server.Request, ja karta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResp onse) throws java.io.IOException, jakarta.servlet.ServletException; | public boolean handle(org.eclipse.jetty.server.Request, org.eclipse.jetty .server.Response, org.eclipse.jetty.util.Callback) throws java.lang.Excepti on; | |||
protected void doStart() throws java.lang.Exception; | protected void doStart() throws java.lang.Exception; | |||
protected void doStop() throws java.lang.Exception; | protected void doStop() throws java.lang.Exception; | |||
public org.eclipse.jetty.server.Handler[] getHandlers(); | public java.util.List<org.eclipse.jetty.server.Handler> getHandlers(); | |||
protected void expandChildren(java.util.List<org.eclipse.jetty.server.Han | ||||
dler>, java.lang.Class<?>); | ||||
} | } | |||
End of changes. 3 change blocks. | ||||
5 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |