Uses of Interface
org.spincast.plugins.undertow.ClosedEventSentCallback
Packages that use ClosedEventSentCallback
-
Uses of ClosedEventSentCallback in org.spincast.plugins.undertow
Methods in org.spincast.plugins.undertow with parameters of type ClosedEventSentCallbackModifier 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.