Package org.spincast.plugins.undertow
Interface SpincastUndertowWebsocketEndpointWriter.IWriteExecutor
- Enclosing class:
- SpincastUndertowWebsocketEndpointWriter
protected static interface SpincastUndertowWebsocketEndpointWriter.IWriteExecutor
Interface to create a write executor.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.WebSocketCallback<Void> callback) void
writeErrors
(Set<String> peerIds)
-
Method Details
-
write
void write(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.WebSocketCallback<Void> callback) -
writeErrors
-