Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.util Classes and Interfaces - 69 results found.
NameDescriptionTypePackageFramework
AbstractConstantBase implementation of Constant.Classio.netty.utilNetty
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
AbstractReferenceCountedAbstract base class for classes wants to implement ReferenceCounted.Classio.netty.utilNetty
AbstractScheduledEventExecutorAbstract base class for EventExecutors that want to support scheduling.Classio.netty.util.concurrentNetty
AttributeAn attribute which allows to store a value reference.Interfaceio.netty.utilNetty
AttributeKeyKey which can be used to access Attribute out of the AttributeMap.Classio.netty.utilNetty
AttributeMapHolds Attributes which can be accessed via AttributeKey.Interfaceio.netty.utilNetty
BlockingOperationExceptionAn IllegalStateException which is raised when a user performed a blocking operationwhen the user is in an event loop thread.Classio.netty.util.concurrentNetty
CharsetUtilA utility class that provides various common operations and constantsrelated with Charset and its relevant classes.Classio.netty.utilNetty
CompleteFutureA skeletal Future implementation which represents a Future which has been completed already.Classio.netty.util.concurrentNetty
ConstantA singleton which is safe to compare via the == operator.Interfaceio.netty.utilNetty
ConstantPoolA pool of Constants.Classio.netty.utilNetty
DefaultAttributeMapClassio.netty.utilNetty
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
DomainNameMappingMaps a domain name to its associated value object.Classio.netty.utilNetty
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
HashedWheelTimerA Timer optimized for approximated I/O timeout scheduling.Classio.netty.utilNetty
IllegalReferenceCountExceptionAn IllegalStateException which is raised when a user attempts to access a ReferenceCounted whosereference count has been decreased to 0 (and consequently freed).Classio.netty.utilNetty
ImmediateEventExecutorAbstractEventExecutor which execute tasks in the callers thread.Classio.netty.util.concurrentNetty
ImmediateExecutorExecutor which execute tasks in the callers thread.Classio.netty.util.concurrentNetty
IntObjectHashMapA hash map implementation of IntObjectMap that uses open addressing for keys.Classio.netty.util.collectionNetty
IntObjectMapInterface for a primitive map that uses ints as keys.Interfaceio.netty.util.collectionNetty
IntObjectMap .EntryAn Entry in the map.Interfaceio.netty.util.collection.IntObjectMapNetty
MappingMaintains the mapping from the objects of one type to the objects of the other type.Interfaceio.netty.utilNetty
MultithreadEventExecutorGroupClassio.netty.util.concurrentNetty
NetUtilA class that holds a number of network-related constants.Classio.netty.utilNetty
PausableEventExecutorInterfaceio.netty.util.concurrentNetty
PrimitiveCollectionsUtility methods for primitive collections.Classio.netty.util.collectionNetty
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
RecyclerLight-weight object pool based on a thread-local stack.Classio.netty.utilNetty
ReferenceCountedA reference-counted object that requires explicit deallocation.Interfaceio.netty.utilNetty
ReferenceCountUtilCollection of method to handle objects that may implement ReferenceCounted.Classio.netty.utilNetty
ResourceLeakInterfaceio.netty.utilNetty
ResourceLeakDetectorClassio.netty.utilNetty
ResourceLeakDetector .LevelRepresents the level of resource leak detection.Classio.netty.util.ResourceLeakDetectorNetty
ResourceLeakHintA hint object that provides human-readable message for easier resource leak tracking.Interfaceio.netty.utilNetty
ScheduledFutureThe result of an scheduled asynchronous operation.Interfaceio.netty.util.concurrentNetty
SignalA special Error which is used to signal some state or request by throwing it.Classio.netty.utilNetty
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
ThreadDeathWatcherChecks if a thread is alive periodically and runs a task when a thread dies.Classio.netty.utilNetty
ThreadPerTaskExecutorClassio.netty.util.concurrentNetty
TimeoutInterfaceio.netty.utilNetty
TimerInterfaceio.netty.utilNetty
TimerTaskA task which is executed after the delay specified withTimer.Interfaceio.netty.utilNetty
VersionRetrieves the version information of available Netty artifacts.Classio.netty.utilNetty
WrappedEventExecutorA marker interface indicating that the EventExecutor is a wrapper aroundanother EventExecutor implementation.Interfaceio.netty.util.concurrentNetty