public class ServletChain extends Object
Constructor and Description |
---|
ServletChain(io.undertow.server.HttpHandler handler,
ManagedServlet managedServlet,
String servletPath,
boolean defaultServletMapping) |
ServletChain(ServletChain other) |
Modifier and Type | Method and Description |
---|---|
Executor |
getExecutor() |
io.undertow.server.HttpHandler |
getHandler() |
ManagedServlet |
getManagedServlet() |
String |
getServletPath() |
boolean |
isDefaultServletMapping() |
public ServletChain(io.undertow.server.HttpHandler handler, ManagedServlet managedServlet, String servletPath, boolean defaultServletMapping)
public ServletChain(ServletChain other)
public io.undertow.server.HttpHandler getHandler()
public ManagedServlet getManagedServlet()
public String getServletPath()
public Executor getExecutor()
public boolean isDefaultServletMapping()
Copyright © 2015. All rights reserved.