| Package | Description |
|---|---|
| com.caucho.bam.actor | |
| com.caucho.hmtp |
| Modifier and Type | Interface and Description |
|---|---|
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 |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HmtpClient
HMTP client protocol
|