Interface SpincastUndertowWebsocketEndpointWriter.IWriteExecutor

Enclosing class:
SpincastUndertowWebsocketEndpointWriter

protected static interface SpincastUndertowWebsocketEndpointWriter.IWriteExecutor
Interface to create a write executor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.WebSocketCallback<Void> callback)
     
    void
     
  • Method Details

    • write

      void write(io.undertow.websockets.core.WebSocketChannel channel, io.undertow.websockets.core.WebSocketCallback<Void> callback)
    • writeErrors

      void writeErrors(Set<String> peerIds)