| Package | Description | 
|---|---|
| com.caucho.amp.actor | |
| com.caucho.amp.impl | |
| com.caucho.amp.mailbox | |
| com.caucho.amp.stream | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AmpActorAn AMP Actor sends and receives messages as the core class in a
 service-oriented architecture. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAmpActorAbstract stream for an actor. | 
| class  | ActorContextImplHandles the context for an actor, primarily including its
 query map. | 
| class  | AmpProxyActorHandles the context for an actor, primarily including its
 query map. | 
| Modifier and Type | Method and Description | 
|---|---|
| AmpStream | ActorContextImpl. getStream() | 
| abstract AmpStream | AmpActorContext. getStream() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | QueueMailboxMailbox for an actor | 
| class  | SimpleAmpMailboxMailbox for an actor | 
| Modifier and Type | Method and Description | 
|---|---|
| AmpStream | SimpleAmpMailbox. getActorStream()Returns the delegated actor stream for the actor itself. | 
| AmpStream | QueueMailbox. getActorStream()Returns the delegated actor stream for the actor itself. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AmpMailboxMailbox for an actor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAmpMailboxMailbox for an actor | 
| Modifier and Type | Method and Description | 
|---|---|
| AmpStream | AmpMailbox. getActorStream()Returns the delegated actor stream for the actor itself. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAmpStreamPrimary stream handling all message packets. |