Interface ExtendedWebSocketCallback
-
- All Superinterfaces:
io.undertow.websockets.core.WebSocketCallback<Void>
public interface ExtendedWebSocketCallback extends io.undertow.websockets.core.WebSocketCallback<Void>
An extension ofWebSocketCallbackthat adds a notification for the situation when aWebSocketChannelis closed before any message could be sent to it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclosedBeforeSent(io.undertow.websockets.core.WebSocketChannel channel)
-