A C D E F G H I J L M N O R S T U V W Z 

A

AbstractInternalLogger - Class in io.netty.logging
A skeletal implementation of InternalLogger.
AbstractInternalLogger() - Constructor for class io.netty.logging.AbstractInternalLogger
Creates a new instance.
attr(AttributeKey<T>) - Method in interface io.netty.util.AttributeMap
 
attr(AttributeKey<T>) - Method in class io.netty.util.DefaultAttributeMap
 
Attribute<T> - Interface in io.netty.util
 
AttributeKey<T> - Class in io.netty.util
 
AttributeKey(String) - Constructor for class io.netty.util.AttributeKey
 
AttributeMap - Interface in io.netty.util
 
avail_in - Variable in class io.netty.util.internal.jzlib.ZStream
 
avail_out - Variable in class io.netty.util.internal.jzlib.ZStream
 

C

cancel() - Method in interface io.netty.util.Timeout
Attempts to cancel the TimerTask associated with this handle.
CharsetUtil - Class in io.netty.util
A utility class that provides various common operations and constants related with Charset and its relevant classes.
CommonsLoggerFactory - Class in io.netty.logging
Logger factory which creates an Apache Commons Logging logger.
CommonsLoggerFactory() - Constructor for class io.netty.logging.CommonsLoggerFactory
 
compareAndSet(T, T) - Method in interface io.netty.util.Attribute
 
compareTo(UniqueName) - Method in class io.netty.util.UniqueName
 

D

debug(String) - Method in interface io.netty.logging.InternalLogger
Logs a DEBUG level message.
debug(String, Throwable) - Method in interface io.netty.logging.InternalLogger
Logs a DEBUG level message.
decrease() - Method in class io.netty.util.internal.SharedResourceMisuseDetector
 
DefaultAttributeMap - Class in io.netty.util
 
DefaultAttributeMap() - Constructor for class io.netty.util.DefaultAttributeMap
 
deflate(int) - Method in class io.netty.util.internal.jzlib.ZStream
 
deflateEnd() - Method in class io.netty.util.internal.jzlib.ZStream
 
deflateInit(int) - Method in class io.netty.util.internal.jzlib.ZStream
 
deflateInit(int, Enum<?>) - Method in class io.netty.util.internal.jzlib.ZStream
 
deflateInit(int, int) - Method in class io.netty.util.internal.jzlib.ZStream
 
deflateInit(int, int, Enum<?>) - Method in class io.netty.util.internal.jzlib.ZStream
 
deflateInit(int, int, int, Enum) - Method in class io.netty.util.internal.jzlib.ZStream
 
deflateParams(int, int) - Method in class io.netty.util.internal.jzlib.ZStream
 
deflateSetDictionary(byte[], int) - Method in class io.netty.util.internal.jzlib.ZStream
 
destroy() - Method in class io.netty.logging.OsgiLoggerFactory
 
DetectionUtil - Class in io.netty.util.internal
Utility that detects various properties specific to the current runtime environment, such as Java version and the availability of the sun.misc.Unsafe object.

E

equals(Object) - Method in class io.netty.util.UniqueName
 
error(String) - Method in interface io.netty.logging.InternalLogger
Logs an ERROR level message.
error(String, Throwable) - Method in interface io.netty.logging.InternalLogger
Logs an ERROR level message.
expect(Signal) - Method in error io.netty.util.internal.Signal
 

F

fillInStackTrace() - Method in error io.netty.util.internal.Signal
 
free() - Method in class io.netty.util.internal.jzlib.ZStream
 

G

get() - Method in interface io.netty.util.Attribute
 
getAndSet(T) - Method in interface io.netty.util.Attribute
 
getDecoder(Charset) - Static method in class io.netty.util.CharsetUtil
Returns a cached thread-local CharsetDecoder for the specified charset.
getDefaultFactory() - Static method in class io.netty.logging.InternalLoggerFactory
Returns the default factory.
getEncoder(Charset) - Static method in class io.netty.util.CharsetUtil
Returns a cached thread-local CharsetEncoder for the specified charset.
getFallback() - Method in class io.netty.logging.OsgiLoggerFactory
 
getInstance(Class<?>) - Static method in class io.netty.logging.InternalLoggerFactory
Creates a new logger instance with the name of the specified class.
getInstance(String) - Static method in class io.netty.logging.InternalLoggerFactory
Creates a new logger instance with the specified name.
getLogService() - Method in class io.netty.logging.OsgiLoggerFactory
 
