Uses of Class
com.caucho.bam.packet.Packet

Packages that use Packet
com.caucho.bam.mailbox   
com.caucho.bam.packet   
 

Uses of Packet in com.caucho.bam.mailbox
 

Methods in com.caucho.bam.mailbox that return types with arguments of type Packet
protected  ActorProcessor<Packet> MultiworkerMailbox.createProcessor()
           
 

Methods in com.caucho.bam.mailbox with parameters of type Packet
protected  void MultiworkerMailbox.enqueue(Packet packet)
           
 

Constructor parameters in com.caucho.bam.mailbox with type arguments of type Packet
MailboxQueue2(int capacity, ActorProcessor<Packet> processor)
           
 

Uses of Packet in com.caucho.bam.packet
 

Subclasses of Packet in com.caucho.bam.packet
 class Message
          Unidirectional message with a value.
 class MessageError
          Unidirectional message with an error
 class Query
          RPC call requesting information/data.
 class QueryError
          RPC error result from a get or set.
 class QueryResult
          RPC result from a get or set.