Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 9.1 WebSocketCreator + javax.websocket.Endpoint

It surprised me that I could not return a javax.websocket.Endpoint from the WebSocketCreator.createWebSocket method. Where can I plug into Jetty in order to construct and return a custom Endpoint object that will manage my WebSocket interaction?

Thanks,
Brandon

Back to the top