Class SameSiteCookieHeaderFilterTest.TestOutputStreamServlet
java.lang.Object
net.shibboleth.shared.spring.servlet.impl.SameSiteCookieHeaderFilterTest.TestOutputStreamServlet
- All Implemented Interfaces:
Servlet
- Enclosing class:
- SameSiteCookieHeaderFilterTest
public class SameSiteCookieHeaderFilterTest.TestOutputStreamServlet
extends Object
implements Servlet
Servlet that opens an output stream on the response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voidinit(ServletConfig config) voidservice(ServletRequest req, ServletResponse res)
-
Constructor Details
-
TestOutputStreamServlet
public TestOutputStreamServlet()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServlet- Throws:
ServletExceptionIOException
-
init
- Specified by:
initin interfaceServlet- Throws:
ServletException
-
getServletConfig
- Specified by:
getServletConfigin interfaceServlet
-
getServletInfo
- Specified by:
getServletInfoin interfaceServlet
-
destroy
public void destroy()
-