public interface Snap
Modifier and Type | Method and Description |
---|---|
void |
addHost(Host host) |
void |
destroy() |
java.lang.String |
getContextPath() |
java.util.Properties |
getSnapProperties() |
void |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
init() |
void init() throws javax.servlet.ServletException
javax.servlet.ServletException
void destroy()
void handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
java.lang.String getContextPath()
java.util.Properties getSnapProperties()
void addHost(Host host)