getTask() - Method in interface io.netty.util.Timeout
Returns the TimerTask which is associated with this handle.
getTimer() - Method in interface io.netty.util.Timeout
Returns the Timer that created this handle.

H

hashCode() - Method in class io.netty.util.UniqueName
 
HashedWheelTimer - Class in io.netty.util
A Timer optimized for approximated I/O timeout scheduling.
HashedWheelTimer() - Constructor for class io.netty.util.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()), default tick duration, and default number of ticks per wheel.
HashedWheelTimer(long, TimeUnit) - Constructor for class io.netty.util.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()) and default number of ticks per wheel.
HashedWheelTimer(long, TimeUnit, int) - Constructor for class io.netty.util.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()).
HashedWheelTimer(ThreadFactory) - Constructor for class io.netty.util.HashedWheelTimer
Creates a new timer with the default tick duration and default number of ticks per wheel.
HashedWheelTimer(ThreadFactory, long, TimeUnit) - Constructor for class io.netty.util.HashedWheelTimer
Creates a new timer with the default number of ticks per wheel.
HashedWheelTimer(ThreadFactory, long, TimeUnit, int) - Constructor for class io.netty.util.HashedWheelTimer
Creates a new timer.
hasUnsafe() - Static method in class io.netty.util.internal.DetectionUtil
 

I

id() - Method in class io.netty.util.UniqueName
Returns this UniqueName's ID
increase() - Method in class io.netty.util.internal.SharedResourceMisuseDetector
 
inflate(int) - Method in class io.netty.util.internal.jzlib.ZStream
 
inflateEnd() - Method in class io.netty.util.internal.jzlib.ZStream
 
inflateInit() - Method in class io.netty.util.internal.jzlib.ZStream
 
inflateInit(Enum<?>) - Method in class io.netty.util.internal.jzlib.ZStream
 
inflateInit(int) - Method in class io.netty.util.internal.jzlib.ZStream
 
inflateInit(int, Enum) - Method in class io.netty.util.internal.jzlib.ZStream
 
inflateSetDictionary(byte[], int) - Method in class io.netty.util.internal.jzlib.ZStream
 
inflateSync() - Method in class io.netty.util.internal.jzlib.ZStream
 
info(String) - Method in interface io.netty.logging.InternalLogger
Logs an INFO level message.
info(String, Throwable) - Method in interface io.netty.logging.InternalLogger
Logs an INFO level message.
initCause(Throwable) - Method in error io.netty.util.internal.Signal
 
InternalLogger - Interface in io.netty.logging
Internal-use-only logger used by Netty.
InternalLoggerFactory - Class in io.netty.logging
Creates an InternalLogger or changes the default factory implementation.
InternalLoggerFactory() - Constructor for class io.netty.logging.InternalLoggerFactory
 
InternalLogLevel - Enum in io.netty.logging
The log level that InternalLogger can log at.
io.netty.logging - package io.netty.logging
Simplistic internal-use-only logging layer which allows a user to decide what logging framework Netty should use.
io.netty.util - package io.netty.util
Utility classes used across multiple packages.
io.netty.util.internal - package io.netty.util.internal
Internal-use-only utilities which is not allowed to be used outside Netty.
io.netty.util.internal.jzlib - package io.netty.util.internal.jzlib
Internal-use-only utilities which is not allowed to be used outside Netty.
isCancelled() - Method in interface io.netty.util.Timeout
Returns true if and only if the TimerTask associated with this handle has been cancelled.
isDebugEnabled() - Method in interface io.netty.logging.InternalLogger
Returns true if a DEBUG level message is logged.
isEnabled(InternalLogLevel) - Method in class io.netty.logging.AbstractInternalLogger
 
isEnabled(InternalLogLevel) - Method in interface io.netty.logging.InternalLogger
Returns true if the specified log level message is logged.
isErrorEnabled() - Method in interface io.netty.logging.InternalLogger
Returns true if an ERROR level message is logged.
isExpired() - Method in interface io.netty.util.Timeout
Returns true if and only if the TimerTask associated with this handle has been expired.
isInfoEnabled() - Method in interface io.netty.logging.InternalLogger
Returns true if an INFO level message is logged.
ISO_8859_1 - Static variable in class io.netty.util.CharsetUtil
ISO Latin Alphabet No. 1, as known as ISO-LATIN-1
isTraceEnabled() - Method in interface io.netty.logging.InternalLogger
Returns true if a TRACE level message is logged.
isWarnEnabled() - Method in interface io.netty.logging.InternalLogger
Returns true if a WARN level message is logged.
isWindows() - Static method in class io.netty.util.internal.DetectionUtil
Return true if the JVM is running on Windows

