Uses of Interface
org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter.IWriteExecutor
Packages that use SpincastUndertowWebsocketEndpointWriter.IWriteExecutor
-
Uses of SpincastUndertowWebsocketEndpointWriter.IWriteExecutor in org.spincast.plugins.undertow
Methods in org.spincast.plugins.undertow with parameters of type SpincastUndertowWebsocketEndpointWriter.IWriteExecutorModifier 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.