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

A

AbstractInternalLogger - Class in io.netty.util.internal
A skeletal implementation of InternalLogger.
AbstractInternalLogger(String) - Constructor for class io.netty.util.internal.AbstractInternalLogger
Creates a new instance.
attr(AttributeKey<T>) - Method in interface io.netty.util.AttributeMap
Get the Attribute for the given AttributeKey.
attr(AttributeKey<T>) - Method in class io.netty.util.DefaultAttributeMap
 
Attribute<T> - Interface in io.netty.util
An attribute which allows to store an value reference.
AttributeKey<T> - Class in io.netty.util
Key which can be used to access Attribute out of the AttributeMap.
AttributeKey(String) - Constructor for class io.netty.util.AttributeKey
Create a new instance
AttributeMap - Interface in io.netty.util
Holds Attributes which can be accessed via AttributeKey.
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.
canEnableTcpNoDelayByDefault() - Static method in class io.netty.util.internal.PlatformDependent
Returns true if and only if it is fine to enable TCP_NODELAY socket option by default.
canFreeDirectBuffer() - Static method in class io.netty.util.internal.PlatformDependent
Return true if direct buffers can be freed using an optimized way and so memory footprint will be very small.
CharsetUtil - Class in io.netty.util
A utility class that provides various common operations and constants related with Charset and its relevant classes.
close() - Method in interface io.netty.util.ResourceLeak
Close the leak so that ResourceLeakDetector does not warn about leaked resources.
CommonsLoggerFactory - Class in io.netty.util.internal
Logger factory which creates an Apache Commons Logging logger.
CommonsLoggerFactory() - Constructor for class io.netty.util.internal.CommonsLoggerFactory
 
compareAndSet(T, T) - Method in interface io.netty.util.Attribute
Atomically sets the value to the given updated value if the current value == the expected value.
compareTo(UniqueName) - Method in class io.netty.util.UniqueName
 
contains(String) - Static method in class io.netty.util.internal.SystemPropertyUtil
Returns true if and only if the system property with the specified key exists.
copyMemory(long, long, long) - Static method in class io.netty.util.internal.PlatformDependent
 
copyMemory(byte[], int, long, long) - Static method in class io.netty.util.internal.PlatformDependent
 
copyMemory(long, byte[], int, long) - Static method in class io.netty.util.internal.PlatformDependent
 
createByteArrayFromIpAddressString(String) - Static method in class io.netty.util.NetUtil
Creates an byte[] based on an ipAddressString.

D

debug(String) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the DEBUG level.
debug(String, Object) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the DEBUG level according to the specified format and argument.
debug(String, Object, Object) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Object...) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Throwable) - Method in interface io.netty.util.internal.InternalLogger
Log an exception (throwable) at the DEBUG level with an accompanying message.
DefaultAttributeMap - Class in io.netty.util
Default AttributeMap implementation which use simple synchronization to keep the memory overhead as low as possible.
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
 
directBufferAddress(ByteBuffer) - Static method in class io.netty.util.internal.PlatformDependent
 

E

equals(Object) - Method in exception io.netty.util.ResourceLeakException
 
equals(Object) - Method in class io.netty.util.UniqueName
 
error(String) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the ERROR level.
error(String, Object) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the ERROR level according to the specified format and argument.
error(String, Object, Object) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Object...) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Throwable) - Method in interface io.netty.util.internal.InternalLogger
Log an exception (throwable) at the ERROR level with an accompanying message.
expect(Signal) - Method in error io.netty.util.Signal
Check if the given Signal is the same as this instance.

F

fillInStackTrace() - Method in error io.netty.util.Signal
 
find(Object, GenericDeclaration, String) - Static method in class io.netty.util.internal.TypeParameterMatcher
 
free() - Method in class io.netty.util.internal.jzlib.ZStream
 
freeDirectBuffer(ByteBuffer) - Static method in class io.netty.util.internal.PlatformDependent
Try to deallocate the specified direct ByteBuffer.