J

javaVersion() - Static method in class io.netty.util.internal.DetectionUtil
 
JBossLoggerFactory - Class in io.netty.logging
Logger factory which creates a JBoss Logging logger.
JBossLoggerFactory() - Constructor for class io.netty.logging.JBossLoggerFactory
 
JdkLoggerFactory - Class in io.netty.logging
Logger factory which creates a java.util.logging logger.
JdkLoggerFactory() - Constructor for class io.netty.logging.JdkLoggerFactory
 
JZlib - Class in io.netty.util.internal.jzlib
 

L

LOCALHOST - Static variable in class io.netty.util.NetworkConstants
The InetAddress representing the host machine We cache this because some machines take almost forever to return from InetAddress.getLocalHost().
log(InternalLogLevel, String, Throwable) - Method in class io.netty.logging.AbstractInternalLogger
 
log(InternalLogLevel, String) - Method in class io.netty.logging.AbstractInternalLogger
 
log(InternalLogLevel, String) - Method in interface io.netty.logging.InternalLogger
Logs a message.
log(InternalLogLevel, String, Throwable) - Method in interface io.netty.logging.InternalLogger
Logs a message.
Log4JLoggerFactory - Class in io.netty.logging
Logger factory which creates an Apache Log4J logger.
Log4JLoggerFactory() - Constructor for class io.netty.logging.Log4JLoggerFactory
 
LOOPBACK_IF - Static variable in class io.netty.util.NetworkConstants
The loopback NetworkInterface on the current machine

M

msg - Variable in class io.netty.util.internal.jzlib.ZStream
 

N

name() - Method in class io.netty.util.UniqueName
Returns this UniqueName's name
NetworkConstants - Class in io.netty.util
A class that holds a number of network-related constants.
newInstance(String) - Method in class io.netty.logging.CommonsLoggerFactory
 
newInstance(String) - Method in class io.netty.logging.InternalLoggerFactory
Creates a new logger instance with the specified name.
newInstance(String) - Method in class io.netty.logging.JBossLoggerFactory
 
newInstance(String) - Method in class io.netty.logging.JdkLoggerFactory
 
newInstance(String) - Method in class io.netty.logging.Log4JLoggerFactory
 
newInstance(String) - Method in class io.netty.logging.OsgiLoggerFactory
 
newInstance(String) - Method in class io.netty.logging.Slf4JLoggerFactory
 
NEWLINE - Static variable in class io.netty.util.internal.StringUtil
 
newTimeout(TimerTask, long, TimeUnit) - Method in class io.netty.util.HashedWheelTimer
 
newTimeout(TimerTask, long, TimeUnit) - Method in interface io.netty.util.Timer
Schedules the specified TimerTask for one-time execution after the specified delay.
next_in - Variable in class io.netty.util.internal.jzlib.ZStream
 
next_in_index - Variable in class io.netty.util.internal.jzlib.ZStream
 
next_out - Variable in class io.netty.util.internal.jzlib.ZStream
 
next_out_index - Variable in class io.netty.util.internal.jzlib.ZStream
 

O

OsgiLoggerFactory - Class in io.netty.logging
Logger factory which creates an OSGi LogService logger.
OsgiLoggerFactory(BundleContext) - Constructor for class io.netty.logging.OsgiLoggerFactory
 
OsgiLoggerFactory(BundleContext, InternalLoggerFactory) - Constructor for class io.netty.logging.OsgiLoggerFactory
 

R

remove() - Method in interface io.netty.util.Attribute
 
run(Timeout) - Method in interface io.netty.util.TimerTask
Executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).

S

set(T) - Method in interface io.netty.util.Attribute
 
setDefaultFactory(InternalLoggerFactory) - Static method in class io.netty.logging.InternalLoggerFactory
Changes the default factory.
setIfAbsent(T) - Method in interface io.netty.util.Attribute
 
SharedResourceMisuseDetector - Class in io.netty.util.internal
Warn when user creates too many instances to avoid OutOfMemoryError.
SharedResourceMisuseDetector(Class<?>) - Constructor for class io.netty.util.internal.SharedResourceMisuseDetector
 
