| Class | Description |
|---|---|
| AbstractWebActorTest | |
| Cookie |
A HTTP cookie
|
| Cookie.Builder | |
| HttpMessage |
A message sent over an HTTP connection.
|
| HttpRequest |
An HTTP request message.
|
| HttpRequest.Builder | |
| HttpResponse |
An HTTP response message sent as a
response to an HttpRequest. |
| HttpResponse.Builder | |
| HttpStreamOpened |
A message sent to a web actor indicating that a new stream has been opened.
|
| MyWebActor | |
| SSE |
Utility classes for SSE (Server-Sent Events).
|
| WebDataMessage |
A message that can be received from or sent to a web client, and contains only data (and no metadata like headers).
|
| WebMessage |
A message that is received from or can be set to a web client (via HTTP or WebSockets).
|
| WebSocketOpened |
A message sent to a web actor indicating that a new WebSocket has been opened by the client.
|
| WebStreamOpened |
A message sent to a web actor indicating that a new stream has been opened by the client.
|
| Annotation Type | Description |
|---|---|
| WebActor |
A class annotated with this annotation will be automatically loaded by COMSAT and spawned as a web actor.
|
The Web Actors API