Uses of Class
org.glassfish.grizzly.comet.CometContext
Packages that use CometContext
-
Uses of CometContext in org.glassfish.grizzly.comet
Fields in org.glassfish.grizzly.comet with type parameters of type CometContextModifier and TypeFieldDescriptionprotected final Map<String,CometContext> CometEngine.activeContextsThe current activeCometContextkeyed by context path.protected final CometEvent<CometContext>CometContext.eventInterruptprotected final CometEvent<CometContext>CometContext.eventTerminateMethods in org.glassfish.grizzly.comet that return CometContextModifier and TypeMethodDescriptionCometEngine.deregister(String topic) Deregister theCometHandlerto the list of theCometContext.<E> CometContext<E>CometEngine.getCometContext(String topic) Return theCometContextassociated with the topic.CometEvent.getCometContext()Return theCometContextthat fired this event.CometHandler.getCometContext()DefaultCometHandler.getCometContext()<E> CometContext<E>Register a context path with thisCometEngine.<E> CometContext<E>Deprecated.<E> CometContext<E>CometEngine.register(String topic, Class<? extends NotificationHandler> notificationClass) Instantiate a newCometContext.CometEngine.unregister(String topic) Deprecated.Methods in org.glassfish.grizzly.comet with parameters of type CometContextModifier and TypeMethodDescriptionprotected voidCometEvent.setCometContext(CometContext cometContext) Set theCometContextthat fired this event.voidCometHandler.setCometContext(CometContext<E> context) voidDefaultCometHandler.setCometContext(CometContext<E> cometContext) Constructors in org.glassfish.grizzly.comet with parameters of type CometContextModifierConstructorDescriptionCometEvent(CometEvent.Type type, CometContext context) CometEvent(CometEvent.Type type, CometContext cometContext, E attachment) DefaultCometHandler(CometContext<E> cometContext, org.glassfish.grizzly.http.server.Response response) -
Uses of CometContext in org.glassfish.grizzly.comet.concurrent
Methods in org.glassfish.grizzly.comet.concurrent that return CometContextMethods in org.glassfish.grizzly.comet.concurrent with parameters of type CometContextModifier and TypeMethodDescriptionvoidDefaultConcurrentCometHandler.setCometContext(CometContext<E> context) Constructors in org.glassfish.grizzly.comet.concurrent with parameters of type CometContextModifierConstructorDescriptionDefaultConcurrentCometHandler(CometContext<E> context, org.glassfish.grizzly.http.server.Response response)
CometEngine.register(String)instead