Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.util.concurrent Classes and Interfaces - 38 results found.
NameDescriptionTypePackageFramework
AbstractEventExecutorAbstract base class for EventExecutor implementations.Classio.netty.util.concurrentNetty
AbstractEventExecutorGroupAbstract base class for EventExecutorGroup implementations.Classio.netty.util.concurrentNetty
AbstractFutureAbstract Future implementation which does not allow for cancellation.Classio.netty.util.concurrentNetty
AbstractScheduledEventExecutorAbstract base class for EventExecutors that want to support scheduling.Classio.netty.util.concurrentNetty
BlockingOperationExceptionAn IllegalStateException which is raised when a user performed a blocking operationwhen the user is in an event loop thread.Classio.netty.util.concurrentNetty
CompleteFutureA skeletal Future implementation which represents a Future which has been completed already.Classio.netty.util.concurrentNetty
DefaultEventExecutorClassio.netty.util.concurrentNetty
DefaultEventExecutorGroupDefault implementation of MultithreadEventExecutorGroup which will use DefaultEventExecutorinstances to handle the tasks.Classio.netty.util.concurrentNetty
DefaultExecutorServiceFactoryAn implementation of an ExecutorServiceFactory that creates a new ForkJoinPool on eachcall to newExecutorService(int).Classio.netty.util.concurrentNetty
DefaultProgressivePromiseClassio.netty.util.concurrentNetty
DefaultPromiseClassio.netty.util.concurrentNetty
DefaultThreadFactoryA ThreadFactory implementation with a simple naming rule.Classio.netty.util.concurrentNetty
EventExecutorThe EventExecutor is a special EventExecutorGroup which comeswith some handy methods to see if a Thread is executed in a event loop.Interfaceio.netty.util.concurrentNetty
EventExecutorGroupThe EventExecutorGroup is responsible for providing the EventExecutor's to usevia its next() method.Interfaceio.netty.util.concurrentNetty
ExecutorServiceFactoryAn object that creates new ExecutorService on demand.Interfaceio.netty.util.concurrentNetty
FailedFutureThe CompleteFuture which is failed already.Classio.netty.util.concurrentNetty
FastThreadLocalA special variant of ThreadLocal that yields higher access performance when accessed from aFastThreadLocalThread.Classio.netty.util.concurrentNetty
FastThreadLocalAccessNetty's Thread implementations implement this interface to provide fast access to FastThreadLocalSee Also:FastThreadLocalThreadInterfaceio.netty.util.concurrentNetty
FastThreadLocalThreadA special Thread that provides fast access to FastThreadLocal variables.Classio.netty.util.concurrentNetty
FutureThe result of an asynchronous operation.Interfaceio.netty.util.concurrentNetty
FutureListenerA subtype of GenericFutureListener that hides type parameter for convenience.Interfaceio.netty.util.concurrentNetty
GenericFutureListenerListens to the result of a Future.Interfaceio.netty.util.concurrentNetty
GenericProgressiveFutureListenerInterfaceio.netty.util.concurrentNetty
GlobalEventExecutorSingle-thread singleton EventExecutor.Classio.netty.util.concurrentNetty
ImmediateEventExecutorAbstractEventExecutor which execute tasks in the callers thread.Classio.netty.util.concurrentNetty
ImmediateExecutorExecutor which execute tasks in the callers thread.Classio.netty.util.concurrentNetty
MultithreadEventExecutorGroupClassio.netty.util.concurrentNetty
PausableEventExecutorInterfaceio.netty.util.concurrentNetty
ProgressiveFutureA Future which is used to indicate the progress of an operation.Interfaceio.netty.util.concurrentNetty
ProgressivePromiseSpecial ProgressiveFuture which is writable.Interfaceio.netty.util.concurrentNetty
PromiseSpecial Future which is writable.Interfaceio.netty.util.concurrentNetty
PromiseAggregatorGenericFutureListener implementation which consolidates multiple Futuresinto one, by listening to individual Futures and producing an aggregated resultClassio.netty.util.concurrentNetty
PromiseNotifierGenericFutureListener implementation which takes other Futuresand notifies them on completion.Classio.netty.util.concurrentNetty
ScheduledFutureThe result of an scheduled asynchronous operation.Interfaceio.netty.util.concurrentNetty
SingleThreadEventExecutorAbstract base class for EventExecutor's that execute all its submitted tasks in a single thread.Classio.netty.util.concurrentNetty
SucceededFutureThe CompleteFuture which is succeeded already.Classio.netty.util.concurrentNetty
ThreadPerTaskExecutorClassio.netty.util.concurrentNetty
WrappedEventExecutorA marker interface indicating that the EventExecutor is a wrapper aroundanother EventExecutor implementation.Interfaceio.netty.util.concurrentNetty