Package io.undertow.server
Interface ResponseCommitListener
- All Known Implementing Classes:
SecureCookieCommitListener
public interface ResponseCommitListener
Callback that is invoked just before the response is commit
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionvoid
beforeCommit
(HttpServerExchange exchange) Invoked before the first bytes of the response are sent to the client
-
Method Details
-
beforeCommit
Invoked before the first bytes of the response are sent to the client- Parameters:
exchange
- The server exchange
-