G

get() - Method in interface io.netty.util.Attribute
Returns the current value, which may be null
get(String) - Static method in class io.netty.util.internal.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to null if the property access fails.
get(String, String) - Static method in class io.netty.util.internal.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getAndSet(T) - Method in interface io.netty.util.Attribute
Atomically sets to the given value and returns the old value which may be null if non was set before.
getBoolean(String, boolean) - Static method in class io.netty.util.internal.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getByte(long) - Static method in class io.netty.util.internal.PlatformDependent
 
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.util.internal.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.
getInstance(Class<?>) - Static method in class io.netty.util.internal.InternalLoggerFactory
Creates a new logger instance with the name of the specified class.
getInstance(String) - Static method in class io.netty.util.internal.InternalLoggerFactory
Creates a new logger instance with the specified name.
getInt(long) - Static method in class io.netty.util.internal.PlatformDependent
 
getInt(String, int) - Static method in class io.netty.util.internal.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getLong(long) - Static method in class io.netty.util.internal.PlatformDependent
 
getLong(String, long) - Static method in class io.netty.util.internal.SystemPropertyUtil
Returns the value of the Java system property with the specified key, while falling back to the specified default value if the property access fails.
getObject(Object, long) - Static method in class io.netty.util.internal.PlatformDependent
 
getShort(long) - Static method in class io.netty.util.internal.PlatformDependent
 

H

hashCode() - Method in exception io.netty.util.ResourceLeakException
 
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.
hasJavassist() - Static method in class io.netty.util.internal.PlatformDependent
Returns true if and only if Javassist is available.
hasUnsafe() - Static method in class io.netty.util.internal.PlatformDependent
Return true if sun.misc.Unsafe was found on the classpath and can be used.

I

id() - Method in class io.netty.util.UniqueName
Returns this UniqueName's ID
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.util.internal.InternalLogger
Log a message at the INFO level.
info(String, Object) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the INFO level according to the specified format and argument.
info(String, Object, Object) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the INFO level according to the specified format and arguments.
info(String, Object...) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the INFO level according to the specified format and arguments.
info(String, Throwable) - Method in interface io.netty.util.internal.InternalLogger
Log an exception (throwable) at the INFO level with an accompanying message.
initCause(Throwable) - Method in error io.netty.util.Signal
 
InternalLogger - Interface in io.netty.util.internal
Internal-use-only logger used by Netty.
InternalLoggerFactory - Class in io.netty.util.internal
Creates an InternalLogger or changes the default factory implementation.
InternalLoggerFactory() - Constructor for class io.netty.util.internal.InternalLoggerFactory
 
InternalLogLevel - Enum in io.netty.util.internal
The log level that InternalLogger can log at.
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.
isAndroid() - Static method in class io.netty.util.internal.PlatformDependent
Returns true if and only if the current platform is Android
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.util.internal.InternalLogger
Is the logger instance enabled for the DEBUG level?
isEnabled(InternalLogLevel) - Method in class io.netty.util.internal.AbstractInternalLogger
 
isEnabled(InternalLogLevel) - Method in interface io.netty.util.internal.InternalLogger
Is the logger instance enabled for the specified level?
isErrorEnabled() - Method in interface io.netty.util.internal.InternalLogger
Is the logger instance enabled for the ERROR level?
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.util.internal.InternalLogger
Is the logger instance enabled for the INFO level?
ISO_8859_1 - Static variable in class io.netty.util.CharsetUtil
ISO Latin Alphabet No. 1, as known as ISO-LATIN-1
isRoot() - Static method in class io.netty.util.internal.PlatformDependent
Return true if the current user is root.
isTraceEnabled() - Method in interface io.netty.util.internal.InternalLogger
Is the logger instance enabled for the TRACE level?
isUnaligned() - Static method in class io.netty.util.internal.PlatformDependent
Returns true if and only if java.nio.Bits.unaligned() is true.
isValidIp4Word(String) - Static method in class io.netty.util.NetUtil
 
