public interface  org.glassfish.grizzly.IOStrategy extends java.lang.Object implements org.glassfish.grizzly.strategies.WorkerThreadPoolConfigProducer
{
public abstract boolean executeIoEvent(org.glassfish.grizzly.Connection, org.glassfish.grizzly.IOEvent) throws java.io.IOException;
public abstract boolean executeIoEvent(org.glassfish.grizzly.Connection, org.glassfish.grizzly.IOEvent, boolean) throws java.io.IOException;
public abstract java.util.concurrent.Executor getThreadPoolFor(org.glassfish.grizzly.Connection, org.glassfish.grizzly.IOEvent);
}