Interface IMandantFrontendServerServletHandler
- 
- All Known Implementing Classes:
 MandantFrontendServerServletHandler
public interface IMandantFrontendServerServletHandler 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnect(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)voidtestConnection(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:
 IOExceptionHandledServletException
 
- 
connect
void connect(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException, HandledServletException- Throws:
 IOExceptionHandledServletException
 
 - 
 
 -