Interface GrizzlyListener

  • All Known Implementing Classes:
    GenericGrizzlyListener, GlassfishNetworkListener, ServiceInitializerListener

    public interface GrizzlyListener

    The GrizzlyServiceListener is responsible of mapping incoming requests to the proper Container or Grizzly extensions. Registered Containers can be notified by Grizzly using three mode:

    • At the transport level: Containers can be notified when TCP, TLS or UDP requests are mapped to them.
    • At the protocol level: Containers can be notified when protocols (ex: SIP, HTTP) requests are mapped to them.
    • At the requests level: Containers can be notified when specific patterns requests are mapped to them.
      Author:
      Jeanfrancois Arcand, Justin Lee