public interface PostHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handlePost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle the incoming request sent e.g.
|
void handlePost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
request - response - IOExceptionCopyright © 2010–2018. All rights reserved.