This commit is contained in:
wentch
2015-12-24 09:42:10 +08:00
parent e879135f33
commit 393ad3a5ce

View File

@@ -20,9 +20,13 @@ import org.redkale.net.*;
import org.redkale.util.*;
/**
* Http响应包 与javax.servlet.http.HttpServletResponse 基本类似。
* 同时提供发送json的系列接口: public void finishJson(Type type, Object obj)
* RedKale提倡http+json的接口风格 所以主要输出的数据格式为json 同时提供异步接口。
*
* @see http://www.redkale.org
* @author zhangjx
*
* @param <R>
*/
public class HttpResponse<R extends HttpRequest> extends Response<R> {