Uses of Interface
org.glassfish.grizzly.config.GrizzlyListener
-
Packages that use GrizzlyListener Package Description com.sun.enterprise.v3.services.impl org.glassfish.grizzly.config -
-
Uses of GrizzlyListener in com.sun.enterprise.v3.services.impl
Classes in com.sun.enterprise.v3.services.impl that implement GrizzlyListener Modifier and Type Class Description classGlassfishNetworkListenerclassServiceInitializerListenerThis class extends Grizzly's GrizzlyServiceListener class to customize it for GlassFish and enable a single listener do both lazy service initialization as well as init of HTTP and admin listenersFields in com.sun.enterprise.v3.services.impl declared as GrizzlyListener Modifier and Type Field Description protected GrizzlyListenerGrizzlyProxy. grizzlyListenerMethods in com.sun.enterprise.v3.services.impl that return GrizzlyListener Modifier and Type Method Description protected GrizzlyListenerGrizzlyProxy. createGlassfishListener(NetworkListener networkListener)protected GrizzlyListenerGrizzlyProxy. createGrizzlyListener(NetworkListener networkListener)protected GrizzlyListenerGrizzlyProxy. createServiceInitializerListener(NetworkListener networkListener)GrizzlyListenerGrizzlyProxy. getUnderlyingListener()Constructors in com.sun.enterprise.v3.services.impl with parameters of type GrizzlyListener Constructor Description ContainerMapper(GrizzlyService service, GrizzlyListener grizzlyListener) -
Uses of GrizzlyListener in org.glassfish.grizzly.config
Classes in org.glassfish.grizzly.config that implement GrizzlyListener Modifier and Type Class Description classGenericGrizzlyListenerGenericGrizzlyListenerimplementation, which is not HTTP dependent, and can support any Transport configuration, based onFilterChain.Methods in org.glassfish.grizzly.config that return types with arguments of type GrizzlyListener Modifier and Type Method Description List<GrizzlyListener>GrizzlyConfig. getListeners()
-