public static class WebSocketSettings.WebSocketPushMessageExecutor extends Object implements Executor
Constructor and Description |
---|
WebSocketPushMessageExecutor()
For non-http worker threads pushes the WebSocket runnable in the same request.
|
WebSocketPushMessageExecutor(Executor nonHttpRequestExecutor,
Executor httpRequestExecutor) |
Modifier and Type | Method and Description |
---|---|
void |
run(Runnable command)
Runs a simple task that doesn't return a result
|
public WebSocketPushMessageExecutor()
WebSocketPushMessageExecutor#WebSocketPushMessageExecutor(java.util.concurrent.Executor, java.util.concurrent.Executor)
for custom behavior and/or settingspublic void run(Runnable command)
Executor
run
in interface Executor
Thread.run()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.