Uses of Interface
org.spincast.plugins.undertow.ClosedEventSentCallback
-
Uses of ClosedEventSentCallback in org.spincast.plugins.undertow
Modifier and TypeMethodDescriptionvoid
SpincastUndertowWebsocketEndpointWriter.sendClosingConnection
(int closingCode, String closingReason, Set<String> peerIds, ClosedEventSentCallback callback) void
UndertowWebsocketEndpointWriter.sendClosingConnection
(int closingCode, String closingReason, Set<String> peerIds, ClosedEventSentCallback callback) Sends a "closing connection" message to specified peers.