public interface ExtendedWebSocketCallback extends io.undertow.websockets.core.WebSocketCallback<Void>
WebSocketCallback that adds a notification for the situation when a WebSocketChannel
is closed before any message could be sent to it.| Modifier and Type | Method and Description |
|---|---|
void |
closedBeforeSent(io.undertow.websockets.core.WebSocketChannel channel) |
Apache Camel