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