Uses of Class
org.glassfish.sse.api.ServerSentEventConnection
-
Packages that use ServerSentEventConnection Package Description org.glassfish.sse.api -
-
Uses of ServerSentEventConnection in org.glassfish.sse.api
Fields in org.glassfish.sse.api declared as ServerSentEventConnection Modifier and Type Field Description protected ServerSentEventConnectionServerSentEventHandler. connectionMethods in org.glassfish.sse.api with parameters of type ServerSentEventConnection Modifier and Type Method Description voidServerSentEventHandler. onConnected(ServerSentEventConnection connection)A callback to indicate that a client connects to receive Server-Sent Events.
-