HttpServlet(int httpCode)
构造
void doPost(HttpServletRequst request, HttpServletResponse response)
处理post请求
void onPostStream(HttpServletRequst request, String key, String filename, String contentType, String transferEncoding, byte[]data, long datainOffset)
处理post数据流
static const int FLAG_POSTSTREAM
HttpServlet(int flags, String pattern)
构造
void doGet(HttpServletRequst request, HttpServletResponse response)
处理get请求
static const int FLAG_LOGERROR