Uses of Interface
com.sun.grizzly.cometd.bayeux.Verb

Packages that use Verb
com.sun.grizzly.cometd   
com.sun.grizzly.cometd.bayeux   
 

Uses of Verb in com.sun.grizzly.cometd
 

Methods in com.sun.grizzly.cometd that return Verb
 Verb CometdContext.getVerb()
           
 

Methods in com.sun.grizzly.cometd with parameters of type Verb
static CometdContext BayeuxCometHandler.newCometdContext(CometdRequest req, CometdResponse res, Verb verb)
           
 

Uses of Verb in com.sun.grizzly.cometd.bayeux
 

Classes in com.sun.grizzly.cometd.bayeux that implement Verb
 class Advice
          Bayeux Advise implementation.
 class ConnectRequest
           
 class ConnectResponse
           
 class Data
          Data representation of client/server interaction.
 class DeliverResponse
          Bayeux Deliver Response implementation.
 class DisconnectRequest
           
 class DisconnectResponse
           
 class Ext
          Bayeux extension element.
 class HandshakeRequest
           
 class HandshakeResponse
           
 class Ping
          Reserved Verb not yet implemented.
 class PublishRequest
          Bayeux Publish Request implementation.
 class PublishResponse
          Bayeux Publish Response implementation.
 class ReconnectRequest
           
 class ReconnectResponse
           
 class Status
          Reserved Verb not yet implemented.
 class SubscribeRequest
           
 class SubscribeResponse
           
 class UnsubscribeRequest
          Bayeux Unsubscribe implementation.
 class UnsubscribeResponse
           
 class VerbBase
          Abstract Verb implementation shared by all meta channel verb.
 

Methods in com.sun.grizzly.cometd.bayeux that return types with arguments of type Verb
static List<Verb> VerbUtils.parseRequest(Object verb)
           
static List<Verb> VerbUtils.parseResponse(Object verb)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.