| Method and Description |
|---|
| org.glassfish.grizzly.websockets.WebSocketApplication.createSocket(ProtocolHandler, WebSocketListener...) |
| 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.websockets.WebSocketEngine.register(WebSocketApplication) |
Copyright © 2017 Oracle Corporation. All Rights Reserved.