Package jakarta.servlet.http
Interface HttpUpgradeHandler
public interface HttpUpgradeHandler
This interface encapsulates the upgrade protocol processing. A HttpUpgradeHandler implementation would allow the
servlet container to communicate with it.
- Since:
- Servlet 3.1
-
Method Summary
Modifier and Type Method Description voiddestroy()It is called when the client is disconnected.voidinit(WebConnection wc)It is called once the HTTP Upgrade process has been completed and the upgraded connection is ready to start using the new protocol.