Uses of Class
org.mortbay.cometd.ClientImpl

Packages that use ClientImpl
org.mortbay.cometd   
 

Uses of ClientImpl in org.mortbay.cometd
 

Methods in org.mortbay.cometd that return ClientImpl
abstract  ClientImpl AbstractBayeux.newRemoteClient()
           
 

Methods in org.mortbay.cometd with parameters of type ClientImpl
 String AbstractBayeux.handle(ClientImpl client, Transport transport, Map<String,Object> message)
          Handle a Bayeux message.
 Transport AbstractBayeux.newTransport(ClientImpl client, Map message)
          Create new transport object for a bayeux message
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.