- 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
-
- id() - Method in class io.netty.util.UniqueName
-
- 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
-
- 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