| Interface | Description |
|---|---|
| ServerSentEventHandlerContext<T extends ServerSentEventHandler> |
A context class that gives access to all the active handlers for a
Server-Sent Event path.
|
| Class | Description |
|---|---|
| ServerSentEventConnection |
Represents a Server-Sent Event connection for sending push notifications
|
| ServerSentEventData |
Represents a Server-Sent Event data.
|
| ServerSentEventHandler |
A handler that handles Server-Sent Events.
|
| Enum | Description |
|---|---|
| ServerSentEventHandler.Status |
| Annotation Type | Description |
|---|---|
| ServerSentEvent |
ServerSentEvent indicates a server component that pushes
notifications to clients via a HTTP connection. |
| ServerSentEventContext |
Qualifier for ServerSentEventHandlerContext.
|
Copyright © 2019. All rights reserved.