| Method and Description |
|---|
| org.glassfish.grizzly.websockets.WebSocketApplication.createSocket(ProtocolHandler, WebSocketListener...) |
| org.glassfish.grizzly.comet.CometContext.getContextPath()
- use getTopic.
|
| org.glassfish.grizzly.comet.CometEngine.interrupt(CometHandler, boolean)
use the CometContext version
|
| org.glassfish.grizzly.comet.CometEngine.interrupt0(CometHandler, boolean)
use the CometContext version
|
| org.glassfish.grizzly.websockets.WebSocketApplication.isApplicationRequest(HttpRequestPacket)
URI mapping shouldn't be intrinsic to the application.
WebSocketApplications should be registered using
WebSocketEngine.register(String, String, WebSocketApplication)
using standard Servlet url-pattern rules. |
| org.glassfish.grizzly.comet.CometEngine.register(String, int)
Use
CometEngine.register(String) instead |
| org.glassfish.grizzly.websockets.WebSocketEngine.register(WebSocketApplication) |
| org.glassfish.grizzly.comet.CometEngine.unregister(String) |
Copyright © 2018 Oracle Corporation. All Rights Reserved.