Interface javax.servlet.http.HttpServletResponse 
public interface HttpServletResponse 
An HTTP servlet response. This interface allows a servlet's service method to manipulate HTTP-protocol specified header information and return data to its client. It is implemented by network service developers for use within servlets.