Uses of Class
com.soklet.SseHandshakeResult.Accepted
Packages that use SseHandshakeResult.Accepted
-
Uses of SseHandshakeResult.Accepted in com.soklet
Methods in com.soklet that return SseHandshakeResult.AcceptedModifier and TypeMethodDescriptionSseHandshakeResult.accept()Vends an instance that indicates a successful handshake, with no additional information provided.SseHandshakeResult.acceptWithClientContext(@Nullable Object clientContext) Vends an instance that indicates a successful handshake with a custom client context.SseHandshakeResult.Accepted.Builder.build()SseRequestResult.HandshakeAccepted.getSseHandshakeResult()Gets the data provided when the handshake was accepted by theSseEventSource-annotated Resource Method.