Signal - Error in io.netty.util.internal
 
Signal(String) - Constructor for error io.netty.util.internal.Signal
 
Slf4JLoggerFactory - Class in io.netty.logging
Logger factory which creates a SLF4J logger.
Slf4JLoggerFactory() - Constructor for class io.netty.logging.Slf4JLoggerFactory
 
SOMAXCONN - Static variable in class io.netty.util.NetworkConstants
The SOMAXCONN value of the current machine.
start() - Method in class io.netty.util.HashedWheelTimer
Starts the background thread explicitly.
stop() - Method in class io.netty.util.HashedWheelTimer
 
stop() - Method in interface io.netty.util.Timer
Releases all resources acquired by this Timer and cancels all tasks which were scheduled but not executed yet.
StringUtil - Class in io.netty.util.internal
String utility class.

T

Timeout - Interface in io.netty.util
A handle associated with a TimerTask that is returned by a Timer.
Timer - Interface in io.netty.util
Schedules TimerTasks for one-time future execution in a background thread.
TimerTask - Interface in io.netty.util
A task which is executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).
toString() - Method in error io.netty.util.internal.Signal
 
toString() - Method in class io.netty.util.UniqueName
 
total_in - Variable in class io.netty.util.internal.jzlib.ZStream
 
total_out - Variable in class io.netty.util.internal.jzlib.ZStream
 
trace(String) - Method in interface io.netty.logging.InternalLogger
Logs a TRACE level message.
trace(String, Throwable) - Method in interface io.netty.logging.InternalLogger
Logs a TRACE level message.

U

UniqueName - Class in io.netty.util
Defines a name that must be unique in the map that is provided during construction.
UniqueName(ConcurrentMap<String, Boolean>, String, Object...) - Constructor for class io.netty.util.UniqueName
Constructs a new UniqueName
US_ASCII - Static variable in class io.netty.util.CharsetUtil
7-bit ASCII, as known as ISO646-US or the Basic Latin block of the Unicode character set
UTF_16 - Static variable in class io.netty.util.CharsetUtil
16-bit UTF (UCS Transformation Format) whose byte order is identified by an optional byte-order mark
UTF_16BE - Static variable in class io.netty.util.CharsetUtil
16-bit UTF (UCS Transformation Format) whose byte order is big-endian
UTF_16LE - Static variable in class io.netty.util.CharsetUtil
16-bit UTF (UCS Transformation Format) whose byte order is little-endian
UTF_8 - Static variable in class io.netty.util.CharsetUtil
8-bit UTF (UCS Transformation Format)

V

validateArgs(Object...) - Method in class io.netty.util.UniqueName
Validates the given arguments.
valueOf(String) - Static method in enum io.netty.logging.InternalLogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.netty.logging.InternalLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

W_GZIP - Static variable in class io.netty.util.internal.jzlib.JZlib
 
W_NONE - Static variable in class io.netty.util.internal.jzlib.JZlib
 
W_ZLIB - Static variable in class io.netty.util.internal.jzlib.JZlib
 
W_ZLIB_OR_NONE - Static variable in class io.netty.util.internal.jzlib.JZlib
 
warn(String) - Method in interface io.netty.logging.InternalLogger
Logs a WARN level message.
warn(String, Throwable) - Method in interface io.netty.logging.InternalLogger
Logs a WARN level message.

Z

Z_BEST_COMPRESSION - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_BEST_SPEED - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_BUF_ERROR - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_DATA_ERROR - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_DEFAULT_COMPRESSION - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_DEFAULT_STRATEGY - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_ERRNO - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_FILTERED - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_FINISH - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_FULL_FLUSH - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_HUFFMAN_ONLY - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_MEM_ERROR - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_NEED_DICT - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_NO_COMPRESSION - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_NO_FLUSH - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_OK - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_PARTIAL_FLUSH - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_STREAM_END - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_STREAM_ERROR - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_SYNC_FLUSH - Static variable in class io.netty.util.internal.jzlib.JZlib
 
Z_VERSION_ERROR - Static variable in class io.netty.util.internal.jzlib.JZlib
 
ZStream - Class in io.netty.util.internal.jzlib
 
ZStream() - Constructor for class io.netty.util.internal.jzlib.ZStream
 
A C D E F G H I J L M N O R S T U V W Z 

Copyright © 2008-2012 The Netty Project. All Rights Reserved.