isValidIpV4Address(String) - Static method in class io.netty.util.NetUtil
Takes a string and parses it to see if it is a valid IPV4 address.
isValidIpV6Address(String) - Static method in class io.netty.util.NetUtil
 
isWarnEnabled() - Method in interface io.netty.util.internal.InternalLogger
Is the logger instance enabled for the WARN level?
isWindows() - Static method in class io.netty.util.internal.PlatformDependent
Return true if the JVM is running on Windows

J

javaVersion() - Static method in class io.netty.util.internal.PlatformDependent
Return the version of Java under which this library is used.
JdkLoggerFactory - Class in io.netty.util.internal
Logger factory which creates a java.util.logging logger.
JdkLoggerFactory() - Constructor for class io.netty.util.internal.JdkLoggerFactory
 
JZlib - Class in io.netty.util.internal.jzlib
 

L

LOCALHOST - Static variable in class io.netty.util.NetUtil
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.util.internal.AbstractInternalLogger
 
log(InternalLogLevel, String) - Method in class io.netty.util.internal.AbstractInternalLogger
 
log(InternalLogLevel, String, Object) - Method in class io.netty.util.internal.AbstractInternalLogger
 
log(InternalLogLevel, String, Object, Object) - Method in class io.netty.util.internal.AbstractInternalLogger
 
log(InternalLogLevel, String, Object...) - Method in class io.netty.util.internal.AbstractInternalLogger
 
log(InternalLogLevel, String) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the specified level.
log(InternalLogLevel, String, Object) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the specified level according to the specified format and argument.
log(InternalLogLevel, String, Object, Object) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the specified level according to the specified format and arguments.
log(InternalLogLevel, String, Object...) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the specified level according to the specified format and arguments.
log(InternalLogLevel, String, Throwable) - Method in interface io.netty.util.internal.InternalLogger
Log an exception (throwable) at the specified level with an accompanying message.
Log4JLoggerFactory - Class in io.netty.util.internal
Logger factory which creates an Apache Log4J logger.
Log4JLoggerFactory() - Constructor for class io.netty.util.internal.Log4JLoggerFactory
 
LOOPBACK_IF - Static variable in class io.netty.util.NetUtil
The loopback NetworkInterface on the current machine

M

match(Object) - Method in class io.netty.util.internal.NoOpTypeParameterMatcher
 
match(Object) - Method in class io.netty.util.internal.TypeParameterMatcher
 
msg - Variable in class io.netty.util.internal.jzlib.ZStream
 

N

name() - Method in class io.netty.util.internal.AbstractInternalLogger
 
name() - Method in interface io.netty.util.internal.InternalLogger
Return the name of this InternalLogger instance.
name() - Method in class io.netty.util.UniqueName
Returns this UniqueName's name
NetUtil - Class in io.netty.util
A class that holds a number of network-related constants.
newInstance(String) - Method in class io.netty.util.internal.CommonsLoggerFactory
 
newInstance(String) - Method in class io.netty.util.internal.InternalLoggerFactory
Creates a new logger instance with the specified name.
newInstance(String) - Method in class io.netty.util.internal.JdkLoggerFactory
 
newInstance(String) - Method in class io.netty.util.internal.Log4JLoggerFactory
 
newInstance(String) - Method in class io.netty.util.internal.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
 
NoOpTypeParameterMatcher - Class in io.netty.util.internal
 
NoOpTypeParameterMatcher() - Constructor for class io.netty.util.internal.NoOpTypeParameterMatcher
 

O

objectFieldOffset(Field) - Static method in class io.netty.util.internal.PlatformDependent
 
open(T) - Method in class io.netty.util.ResourceLeakDetector
 

P

PlatformDependent - 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.
putByte(long, byte) - Static method in class io.netty.util.internal.PlatformDependent
 
