Uses of Interface
com.soklet.SseUnicaster
Packages that use SseUnicaster
-
Uses of SseUnicaster in com.soklet
Methods in com.soklet that return types with arguments of type SseUnicasterModifier and TypeMethodDescriptionSseHandshakeResult.Accepted.getClientInitializer()Returns the client initialization function, if specified, for this accepted Server-Sent Event handshake.Method parameters in com.soklet with type arguments of type SseUnicasterModifier and TypeMethodDescriptionSseHandshakeResult.Accepted.Builder.clientInitializer(@Nullable Consumer<SseUnicaster> 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.