接口的使用
cn.taketoday.http.server.ServerHttpResponse
使用ServerHttpResponse的程序包
-
cn.taketoday.http.server中ServerHttpResponse的使用
修饰符和类型类说明classImplementation ofServerHttpResponsethat delegates all calls to a given targetServerHttpResponse.classServerHttpResponseimplementation that is based on aHttpServletResponse.修饰符和类型方法说明DelegatingServerHttpResponse.getDelegate()Returns the target response that this response delegates to.修饰符和类型方法说明ServerHttpRequest.getAsyncRequestControl(ServerHttpResponse response) Return a control that allows putting the request in asynchronous mode so the response remains open until closed explicitly from the current or another thread.ServletServerHttpRequest.getAsyncRequestControl(ServerHttpResponse response) 参数类型为ServerHttpResponse的cn.taketoday.http.server中的构造器限定符构造器说明Create a newDelegatingServerHttpResponse. -
cn.taketoday.web中ServerHttpResponse的使用