putInt(long, int) - Static method in class io.netty.util.internal.PlatformDependent
 
putLong(long, long) - Static method in class io.netty.util.internal.PlatformDependent
 
putShort(long, short) - Static method in class io.netty.util.internal.PlatformDependent
 

R

readResolve() - Method in class io.netty.util.internal.AbstractInternalLogger
 
remove() - Method in interface io.netty.util.Attribute
Remove the current value which is stored in this Attribute, which means after this call Attribute.get() will return null.
ResourceLeak - Interface in io.netty.util
 
ResourceLeakDetector<T> - Class in io.netty.util
 
ResourceLeakDetector(Class<?>) - Constructor for class io.netty.util.ResourceLeakDetector
 
ResourceLeakDetector(String) - Constructor for class io.netty.util.ResourceLeakDetector
 
ResourceLeakDetector(Class<?>, int, long) - Constructor for class io.netty.util.ResourceLeakDetector
 
ResourceLeakDetector(String, int, long) - Constructor for class io.netty.util.ResourceLeakDetector
 
ResourceLeakException - Exception in io.netty.util
 
ResourceLeakException() - Constructor for exception io.netty.util.ResourceLeakException
 
ResourceLeakException(String) - Constructor for exception io.netty.util.ResourceLeakException
 
ResourceLeakException(String, Throwable) - Constructor for exception io.netty.util.ResourceLeakException
 
ResourceLeakException(Throwable) - Constructor for exception io.netty.util.ResourceLeakException
 
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
Sets the value
setDefaultFactory(InternalLoggerFactory) - Static method in class io.netty.util.internal.InternalLoggerFactory
Changes the default factory.
setIfAbsent(T) - Method in interface io.netty.util.Attribute
Atomically sets to the given value if this Attribute does not contain a value at the moment.
Signal - Error in io.netty.util
A special Error which is used to signal some state or request by throwing it.
Signal(String) - Constructor for error io.netty.util.Signal
Create a new instance
Slf4JLoggerFactory - Class in io.netty.util.internal
Logger factory which creates a SLF4J logger.
Slf4JLoggerFactory() - Constructor for class io.netty.util.internal.Slf4JLoggerFactory
 
SOMAXCONN - Static variable in class io.netty.util.NetUtil
The SOMAXCONN value of the current machine.
split(String, char) - Static method in class io.netty.util.internal.StringUtil
Splits the specified String with the specified delimiter.
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.
SystemPropertyUtil - Class in io.netty.util.internal
A collection of utility methods to retrieve and parse the values of the Java system properties.

T

task() - Method in interface io.netty.util.Timeout
Returns the TimerTask which is associated with this handle.
Timeout - Interface in io.netty.util
A handle associated with a TimerTask that is returned by a Timer.
timer() - Method in interface io.netty.util.Timeout
Returns the Timer that created this handle.
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 class io.netty.util.internal.AbstractInternalLogger
 
toString() - Method in error io.netty.util.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.util.internal.InternalLogger
Log a message at the TRACE level.
trace(String, Object) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the TRACE level according to the specified format and argument.
trace(String, Object, Object) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Object...) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Throwable) - Method in interface io.netty.util.internal.InternalLogger
Log an exception (throwable) at the TRACE level with an accompanying message.
TypeParameterMatcher - Class in io.netty.util.internal
 
TypeParameterMatcher() - Constructor for class io.netty.util.internal.TypeParameterMatcher
 

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.util.internal.InternalLogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.netty.util.internal.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.util.internal.InternalLogger
Log a message at the WARN level.
warn(String, Object) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the WARN level according to the specified format and argument.
warn(String, Object...) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object, Object) - Method in interface io.netty.util.internal.InternalLogger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Throwable) - Method in interface io.netty.util.internal.InternalLogger
Log an exception (throwable) at the WARN level with an accompanying 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 P R S T U V W Z 

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