Class NewThreadExecutor

java.lang.Object
org.apache.mina.util.NewThreadExecutor
All Implemented Interfaces:
Executor

public class NewThreadExecutor extends Object implements Executor
An Executor that just launches in a new thread.
  • Constructor Details

    • NewThreadExecutor

      public NewThreadExecutor()
  • Method Details