D F M

D

debug(String, String) - Method in class mServer
debug is used for writing out messages to the console, by taking to String parameters and displays them to the console.
doPost(HttpServletRequest, HttpServletResponse) - Method in class mServer
doPost is the required function in a HttpServlet class.

D F M