Uses of Interface
org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter.IWriteExecutor
-
Uses of SpincastUndertowWebsocketEndpointWriter.IWriteExecutor in org.spincast.plugins.undertow
Modifier and TypeMethodDescriptionvoid
SpincastUndertowWebsocketEndpointWriter.write
(Set<String> peerIds, SpincastUndertowWebsocketEndpointWriter.IWriteExecutor executor) Calls the executor's write(...) method for each peers and, when all asynchrounous calls are done, calls its writeErrors(...) with the ids of the peers for which the write failed with an IOException.