Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.strategies |
Class and Description |
---|
WorkerThreadPoolConfigProducer
Strategy implementations may implement this interface to signify they have
certain thread pool configuration requirements that could be used when
building the runtime.
|
Class and Description |
---|
AbstractIOStrategy |
LeaderFollowerNIOStrategy
IOStrategy , which executes Processor s in a current threads, and
resumes selector thread logic in separate thread. |
SameThreadIOStrategy
IOStrategy , which executes Processor s in a current thread. |
SimpleDynamicNIOStrategy
Simple dynamic strategy, which switches I/O processing strategies, basing
on statistics.
|
WorkerThreadIOStrategy
IOStrategy , which executes Processor s in worker thread. |
WorkerThreadPoolConfigProducer
Strategy implementations may implement this interface to signify they have
certain thread pool configuration requirements that could be used when
building the runtime.
|
Copyright © 2014 Oracle Corporation. All rights reserved.