public class SncpPrepareServlet extends PrepareServlet<SncpContext,SncpRequest,SncpResponse>
详情见: http://www.redkale.org
executeCounter, illRequestCounter| 构造器和说明 |
|---|
SncpPrepareServlet() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSncpServlet(SncpServlet servlet) |
void |
destroy(SncpContext context,
AnyValue config) |
void |
execute(SncpRequest request,
SncpResponse response) |
java.util.List<SncpServlet> |
getSncpServlets() |
void |
init(SncpContext context,
AnyValue config) |
preparepublic void addSncpServlet(SncpServlet servlet)
public java.util.List<SncpServlet> getSncpServlets()
public void init(SncpContext context, AnyValue config)
init 在类中 Servlet<SncpContext,SncpRequest,SncpResponse>public void destroy(SncpContext context, AnyValue config)
destroy 在类中 Servlet<SncpContext,SncpRequest,SncpResponse>public void execute(SncpRequest request, SncpResponse response) throws java.io.IOException
execute 在类中 Servlet<SncpContext,SncpRequest,SncpResponse>java.io.IOException