javaee / grizzly

Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
https://javaee.github.io/grizzly/
Other
222 stars 60 forks source link

SimpleWebSocket.setBroadcaster is protected #1990

Closed cm-perrs closed 6 years ago

cm-perrs commented 6 years ago

SimpleWebSocket.setBroadcaster and corresponding getter is protected and therefore not available as API. I believe the intent is to make these methods public API so the OptimizedBroadcaster can be set.

glassfishrobot commented 6 years ago

Closing this as this issue is migrated to https://github.com/eclipse-ee4j/grizzly/issues/1990