| Package | Description |
|---|---|
| org.glassfish.sse.api |
| Modifier and Type | Method and Description |
|---|---|
ServerSentEventHandler.Status |
ServerSentEventHandler.onConnecting(javax.servlet.http.HttpServletRequest request)
A callback to indicate that a client connects to receive Server-Sent Events.
|
static ServerSentEventHandler.Status |
ServerSentEventHandler.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerSentEventHandler.Status[] |
ServerSentEventHandler.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.