模块 org.redkale
程序包 org.redkale.net
类 Servlet<C extends Context,R extends Request<C>,P extends Response<C,R>>
- java.lang.Object
-
- org.redkale.net.Servlet<C,R,P>
-
- 类型参数:
C
- Context的子类型R
- Request的子类型P
- Response的子类型
- 直接已知子类:
DispatcherServlet
,HttpServlet
,SncpServlet
public abstract class Servlet<C extends Context,R extends Request<C>,P extends Response<C,R>> extends Object
协议请求处理类详情见: https://redkale.org
- 作者:
- zhangjx
-
-
方法详细资料
-
execute
public abstract void execute(R request, P response) throws IOException
- 抛出:
IOException
-
isNonBlocking
protected boolean isNonBlocking()
-
-