Class WebSocketAddOn

  • All Implemented Interfaces:
    org.glassfish.grizzly.http.server.AddOn

    public class WebSocketAddOn
    extends java.lang.Object
    implements org.glassfish.grizzly.http.server.AddOn
    WebSockets AddOn for the HttpServer.
    Author:
    Alexey Stashok
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setup​(org.glassfish.grizzly.http.server.NetworkListener networkListener, org.glassfish.grizzly.filterchain.FilterChainBuilder builder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setup

        public void setup​(org.glassfish.grizzly.http.server.NetworkListener networkListener,
                          org.glassfish.grizzly.filterchain.FilterChainBuilder builder)
        Specified by:
        setup in interface org.glassfish.grizzly.http.server.AddOn