Uses of Class
com.sun.grizzly.messagesbus.MessagesBus.CometType

Packages that use MessagesBus.CometType
com.sun.grizzly.messagesbus   
 

Uses of MessagesBus.CometType in com.sun.grizzly.messagesbus
 

Methods in com.sun.grizzly.messagesbus that return MessagesBus.CometType
protected  MessagesBus.CometType MessagesBus.suspend(HttpServletRequest req, HttpServletResponse res)
          Suspend the connection if the request contains the GCP suscribe and cometTechnique action.
static MessagesBus.CometType MessagesBus.CometType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MessagesBus.CometType[] MessagesBus.CometType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.sun.grizzly.messagesbus with parameters of type MessagesBus.CometType
MessagesBusCometHandler(CometContext cometContext, MessagesBus.CometType cometType)
          Create a new CometHandler associated with CometContext, supported the MessagesBus#CometType.
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.