R
P
public abstract class Servlet<R extends Request,P extends Response<R>> extends java.lang.Object
详情见: http://www.redkale.org
Servlet()
void
destroy(Context context, AnyValue config)
abstract void
execute(R request, P response)
init(Context context, AnyValue config)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Servlet()
public void init(Context context, AnyValue config)
public abstract void execute(R request, P response) throws java.io.IOException
java.io.IOException
public void destroy(Context context, AnyValue config)