Uses of Interface
io.undertow.server.handlers.sse.ServerSentEventConnectionCallback
-
Packages that use ServerSentEventConnectionCallback Package Description io.undertow io.undertow.server.handlers.sse -
-
Uses of ServerSentEventConnectionCallback in io.undertow
Methods in io.undertow with parameters of type ServerSentEventConnectionCallback Modifier and Type Method Description static ServerSentEventHandler
Handlers. serverSentEvents(ServerSentEventConnectionCallback callback)
A handler for server sent events -
Uses of ServerSentEventConnectionCallback in io.undertow.server.handlers.sse
Constructors in io.undertow.server.handlers.sse with parameters of type ServerSentEventConnectionCallback Constructor Description ServerSentEventHandler(ServerSentEventConnectionCallback callback)
-