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