类 DelegatingServerHttpResponse

java.lang.Object
cn.taketoday.http.server.DelegatingServerHttpResponse
所有已实现的接口:
HttpMessage, HttpOutputMessage, ServerHttpResponse, Closeable, Flushable, AutoCloseable

public class DelegatingServerHttpResponse extends Object implements ServerHttpResponse
Implementation of ServerHttpResponse that delegates all calls to a given target ServerHttpResponse.
从以下版本开始:
4.0
作者:
Arjen Poutsma