Interface IMandantFrontendServerServletHandler
-
- All Known Implementing Classes:
MandantFrontendServerServletHandler
public interface IMandantFrontendServerServletHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
connect(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
void
testConnection(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-
-
-
Method Detail
-
testConnection
void testConnection(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException, HandledServletException
- Throws:
IOException
HandledServletException
-
connect
void connect(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException, HandledServletException
- Throws:
IOException
HandledServletException
-
-