Class HttpUpgradeHandlerDelegate
- java.lang.Object
-
- org.forgerock.openig.websocket.grizzly.HttpUpgradeHandlerDelegate
-
- All Implemented Interfaces:
javax.servlet.http.HttpUpgradeHandler
public class HttpUpgradeHandlerDelegate extends Object implements javax.servlet.http.HttpUpgradeHandler
Delegate Servlet HTTP upgrade mechanism, because we can't instantiate the handler ourselves (it needs the Grizzly connection).
-
-
Constructor Summary
Constructors Constructor Description HttpUpgradeHandlerDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
void
init(javax.servlet.http.WebConnection webConnection)
-