HttpResponseInfoImplpublic class HttpResponseInfoImpl extends HttpTransportInfo implements HttpResponseInfoImplementation of the HttpResponseInfo interface |
Fields Summary |
---|
final HttpServletResponse | response |
Constructors Summary |
---|
public HttpResponseInfoImpl(HttpServletResponse response)Creates a new instance of HttpResponseInfoImpl
this.response =response;
|
|