de.trantor.mail.proxy
Class ProxyServlet
java.lang.Object
|
+--HttpServlet
|
+--de.trantor.mail.proxy.ProxyServlet
- public class ProxyServlet
- extends HttpServlet
- See Also:
- Serialized Form
|
Method Summary |
void |
destroy()
|
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
|
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
|
void |
init()
|
void |
log(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyServlet
public ProxyServlet()
init
public void init()
throws ServletException
ServletException
log
public void log(java.lang.String s)
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException,
ServletException
java.io.IOException
ServletException
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException,
ServletException
java.io.IOException
ServletException
destroy
public void destroy()