Uses of Interface
com.soklet.ServerSentEventUnicaster
Packages that use ServerSentEventUnicaster
-
Uses of ServerSentEventUnicaster in com.soklet
Methods in com.soklet that return types with arguments of type ServerSentEventUnicasterModifier and TypeMethodDescriptionHandshakeResult.Accepted.getClientInitializer()The client initialization function, if specified, for this accepted Server-Sent Event handshake.Method parameters in com.soklet with type arguments of type ServerSentEventUnicasterModifier and TypeMethodDescriptionHandshakeResult.Accepted.Builder.clientInitializer(Consumer<ServerSentEventUnicaster> clientInitializer) Specifies custom "client initializer" function to run immediately after the handshake succeeds - useful for performing "catch-up" logic if the client had provided aLast-Event-IDrequest header.