public class GlueEdgeServerAdapter extends HttpServlet
web.xml 파일 내용url http:// HttpReceiver com.poscoict.glueframework.web.GlueEdgeServerAdapter NAME_MESSAGE ITRS HttpReceiver *.rfid : / /HttpReceiver.rfid init-param GlueEdgeServerAdapter servlet의 init-param은 다음과 같다. - UD_SC_SUCCESS : HttpResponse 정상 상태코드 정의, default 200 - UD_SC_FAILURE : HttpResponse 에러 상태코드 정의, default 406 - NAME_MESSAGE : HttpRequest의 parameter key, default ITRS
Constructor and Description |
---|
GlueEdgeServerAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
init(ServletConfig config) |
void |
service(HttpServletRequest request,
HttpServletResponse response) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
ServletException
public void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
service
in class HttpServlet
ServletException
IOException
Copyright © 2013–2021 POSCO ICT. All rights reserved.