Package org.apache.wicket.protocol.ws
Class WebSocketSettings.SameThreadExecutor
- java.lang.Object
-
- org.apache.wicket.protocol.ws.WebSocketSettings.SameThreadExecutor
-
- All Implemented Interfaces:
Executor
- Enclosing class:
- WebSocketSettings
public static class WebSocketSettings.SameThreadExecutor extends Object implements Executor
Simple executor that runs the tasks in the caller thread.
-
-
Constructor Summary
Constructors Constructor Description SameThreadExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(Runnable command)
Runs a simple task that doesn't return a result
-
-
-
Constructor Detail
-
SameThreadExecutor
public SameThreadExecutor()
-
-