Uses of Class
org.glassfish.sse.api.ServerSentEventHandler.Status
-
Packages that use ServerSentEventHandler.Status Package Description org.glassfish.sse.api -
-
Uses of ServerSentEventHandler.Status in org.glassfish.sse.api
Methods in org.glassfish.sse.api that return ServerSentEventHandler.Status Modifier and Type Method Description ServerSentEventHandler.StatusServerSentEventHandler. onConnecting(jakarta.servlet.http.HttpServletRequest request)A callback to indicate that a client connects to receive Server-Sent Events.static ServerSentEventHandler.StatusServerSentEventHandler.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.
-