Uses of Interface
com.caucho.bam.query.QuerySender

Packages that use QuerySender
com.caucho.bam.actor   
com.caucho.hmtp   
 

Uses of QuerySender in com.caucho.bam.actor
 

Subinterfaces of QuerySender in com.caucho.bam.actor
 interface ActorSender
          ActorSender is a convenience API for sending messages to other Actors, which always using the actor's address as the "from" parameter and manages query ids.
 interface RemoteActorSender
           
 

Classes in com.caucho.bam.actor that implement QuerySender
 class AbstractActorSender
          ActorSender is a convenience API for sending messages to other Actors, which always using the actor's address as the "from" parameter and manages query ids.
 class LocalActorSender
          ActorClient is a convenience API for sending messages to other Actors, which always using the actor's address as the "from" parameter.
 class SimpleActorSender
          ActorClient is a convenience API for sending messages to other Actors, which always using the actor's address as the "from" parameter.
 

Uses of QuerySender in com.caucho.hmtp
 

Classes in com.caucho.hmtp that implement QuerySender
 class HmtpClient
          HMTP client protocol