Netty 4.0.56.Final(2018/10/07)
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

I

id() - 类 中的方法io.netty.channel.local.LocalAddress
Returns the ID of this address.
id() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
id() - 接口 中的方法io.netty.handler.codec.spdy.SpdyPingFrame
Returns the ID of this frame.
id() - 接口 中的方法io.netty.util.concurrent.ThreadProperties
 
id() - 类 中的方法io.netty.util.UniqueName
已过时。
Returns this UniqueName's ID
identify() - 类 中的静态方法io.netty.util.Version
Retrieves the version information of Netty artifacts using the current context class loader.
identify(ClassLoader) - 类 中的静态方法io.netty.util.Version
Retrieves the version information of Netty artifacts using the specified ClassLoader.
IDENTITY - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
"identity"
IDENTITY - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"identity"
IdentityCipherSuiteFilter - io.netty.handler.ssl中的类
This class will not do any filtering of ciphers suites.
IdleState - io.netty.handler.timeout中的枚举
An Enum that represents the idle state of a Channel.
IdleStateEvent - io.netty.handler.timeout中的类
A user event triggered by IdleStateHandler when a Channel is idle.
IdleStateEvent(IdleState, boolean) - 类 的构造器io.netty.handler.timeout.IdleStateEvent
Constructor for sub-classes.
IdleStateHandler - io.netty.handler.timeout中的类
Triggers an IdleStateEvent when a Channel has not performed read, write, or both operation for a while.
IdleStateHandler(int, int, int) - 类 的构造器io.netty.handler.timeout.IdleStateHandler
Creates a new instance firing IdleStateEvents.
IdleStateHandler(long, long, long, TimeUnit) - 类 的构造器io.netty.handler.timeout.IdleStateHandler
 
IdleStateHandler(boolean, long, long, long, TimeUnit) - 类 的构造器io.netty.handler.timeout.IdleStateHandler
Creates a new instance firing IdleStateEvents.
ids() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
ids() - 接口 中的方法io.netty.handler.codec.spdy.SpdySettingsFrame
Returns a Set of the setting IDs.
IF_MATCH - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"If-Match"
IF_MATCH - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"If-Match"
IF_MODIFIED_SINCE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"If-Modified-Since"
IF_MODIFIED_SINCE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"If-Modified-Since"
IF_NONE_MATCH - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"If-None-Match"
IF_RANGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"If-Range"
IF_UNMODIFIED_SINCE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"If-Unmodified-Since"
IllegalReferenceCountException - io.netty.util中的异常错误
An IllegalStateException which is raised when a user attempts to access a ReferenceCounted whose reference count has been decreased to 0 (and consequently freed).
IllegalReferenceCountException() - 异常错误 的构造器io.netty.util.IllegalReferenceCountException
 
IllegalReferenceCountException(int) - 异常错误 的构造器io.netty.util.IllegalReferenceCountException
 
IllegalReferenceCountException(int, int) - 异常错误 的构造器io.netty.util.IllegalReferenceCountException
 
IllegalReferenceCountException(String) - 异常错误 的构造器io.netty.util.IllegalReferenceCountException
 
IllegalReferenceCountException(String, Throwable) - 异常错误 的构造器io.netty.util.IllegalReferenceCountException
 
IllegalReferenceCountException(Throwable) - 异常错误 的构造器io.netty.util.IllegalReferenceCountException
 
ImmediateEventExecutor - io.netty.util.concurrent中的类
Executes Runnable objects in the caller's thread.
ImmediateExecutor - io.netty.util.concurrent中的类
Executor which execute tasks in the callers thread.
inboundHandler() - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
inboundMessages() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Returns the Queue which holds all the Objects that were received by this Channel.
incompleteWrite(boolean) - 类 中的方法io.netty.channel.nio.AbstractNioByteChannel
 
increaseWriteCounter(long) - 类 中的方法io.netty.channel.ChannelFlushPromiseNotifier
Increase the current write counter by the given delta
increment() - 接口 中的方法io.netty.util.internal.LongCounter
 
indexedVariable(int) - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
indexOf(int, int, byte) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
indexOf(int, int, byte) - 类 中的方法io.netty.buffer.ByteBuf
Locates the first occurrence of the specified value in this buffer.
indexOf(ByteBuf, int, int, byte) - 类 中的静态方法io.netty.buffer.ByteBufUtil
The default implementation of ByteBuf.indexOf(int, int, byte).
indexOf(int, int, byte) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
indexOf(int, int, byte) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
INDIAN_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
INDIAN = 8;
inEventLoop() - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
 
inEventLoop() - 接口 中的方法io.netty.util.concurrent.EventExecutor
Calls EventExecutor.inEventLoop(Thread) with Thread.currentThread() as argument
inEventLoop(Thread) - 接口 中的方法io.netty.util.concurrent.EventExecutor
Return true if the given Thread is executed in the event loop, false otherwise.
inEventLoop(Thread) - 类 中的方法io.netty.util.concurrent.GlobalEventExecutor
 
inEventLoop() - 类 中的方法io.netty.util.concurrent.ImmediateEventExecutor
 
inEventLoop(Thread) - 类 中的方法io.netty.util.concurrent.ImmediateEventExecutor
 
inEventLoop(Thread) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
inEventLoop() - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
inEventLoop(Thread) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
info(String) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log a message at the INFO level.
info(String, Object) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log a message at the INFO level according to the specified format and argument.
info(String, Object, Object) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log a message at the INFO level according to the specified format and arguments.
info(String, Object...) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log a message at the INFO level according to the specified format and arguments.
info(String, Throwable) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the INFO level with an accompanying message.
informReadOperation(ChannelHandlerContext, long) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
init(I, O) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
Initialized this handler with the specified handlers.
initCause(Throwable) - 错误 中的方法io.netty.util.Signal
 
initChannel(C) - 类 中的方法io.netty.channel.ChannelInitializer
This method will be called once the Channel was registered.
initChannel(SocketChannel) - 类 中的方法io.netty.example.factorial.FactorialClientInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.factorial.FactorialServerInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.http.cors.HttpCorsServerInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.http.file.HttpStaticFileServerInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.http.helloworld.HttpHelloWorldServerInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.http.snoop.HttpSnoopClientInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.http.snoop.HttpSnoopServerInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.http.upload.HttpUploadClientInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.http.upload.HttpUploadServerInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.http.websocketx.benchmarkserver.WebSocketServerInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.http.websocketx.server.WebSocketServerInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.proxy.HexDumpProxyInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.securechat.SecureChatClientInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.securechat.SecureChatServerInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.socksproxy.SocksServerInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.spdy.client.SpdyClientInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.spdy.server.SpdyServerInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.telnet.TelnetClientInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.telnet.TelnetServerInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.worldclock.WorldClockClientInitializer
 
initChannel(SocketChannel) - 类 中的方法io.netty.example.worldclock.WorldClockServerInitializer
 
initCookie(String, int, int, int, int) - 类 中的方法io.netty.handler.codec.http.cookie.CookieDecoder
 
initEngine(SSLEngine) - 类 中的方法io.netty.handler.ssl.DelegatingSslContext
Init the SSLEngine.
initHandler(SslHandler) - 类 中的方法io.netty.handler.ssl.DelegatingSslContext
Init the SslHandler.
initialize() - 类 中的静态方法io.netty.channel.unix.Socket
 
initialize() - 类 中的静态方法io.netty.internal.tcnative.Library
Calls Library.initialize(String, String) with "provided" and null.
initialize(String, String) - 类 中的静态方法io.netty.internal.tcnative.Library
Setup native library.
initialValue() - 类 中的方法io.netty.util.concurrent.FastThreadLocal
Returns the initial value for this thread-local variable.
InsecureTrustManagerFactory - io.netty.handler.ssl.util中的类
An insecure TrustManagerFactory that trusts all X.509 certificates without any verification.
insertSinceRecycled() - 类 中的方法io.netty.util.internal.RecyclableArrayList
Returns true if any elements where added or set.
INSTANCE - 类 中的静态变量io.netty.channel.DefaultSelectStrategyFactory
 
INSTANCE - 类 中的静态变量io.netty.channel.socket.ChannelInputShutdownEvent
Instance to use
INSTANCE - 类 中的静态变量io.netty.channel.socket.ChannelOutputShutdownEvent
 
INSTANCE - 类 中的静态变量io.netty.handler.codec.http.HttpExpectationFailedEvent
 
INSTANCE - 类 中的静态变量io.netty.handler.ssl.IdentityCipherSuiteFilter
 
INSTANCE - 类 中的静态变量io.netty.handler.ssl.SupportedCipherSuiteFilter
 
INSTANCE - 类 中的静态变量io.netty.handler.ssl.util.InsecureTrustManagerFactory
 
INSTANCE - 异常错误 中的静态变量io.netty.handler.timeout.ReadTimeoutException
 
INSTANCE - 异常错误 中的静态变量io.netty.handler.timeout.WriteTimeoutException
 
INSTANCE - 类 中的静态变量io.netty.util.concurrent.GlobalEventExecutor
 
INSTANCE - 类 中的静态变量io.netty.util.concurrent.ImmediateEventExecutor
 
INSTANCE - 类 中的静态变量io.netty.util.concurrent.ImmediateExecutor
 
INSTANCE - 类 中的静态变量io.netty.util.internal.logging.CommonsLoggerFactory
已过时。
 
INSTANCE - 类 中的静态变量io.netty.util.internal.logging.JdkLoggerFactory
 
INSTANCE - 类 中的静态变量io.netty.util.internal.logging.Log4J2LoggerFactory
 
INSTANCE - 类 中的静态变量io.netty.util.internal.logging.Log4JLoggerFactory
 
INSTANCE - 类 中的静态变量io.netty.util.internal.logging.Slf4JLoggerFactory
 
instance() - 类 中的静态方法io.netty.util.ResourceLeakDetectorFactory
Get the singleton instance of this factory class.
INSUFFICIENT_STORAGE - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
507 Insufficient Storage (WebDAV, RFC4918)
IntegerHolder - io.netty.util.internal中的类
 
IntegerHolder() - 类 的构造器io.netty.util.internal.IntegerHolder
 
InterfaceHttpData - io.netty.handler.codec.http.multipart中的接口
Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder
InterfaceHttpData.HttpDataType - io.netty.handler.codec.http.multipart中的枚举
 
InterfaceHttpPostRequestDecoder - io.netty.handler.codec.http.multipart中的接口
This decoder will decode Body and can handle POST BODY.
INTERLEAVED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"interleaved"
INTERNAL_ERROR - 类 中的静态变量io.netty.handler.codec.spdy.SpdySessionStatus
2 Internal Error
INTERNAL_ERROR - 类 中的静态变量io.netty.handler.codec.spdy.SpdyStreamStatus
6 Internal Error
INTERNAL_SERVER_ERROR - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
500 Internal Server Error
INTERNAL_SERVER_ERROR - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
500 Internal Server Error
internalBuffer() - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
Returns the internal cumulative buffer of this decoder.
internalComponent(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
Return the internal ByteBuf on the specified index.
internalComponentAtOffset(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
Return the internal ByteBuf on the specified offset.
internalGetFieldAccessorTable() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
 
internalGetFieldAccessorTable() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
 
internalGetFieldAccessorTable() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
 
internalGetFieldAccessorTable() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
 
internalGetFieldAccessorTable() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
 
internalGetFieldAccessorTable() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
 
internalGetFieldAccessorTable() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
 
internalGetFieldAccessorTable() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
 
internalGetValueMap() - 枚举 中的静态方法io.netty.example.worldclock.WorldClockProtocol.Continent
 
internalGetValueMap() - 枚举 中的静态方法io.netty.example.worldclock.WorldClockProtocol.DayOfWeek
 
internalLevel - 类 中的变量io.netty.handler.logging.LoggingHandler
 
InternalLogger - io.netty.util.internal.logging中的接口
Internal-use-only logger used by Netty.
InternalLoggerFactory - io.netty.util.internal.logging中的类
Creates an InternalLogger or changes the default factory implementation.
InternalLoggerFactory() - 类 的构造器io.netty.util.internal.logging.InternalLoggerFactory
 
InternalLogLevel - io.netty.util.internal.logging中的枚举
The log level that InternalLogger can log at.
internalNioBuffer(int, int) - 类 中的方法io.netty.buffer.AbstractDerivedByteBuf
已过时。
 
internalNioBuffer(int, int) - 类 中的方法io.netty.buffer.ByteBuf
Internal use only: Exposes the internal NIO buffer.
internalNioBuffer(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
internalNioBuffer(int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
internalNioBuffer(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
internalNioBuffer(int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
internalNioBuffer(int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
internalNioBuffer(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
InternalThreadLocalMap - io.netty.util.internal中的类
The internal data structure that stores the thread-local variables for Netty and all FastThreadLocals.
InternetProtocolFamily - io.netty.channel.socket中的枚举
Internet Protocol (IP) families used byte the DatagramChannel
interruptThread() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Interrupt the current running Thread.
IntObjectHashMap<V> - io.netty.util.collection中的类
A hash map implementation of IntObjectMap that uses open addressing for keys.
IntObjectHashMap() - 类 的构造器io.netty.util.collection.IntObjectHashMap
 
IntObjectHashMap(int) - 类 的构造器io.netty.util.collection.IntObjectHashMap
 
IntObjectHashMap(int, float) - 类 的构造器io.netty.util.collection.IntObjectHashMap
 
IntObjectMap<V> - io.netty.util.collection中的接口
Interface for a primitive map that uses ints as keys.
IntObjectMap.Entry<V> - io.netty.util.collection中的接口
An Entry in the map.
IntSupplier - io.netty.util中的接口
Represents a supplier of int-valued results.
intValue() - 类 中的方法io.netty.channel.unix.FileDescriptor
Return the int value of the filedescriptor.
intValue(Integer, int) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Resolves a possibly null Integer to a primitive int, using a default value.
invalid() - 类 中的静态方法io.netty.handler.codec.ProtocolDetectionResult
Returns a ProtocolDetectionResult that signals the data was invalid for the protocol.
INVALID_CREDENTIALS - 类 中的静态变量io.netty.handler.codec.spdy.SpdyStreamStatus
10 Invalid Credentials
INVALID_RANGE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
457 Invalid Range
INVALID_STREAM - 类 中的静态变量io.netty.handler.codec.spdy.SpdyStreamStatus
2 Invalid Stream
invalidateLocalAddress() - 类 中的方法io.netty.channel.AbstractChannel
已过时。
no use-case for this.
invalidateRemoteAddress() - 类 中的方法io.netty.channel.AbstractChannel
已过时。
no use-case for this.
invert(ChannelMatcher) - 类 中的静态方法io.netty.channel.group.ChannelMatchers
Invert the given ChannelMatcher.
invokeAll(Collection<? extends Callable<T>>) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
 
invokeAll(Collection<? extends Callable<T>>) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
invokeAny(Collection<? extends Callable<T>>) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
 
invokeAny(Collection<? extends Callable<T>>) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
io.netty.bootstrap - 程序包 io.netty.bootstrap
The helper classes with fluent API which enable an easy implementation of typical client side and server side channel initialization.
io.netty.buffer - 程序包 io.netty.buffer
Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.
io.netty.channel - 程序包 io.netty.channel
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
io.netty.channel.embedded - 程序包 io.netty.channel.embedded
A virtual Channel that helps wrapping a series of handlers to unit test the handlers or use them in non-I/O context.
io.netty.channel.epoll - 程序包 io.netty.channel.epoll
Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.
io.netty.channel.group - 程序包 io.netty.channel.group
A channel registry which helps a user maintain the list of open Channels and perform bulk operations on them.
io.netty.channel.local - 程序包 io.netty.channel.local
A virtual transport that enables the communication between the two parties in the same virtual machine.
io.netty.channel.nio - 程序包 io.netty.channel.nio
NIO-based channel API implementation - recommended for a large number of connections (>= 1000).
io.netty.channel.oio - 程序包 io.netty.channel.oio
Old blocking I/O based channel API implementation - recommended for a small number of connections (< 1000).
io.netty.channel.pool - 程序包 io.netty.channel.pool
Implementations and API for Channel pools.
io.netty.channel.rxtx - 程序包 io.netty.channel.rxtx
A serial and parallel port communication transport based on RXTX.
io.netty.channel.sctp - 程序包 io.netty.channel.sctp
Abstract SCTP socket interfaces which extend the core channel API.
io.netty.channel.sctp.nio - 程序包 io.netty.channel.sctp.nio
NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).
io.netty.channel.sctp.oio - 程序包 io.netty.channel.sctp.oio
Old blocking I/O based SCTP channel API implementation - recommended for a small number of connections (< 1000).
io.netty.channel.socket - 程序包 io.netty.channel.socket
Abstract TCP and UDP socket interfaces which extend the core channel API.
io.netty.channel.socket.nio - 程序包 io.netty.channel.socket.nio
NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).
io.netty.channel.socket.oio - 程序包 io.netty.channel.socket.oio
Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).
io.netty.channel.udt - 程序包 io.netty.channel.udt
UDT Transport.
io.netty.channel.udt.nio - 程序包 io.netty.channel.udt.nio
UDT Transport for NIO Channels.
io.netty.channel.unix - 程序包 io.netty.channel.unix
Unix specific transport.
io.netty.example.discard - 程序包 io.netty.example.discard
 
io.netty.example.echo - 程序包 io.netty.example.echo
 
io.netty.example.factorial - 程序包 io.netty.example.factorial
 
io.netty.example.file - 程序包 io.netty.example.file
 
io.netty.example.http.cors - 程序包 io.netty.example.http.cors
 
io.netty.example.http.file - 程序包 io.netty.example.http.file
 
io.netty.example.http.helloworld - 程序包 io.netty.example.http.helloworld
 
io.netty.example.http.snoop - 程序包 io.netty.example.http.snoop
 
io.netty.example.http.upload - 程序包 io.netty.example.http.upload
 
io.netty.example.http.websocketx.benchmarkserver - 程序包 io.netty.example.http.websocketx.benchmarkserver
This package contains a benchmark application for websockets.
io.netty.example.http.websocketx.client - 程序包 io.netty.example.http.websocketx.client
 
io.netty.example.http.websocketx.server - 程序包 io.netty.example.http.websocketx.server
This package contains an example web socket web server.
io.netty.example.localecho - 程序包 io.netty.example.localecho
 
io.netty.example.objectecho - 程序包 io.netty.example.objectecho
 
io.netty.example.ocsp - 程序包 io.netty.example.ocsp
 
io.netty.example.portunification - 程序包 io.netty.example.portunification
 
io.netty.example.proxy - 程序包 io.netty.example.proxy
 
io.netty.example.qotm - 程序包 io.netty.example.qotm
 
io.netty.example.rxtx - 程序包 io.netty.example.rxtx
 
io.netty.example.sctp - 程序包 io.netty.example.sctp
 
io.netty.example.sctp.multihoming - 程序包 io.netty.example.sctp.multihoming
 
io.netty.example.securechat - 程序包 io.netty.example.securechat
 
io.netty.example.socksproxy - 程序包 io.netty.example.socksproxy
 
io.netty.example.spdy.client - 程序包 io.netty.example.spdy.client
This package contains an example SPDY HTTP client.
io.netty.example.spdy.server - 程序包 io.netty.example.spdy.server
This package contains an example SPDY HTTP web server.
io.netty.example.telnet - 程序包 io.netty.example.telnet
 
io.netty.example.udt - 程序包 io.netty.example.udt
Examples show how to use UDT.
io.netty.example.udt.echo - 程序包 io.netty.example.udt.echo
Examples show how to use UDT with simple Echo Handlers.
io.netty.example.udt.echo.bytes - 程序包 io.netty.example.udt.echo.bytes
Examples show how to use UDT Byte Streams.
io.netty.example.udt.echo.message - 程序包 io.netty.example.udt.echo.message
Examples show how to use UDT Message Flows.
io.netty.example.udt.echo.rendezvous - 程序包 io.netty.example.udt.echo.rendezvous
Examples show how to use UDT Message Rendezvous.
io.netty.example.udt.echo.rendezvousBytes - 程序包 io.netty.example.udt.echo.rendezvousBytes
Examples show how to use UDT Byte Streams Rendezvous.
io.netty.example.uptime - 程序包 io.netty.example.uptime
 
io.netty.example.worldclock - 程序包 io.netty.example.worldclock
 
io.netty.handler.codec - 程序包 io.netty.handler.codec
Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.
io.netty.handler.codec.base64 - 程序包 io.netty.handler.codec.base64
Encoder and decoder which transform a Base64-encoded String or ByteBuf into a decoded ByteBuf and vice versa.
io.netty.handler.codec.bytes - 程序包 io.netty.handler.codec.bytes
Encoder and decoder which transform an array of bytes into a ByteBuf and vice versa.
io.netty.handler.codec.compression - 程序包 io.netty.handler.codec.compression
Encoder and decoder which compresses and decompresses ByteBufs in a compression format such as zlib, gzip, and Snappy.
io.netty.handler.codec.haproxy - 程序包 io.netty.handler.codec.haproxy
Decodes an HAProxy proxy protocol header
io.netty.handler.codec.http - 程序包 io.netty.handler.codec.http
Encoder, decoder and their related message types for HTTP.
io.netty.handler.codec.http.cookie - 程序包 io.netty.handler.codec.http.cookie
This package contains Cookie related classes.
io.netty.handler.codec.http.cors - 程序包 io.netty.handler.codec.http.cors
This package contains Cross Origin Resource Sharing (CORS) related classes.
io.netty.handler.codec.http.multipart - 程序包 io.netty.handler.codec.http.multipart
HTTP multipart support.
io.netty.handler.codec.http.websocketx - 程序包 io.netty.handler.codec.http.websocketx
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
io.netty.handler.codec.marshalling - 程序包 io.netty.handler.codec.marshalling
Decoder and Encoder which uses JBoss Marshalling.
io.netty.handler.codec.protobuf - 程序包 io.netty.handler.codec.protobuf
Encoder and decoder which transform a Google Protocol Buffers com.google.protobuf.Message into a ByteBuf and vice versa.
io.netty.handler.codec.rtsp - 程序包 io.netty.handler.codec.rtsp
An RTSP extension based on the HTTP codec.
io.netty.handler.codec.sctp - 程序包 io.netty.handler.codec.sctp
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
io.netty.handler.codec.serialization - 程序包 io.netty.handler.codec.serialization
Encoder, decoder and their compatibility stream implementations which transform a Serializable object into a byte buffer and vice versa.
io.netty.handler.codec.socks - 程序包 io.netty.handler.codec.socks
Encoder, decoder and their related message types for Socks.
io.netty.handler.codec.spdy - 程序包 io.netty.handler.codec.spdy
Encoder, decoder, session handler and their related message types for the SPDY protocol.
io.netty.handler.codec.string - 程序包 io.netty.handler.codec.string
Encoder and decoder which transform a String into a ByteBuf and vice versa.
io.netty.handler.flush - 程序包 io.netty.handler.flush
Package to control flush behavior.
io.netty.handler.ipfilter - 程序包 io.netty.handler.ipfilter
Package to filter IP addresses (allow/deny).
io.netty.handler.logging - 程序包 io.netty.handler.logging
Logs a io.netty.channel.ChannelEvent for debugging purpose.
io.netty.handler.ssl - 程序包 io.netty.handler.ssl
SSL · TLS implementation based on SSLEngine
io.netty.handler.ssl.ocsp - 程序包 io.netty.handler.ssl.ocsp
OCSP stapling, formally known as the TLS Certificate Status Request extension, is an alternative approach to the Online Certificate Status Protocol (OCSP) for checking the revocation status of X.509 digital certificates.
io.netty.handler.ssl.util - 程序包 io.netty.handler.ssl.util
Utility classes that helps easier development of TLS/SSL applications.
io.netty.handler.stream - 程序包 io.netty.handler.stream
Writes very large data stream asynchronously neither spending a lot of memory nor getting OutOfMemoryError.
io.netty.handler.timeout - 程序包 io.netty.handler.timeout
Adds support for read and write timeout and idle connection notification using a Timer.
io.netty.handler.traffic - 程序包 io.netty.handler.traffic
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
io.netty.internal.tcnative - 程序包 io.netty.internal.tcnative
 
io.netty.util - 程序包 io.netty.util
Utility classes used across multiple packages.
io.netty.util.collection - 程序包 io.netty.util.collection
Utility classes for commonly used collections.
io.netty.util.concurrent - 程序包 io.netty.util.concurrent
Utility classes for concurrent / async tasks.
io.netty.util.internal - 程序包 io.netty.util.internal
Internal-use-only utilities which is not allowed to be used outside Netty.
io.netty.util.internal.logging - 程序包 io.netty.util.internal.logging
Internal-use-only logging API which is not allowed to be used outside Netty.
ioBuffer() - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
 
ioBuffer(int) - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
 
ioBuffer(int, int) - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
 
ioBuffer() - 接口 中的方法io.netty.buffer.ByteBufAllocator
Allocate a ByteBuf, preferably a direct buffer which is suitable for I/O.
ioBuffer(int) - 接口 中的方法io.netty.buffer.ByteBufAllocator
Allocate a ByteBuf, preferably a direct buffer which is suitable for I/O.
ioBuffer(int, int) - 接口 中的方法io.netty.buffer.ByteBufAllocator
Allocate a ByteBuf, preferably a direct buffer which is suitable for I/O.
ioResult(String, int, Errors.NativeIoException, ClosedChannelException) - 类 中的静态方法io.netty.channel.unix.Errors
 
IOV_MAX - 类 中的静态变量io.netty.channel.epoll.Native
 
IP_FREEBIND - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
 
IP_MULTICAST_ADDR - 类 中的静态变量io.netty.channel.ChannelOption
 
IP_MULTICAST_IF - 类 中的静态变量io.netty.channel.ChannelOption
 
IP_MULTICAST_LOOP_DISABLED - 类 中的静态变量io.netty.channel.ChannelOption
 
IP_MULTICAST_TTL - 类 中的静态变量io.netty.channel.ChannelOption
 
IP_TOS - 类 中的静态变量io.netty.channel.ChannelOption
 
IpFilterRule - io.netty.handler.ipfilter中的接口
Implement this interface to create new rules.
IpFilterRuleType - io.netty.handler.ipfilter中的枚举
Used in IpFilterRule to decide if a matching IP Address should be allowed or denied to connect.
IpSubnetFilterRule - io.netty.handler.ipfilter中的类
Use this class to create rules for RuleBasedIpFilter that group IP addresses into subnets.
IpSubnetFilterRule(String, int, IpFilterRuleType) - 类 的构造器io.netty.handler.ipfilter.IpSubnetFilterRule
 
IpSubnetFilterRule(InetAddress, int, IpFilterRuleType) - 类 的构造器io.netty.handler.ipfilter.IpSubnetFilterRule
 
ipv4MappedIpv6Address(byte[]) - 类 中的静态方法io.netty.channel.unix.NativeInetAddress
 
is(Channel) - 类 中的静态方法io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches the given Channel.
is100ContinueExpected(HttpMessage) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns true if and only if the specified message contains the "Expect: 100-continue" header.
IS_SUPPORTING_SENDMMSG - 类 中的静态变量io.netty.channel.epoll.Native
 
IS_SUPPORTING_TCP_FASTOPEN - 类 中的静态变量io.netty.channel.epoll.Native
 
isActive() - 接口 中的方法io.netty.channel.Channel
Return true if the Channel is active and so connected.
isActive() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
isActive() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
 
isActive() - 类 中的方法io.netty.channel.local.LocalChannel
 
isActive() - 类 中的方法io.netty.channel.local.LocalServerChannel
 
isActive() - 类 中的方法io.netty.channel.oio.OioByteStreamChannel
 
isActive() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
isActive() - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
 
isActive() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
 
isActive() - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
 
isActive() - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
isActive() - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
 
isActive() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
isActive() - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
 
isActive() - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
 
isActive() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
 
isActive() - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
已过时。
 
isActive() - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
已过时。
 
isActive() - 类 中的方法io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
已过时。
 
isAlive() - 接口 中的方法io.netty.util.concurrent.ThreadProperties
 
isAllowHalfClosure() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
isAllowHalfClosure() - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
isAllowHalfClosure() - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Returns true if and only if the channel should not close itself when its remote peer shuts down output to make the connection half-closed.
isAlpnSupported() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
Returns true if the used version of openssl supports ALPN.
isAndroid() - 类 中的静态方法io.netty.util.internal.PlatformDependent
Returns true if and only if the current platform is Android
isAnyOriginSupported() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
Determines whether a wildcard origin, '*', is supported.
isAsteriskForm(URI) - 类 中的静态方法io.netty.handler.codec.http.HttpUtil
Determine if a uri is in asterisk-form according to rfc7230, 5.3.
isAutoClose() - 接口 中的方法io.netty.channel.ChannelConfig
已过时。
Auto close will be removed in a future release. Returns true if and only if the Channel will be closed automatically and immediately on write failure. The default is false.
isAutoClose() - 类 中的方法io.netty.channel.DefaultChannelConfig
 
isAutoRead() - 接口 中的方法io.netty.channel.ChannelConfig
Returns true if and only if ChannelHandlerContext.read() will be invoked automatically so that a user application doesn't need to call it at all.
isAutoRead() - 类 中的方法io.netty.channel.DefaultChannelConfig
 
isAvailable() - 类 中的静态方法io.netty.channel.epoll.Epoll
Returns true if and only if the netty-transport-native-epoll is available.
isAvailable() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
Returns true if and only if netty-tcnative and its OpenSSL support are available.
isBroadcast() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
isBroadcast(int) - 类 中的静态方法io.netty.channel.epoll.Native
 
isBroadcast() - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.SO_BROADCAST option.
isBroadcast() - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
isBufferCopyNeededForWrite(ByteBuf) - 类 中的静态方法io.netty.channel.epoll.UnixChannelUtil
Checks if the specified buffer has memory address or is composed of n(n <= IOV_MAX) NIO direct buffers.
isCancellable() - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
isCancellable() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
isCancellable() - 接口 中的方法io.netty.util.concurrent.Future
returns true if and only if the operation can be cancelled via Future.cancel(boolean).
isCancelled() - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
isCancelled() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
isCancelled() - 接口 中的方法io.netty.util.Timeout
Returns true if and only if the TimerTask associated with this handle has been cancelled.
isChunked() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
isCipherSuiteAvailable(String) - 类 中的静态方法io.netty.handler.ssl.OpenSsl
Returns true if and only if the specified cipher suite is available in OpenSSL.
isClient() - 类 中的方法io.netty.handler.ssl.DelegatingSslContext
 
isClient() - 类 中的方法io.netty.handler.ssl.JdkSslContext
 
isClient() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
isClient() - 类 中的方法io.netty.handler.ssl.SslContext
Returns the true if and only if this context is for client-side.
isClosed() - 类 中的方法io.netty.handler.codec.compression.JdkZlibDecoder
 
isClosed() - 类 中的方法io.netty.handler.codec.compression.JdkZlibEncoder
 
isClosed() - 类 中的方法io.netty.handler.codec.compression.JZlibDecoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - 类 中的方法io.netty.handler.codec.compression.JZlibEncoder
 
isClosed() - 类 中的方法io.netty.handler.codec.compression.ZlibDecoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - 类 中的方法io.netty.handler.codec.compression.ZlibEncoder
Returns true if and only if the end of the compressed stream has been reached.
isCompatible(EventLoop) - 类 中的方法io.netty.channel.AbstractChannel
Return true if the given EventLoop is compatible with this instance.
isCompatible(EventLoop) - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
isCompatible(EventLoop) - 类 中的方法io.netty.channel.epoll.AbstractEpollServerChannel
 
isCompatible(EventLoop) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannel
 
isCompatible(EventLoop) - 类 中的方法io.netty.channel.local.LocalChannel
 
isCompatible(EventLoop) - 类 中的方法io.netty.channel.local.LocalServerChannel
 
isCompatible(EventLoop) - 类 中的方法io.netty.channel.nio.AbstractNioChannel
 
isCompatible(EventLoop) - 类 中的方法io.netty.channel.oio.AbstractOioChannel
 
isComplete() - 类 中的方法io.netty.channel.sctp.SctpMessage
Return true if this message is complete.
isCompleted() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
isCompleted() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
 
isCompleted() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
isCompleted() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
isConnected() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
 
isConnected() - 接口 中的方法io.netty.channel.socket.DatagramChannel
Return true if the DatagramChannel is connected to the remote peer.
isConnected() - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
isConnected() - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
 
isContentAlwaysEmpty(HttpMessage) - 类 中的方法io.netty.handler.codec.http.HttpObjectDecoder
 
isContentAlwaysEmpty(H) - 类 中的方法io.netty.handler.codec.http.HttpObjectEncoder
Determine whether a message has a content or not.
isContentAlwaysEmpty(HttpResponse) - 类 中的方法io.netty.handler.codec.http.HttpResponseEncoder
 
isContentAlwaysEmpty(HttpMessage) - 类 中的方法io.netty.handler.codec.rtsp.RtspDecoder
 
isContentAlwaysEmpty(HttpMessage) - 类 中的方法io.netty.handler.codec.rtsp.RtspObjectDecoder
已过时。
 
isContentLengthSet(HttpMessage) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
isCorsSupportEnabled() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
Determines if support for CORS is enabled.
isCredentialsAllowed() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
Determines if cookies are supported for CORS requests.
isDaemon() - 接口 中的方法io.netty.util.concurrent.ThreadProperties
 
isDebugEnabled() - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Is the logger instance enabled for the DEBUG level?
isDecodingRequest() - 类 中的方法io.netty.handler.codec.http.HttpObjectDecoder
 
isDecodingRequest() - 类 中的方法io.netty.handler.codec.http.HttpRequestDecoder
 
isDecodingRequest() - 类 中的方法io.netty.handler.codec.http.HttpResponseDecoder
 
isDecodingRequest() - 类 中的方法io.netty.handler.codec.rtsp.RtspDecoder
 
isDestroyed() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
NOTE: This is a JDK8 interface/method.
isDirect() - 类 中的方法io.netty.buffer.ByteBuf
Returns true if and only if this buffer is backed by an NIO direct buffer.
isDirect() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
isDirect() - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
isDirect() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
isDirect() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
isDirect() - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
isDirect() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
isDirect() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
isDirect() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
isDirect() - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
isDirectBufferPooled() - 接口 中的方法io.netty.buffer.ByteBufAllocator
Returns true if direct ByteBuf's are pooled
isDirectBufferPooled() - 类 中的方法io.netty.buffer.PooledByteBufAllocator
 
isDirectBufferPooled() - 类 中的方法io.netty.buffer.UnpooledByteBufAllocator
 
isDirectMemoryCacheAlignmentSupported() - 类 中的静态方法io.netty.buffer.PooledByteBufAllocator
Return true if direct memory cache alignment is supported, false otherwise.
isDiscard() - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Not part of RFC6265
isDiscard() - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
isDone() - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
isDone() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
isDtr() - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
isEmpty() - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Returns true if there are flushed messages in this ChannelOutboundBuffer or false otherwise.
isEmpty() - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
isEmpty() - 类 中的方法io.netty.channel.PendingWriteQueue
Returns true if there are no pending write operations left in this queue.
isEmpty() - 类 中的方法io.netty.channel.pool.AbstractChannelPoolMap
Returns true if the AbstractChannelPoolMap is empty, otherwise false.
isEmpty() - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
isEmpty() - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Checks if no header exists.
isEmpty() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
isEmpty() - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaders
Checks if no header exists.
isEmpty() - 类 中的方法io.netty.util.collection.IntObjectHashMap
 
isEmpty() - 接口 中的方法io.netty.util.collection.IntObjectMap
Indicates whether or not this map is empty (i.e IntObjectMap.size() == {@code 0]).
isEnabled(InternalLogLevel) - 类 中的方法io.netty.util.internal.logging.AbstractInternalLogger
 
isEnabled(InternalLogLevel) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Is the logger instance enabled for the specified level?
isEnabled() - 类 中的静态方法io.netty.util.ResourceLeakDetector
Returns true if resource leak detection is enabled.
isEncrypted(ByteBuf) - 类 中的静态方法io.netty.handler.ssl.SslHandler
Returns true if the given ByteBuf is encrypted.
isEndOfInput() - 类 中的方法io.netty.handler.codec.http.HttpChunkedInput
 
isEndOfInput() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
isEndOfInput() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
 
isEndOfInput() - 类 中的方法io.netty.handler.stream.ChunkedFile
 
isEndOfInput() - 接口 中的方法io.netty.handler.stream.ChunkedInput
Return true if and only if there is no data left in the stream and the stream has reached at its end.
isEndOfInput() - 类 中的方法io.netty.handler.stream.ChunkedNioFile
 
isEndOfInput() - 类 中的方法io.netty.handler.stream.ChunkedNioStream
 
isEndOfInput() - 类 中的方法io.netty.handler.stream.ChunkedStream
 
isErrorEnabled() - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Is the logger instance enabled for the ERROR level?
isExpired() - 接口 中的方法io.netty.util.Timeout
Returns true if and only if the TimerTask associated with this handle has been expired.
isFailure() - 类 中的方法io.netty.handler.codec.DecoderResult
 
isFinalFragment() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketFrame
Flag to indicate if this frame is the final fragment in a message.
isFinished() - 类 中的方法io.netty.handler.codec.DecoderResult
 
isFirst() - 类 中的方法io.netty.handler.timeout.IdleStateEvent
Returns true if this was the first event for the IdleState
isFreeBind() - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
Returns true if IP_FREEBIND is enabled, false otherwise.
isHandlerActive(ChannelHandlerContext) - 类 中的静态方法io.netty.handler.traffic.AbstractTrafficShapingHandler
 
isHandshakeComplete() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Flag to indicate if the opening handshake is complete
isHealthy(Channel) - 接口 中的方法io.netty.channel.pool.ChannelHealthChecker
Check if the given channel is healthy which means it can be used.
isHttpOnly() - 接口 中的方法io.netty.handler.codec.http.cookie.Cookie
Checks to see if this Cookie can only be accessed via HTTP.
isHttpOnly() - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
 
isInboundDone() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
isIndexedVariableSet(int) - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
isInfoEnabled() - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Is the logger instance enabled for the INFO level?
isInInit(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_in_init
isInitialized() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
 
isInitialized() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
 
isInitialized() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
 
isInitialized() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
 
isInitialized() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
 
isInitialized() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
 
isInitialized() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
 
isInitialized() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
 
isInMemory() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
isInMemory() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
isInMemory() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Provides a hint as to whether or not the file contents will be read from memory.
isInMemory() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
isInMemory() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
isInputShutdown() - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
 
isInputShutdown() - 类 中的方法io.netty.channel.nio.AbstractNioChannel
Return true if the input of this Channel is shutdown
isInputShutdown() - 类 中的方法io.netty.channel.oio.AbstractOioByteChannel
 
isInputShutdown() - 接口 中的方法io.netty.channel.socket.DuplexChannel
Returns true if and only if the remote peer shut down its output so that no more data is received from this channel.
isInputShutdown() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
isInputShutdown() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
 
isInputShutdown() - 类 中的方法io.netty.channel.unix.Socket
 
isInstanceOf(Class<? extends Channel>) - 类 中的静态方法io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels that are an instance of sub-type of the given class.
isInterrupted() - 接口 中的方法io.netty.util.concurrent.ThreadProperties
 
isInvalid() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
isInvalid() - 接口 中的方法io.netty.handler.codec.spdy.SpdyHeadersFrame
Returns true if this header block is invalid.
isIpFreeBind(int) - 类 中的静态方法io.netty.channel.epoll.Native
 
isIpV4StackPreferred() - 类 中的静态方法io.netty.util.NetUtil
Returns true if ipv4 should be prefered on a system that supports ipv4 and ipv6.
isKeepAlive() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
isKeepAlive() - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
isKeepAlive() - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Gets the StandardSocketOptions.SO_KEEPALIVE option.
isKeepAlive() - 类 中的方法io.netty.channel.unix.Socket
 
isKeepAlive(HttpMessage) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns true if and only if the connection can remain open and thus 'kept alive'.
isKeepAliveDefault() - 类 中的方法io.netty.handler.codec.http.HttpVersion
Returns true if and only if the connection is kept alive unless the "Connection" header is set to "close" explicitly.
isLast() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
isLast() - 接口 中的方法io.netty.handler.codec.spdy.SpdyStreamFrame
Returns true if this frame is the last frame to be transmitted on the stream.
isLoopbackModeDisabled() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
isLoopbackModeDisabled() - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.IP_MULTICAST_LOOP option.
isLoopbackModeDisabled() - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
isMultipart() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
True if this request is a Multipart request
isMultipart(HttpRequest) - 类 中的静态方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Check if the given request is a multipart request
isMultipart() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
isMultipart() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
True if this request is a Multipart request
isMultipart() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
True if this request is a Multipart request
isMultipart() - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
True if this request is a Multipart request
isNonServerChannel() - 类 中的静态方法io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels that are not of type ServerChannel.
isNot(Channel) - 类 中的静态方法io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels except the given.
isNotInstanceOf(Class<? extends Channel>) - 类 中的静态方法io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels that are not an instance of sub-type of the given class.
isNullOrEmpty(String) - 类 中的静态方法io.netty.util.internal.StringUtil
Determine if a string is null or String.isEmpty() returns true.
isNullOriginAllowed() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded from the local file system.
ISO_8859_1 - 类 中的静态变量io.netty.util.CharsetUtil
ISO Latin Alphabet No. 1, as known as ISO-LATIN-1
isOcspSupported() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
Returns true if the used version of OpenSSL supports OCSP stapling.
isOpen() - 接口 中的方法io.netty.channel.Channel
Returns true if the Channel is open and may get active later
isOpen() - 类 中的方法io.netty.channel.DefaultFileRegion
Returns true if the FileRegion has a open file-descriptor
isOpen() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
isOpen() - 类 中的方法io.netty.channel.local.LocalChannel
 
isOpen() - 类 中的方法io.netty.channel.local.LocalServerChannel
 
isOpen() - 类 中的方法io.netty.channel.nio.AbstractNioChannel
 
isOpen() - 类 中的方法io.netty.channel.rxtx.RxtxChannel
已过时。
 
isOpen() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
 
isOpen() - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
 
isOpen() - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
 
isOpen() - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
 
isOpen() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
 
isOpen() - 类 中的方法io.netty.channel.unix.FileDescriptor
Returns true if the file descriptor is open.
isOriginForm(URI) - 类 中的静态方法io.netty.handler.codec.http.HttpUtil
Determine if a uri is in origin-form according to rfc7230, 5.3.
isOsx() - 类 中的静态方法io.netty.util.internal.PlatformDependent
Return true if the JVM is running on OSX / MacOS
isOutboundDone() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
isOutOfBounds(int, int, int) - 类 中的静态方法io.netty.util.internal.MathUtil
Determine if the requested index and length will fit within capacity.
isOutputShutdown() - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
 
isOutputShutdown() - 接口 中的方法io.netty.channel.socket.DuplexChannel
 
isOutputShutdown() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
isOutputShutdown() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
 
isOutputShutdown() - 类 中的方法io.netty.channel.unix.Socket
 
isPartialFailure() - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future have failed partially with some success.
isPartialSuccess() - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future were partially successful with some failure.
isPersisted(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isPersisted(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if this setting is persisted.
isPersistValue(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isPersistValue(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if this setting should be persisted.
isPP2ClientCertConn() - 类 中的方法io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns true if the bit field for PP2_CLIENT_CERT_CONN was set
isPP2ClientCertSess() - 类 中的方法io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns true if the bit field for PP2_CLIENT_CERT_SESS was set
isPP2ClientSSL() - 类 中的方法io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns true if the bit field for PP2_CLIENT_SSL was set
isReadable() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
isReadable(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
isReadable() - 类 中的方法io.netty.buffer.ByteBuf
Returns true if and only if (this.writerIndex - this.readerIndex) is greater than 0.
isReadable(int) - 类 中的方法io.netty.buffer.ByteBuf
Returns true if and only if this buffer contains equal to or more than the specified number of elements.
isReadable() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
isReadable(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
isReadable() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
isReadable(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
isReadPending() - 类 中的方法io.netty.channel.nio.AbstractNioChannel
 
isReadPending() - 类 中的方法io.netty.channel.oio.AbstractOioChannel
 
isRegistered() - 类 中的方法io.netty.channel.AbstractChannel
 
isRegistered() - 接口 中的方法io.netty.channel.Channel
Returns true if the Channel is registered with an EventLoop.
isRemoved() - 接口 中的方法io.netty.channel.ChannelHandlerContext
Return true if the ChannelHandler which belongs to this context was removed from the ChannelPipeline.
isRenamed - 类 中的变量io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
isReuseAddress() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
isReuseAddress() - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
isReuseAddress() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
isReuseAddress(int) - 类 中的静态方法io.netty.channel.epoll.Native
 
isReuseAddress() - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.SO_REUSEADDR option.
isReuseAddress() - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
isReuseAddress() - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
isReuseAddress() - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
isReuseAddress() - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
Gets the StandardSocketOptions.SO_REUSEADDR option.
isReuseAddress() - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Gets the StandardSocketOptions.SO_REUSEADDR option.
isReuseAddress() - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
isReuseAddress() - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
isReusePort() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
Returns true if the SO_REUSEPORT option is set.
isReusePort() - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
Returns true if the SO_REUSEPORT option is set.
isReusePort(int) - 类 中的静态方法io.netty.channel.epoll.Native
 
isRts() - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
isSctpNoDelay() - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
isSctpNoDelay() - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
Gets the SCTP_NODELAY option.
isSecure() - 接口 中的方法io.netty.handler.codec.http.cookie.Cookie
Checks to see if this Cookie is secure
isSecure() - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
 
isSensitive() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
isSensitive() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
isServer() - 类 中的方法io.netty.handler.ssl.SslContext
Returns true if and only if this context is for server-side.
isServerChannel() - 类 中的静态方法io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels that are of type ServerChannel.
isSessionCacheEnabled() - 类 中的方法io.netty.handler.ssl.OpenSslServerSessionContext
 
isSessionCacheEnabled() - 类 中的方法io.netty.handler.ssl.OpenSslSessionContext
Return true if caching of SSL sessions is enabled, false otherwise.
isSet(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isSet(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if the setting ID has a value.
isSet() - 类 中的方法io.netty.util.concurrent.FastThreadLocal
Returns true if and only if this thread-local variable is set.
isSet(InternalThreadLocalMap) - 类 中的方法io.netty.util.concurrent.FastThreadLocal
Returns true if and only if this thread-local variable is set.
isSharable() - 类 中的方法io.netty.channel.ChannelHandlerAdapter
Return true if the implementation is Sharable and so can be added to different ChannelPipelines.
isShortCurcuit() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
Determines whether a CORS request should be rejected if it's invalid before being further processing.
isShutdown() - 类 中的方法io.netty.channel.ThreadPerChannelEventLoopGroup
 
isShutdown() - 类 中的方法io.netty.channel.unix.Socket
 
isShutdown() - 类 中的方法io.netty.util.concurrent.GlobalEventExecutor
 
isShutdown() - 类 中的方法io.netty.util.concurrent.ImmediateEventExecutor
 
isShutdown() - 类 中的方法io.netty.util.concurrent.MultithreadEventExecutorGroup
 
isShutdown() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
isShuttingDown() - 类 中的方法io.netty.channel.ThreadPerChannelEventLoopGroup
 
isShuttingDown() - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
Returns true if and only if this executor was started to be shut down gracefuclly or was shut down.
isShuttingDown() - 类 中的方法io.netty.util.concurrent.GlobalEventExecutor
 
isShuttingDown() - 类 中的方法io.netty.util.concurrent.ImmediateEventExecutor
 
isShuttingDown() - 类 中的方法io.netty.util.concurrent.MultithreadEventExecutorGroup
 
isShuttingDown() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
isShuttingDown() - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
isSingleDecode() - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
If true then only one message is decoded on each ByteToMessageDecoder.channelRead(ChannelHandlerContext, Object) call.
isSingleDecode() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
isSingleDecode() - 类 中的方法io.netty.handler.codec.http.HttpClientCodec
 
isSuccess() - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
Returns true if and only if all I/O operations associated with this future were successful without any failure.
isSuccess() - 类 中的方法io.netty.handler.codec.DecoderResult
 
isSuccess() - 类 中的方法io.netty.handler.ssl.SslCompletionEvent
Return true if the completion was successful
isSuccess() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
isSuccess() - 类 中的方法io.netty.util.concurrent.FailedFuture
 
isSuccess() - 接口 中的方法io.netty.util.concurrent.Future
Returns true if and only if the I/O operation was completed successfully.
isSuccess() - 类 中的方法io.netty.util.concurrent.SucceededFuture
 
issuer(X509Certificate) - 类 中的方法io.netty.example.ocsp.OcspRequestBuilder
 
isSurrogate(char) - 类 中的静态方法io.netty.util.internal.StringUtil
Determine if c lies within the range of values defined for Surrogate Code Point.
isSwitchingToNonHttp1Protocol(HttpResponse) - 类 中的方法io.netty.handler.codec.http.HttpObjectDecoder
Returns true if the server switched to a different protocol than HTTP/1.0 or HTTP/1.1, e.g.
isTcpCork() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_CORK option on the socket.
isTcpCork() - 类 中的方法io.netty.channel.unix.Socket
 
isTcpNoDelay() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
isTcpNoDelay() - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
isTcpNoDelay() - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Gets the StandardSocketOptions.TCP_NODELAY option.
isTcpNoDelay() - 类 中的方法io.netty.channel.unix.Socket
 
isTcpQuickAck() - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Returns true if TCP_QUICKACK is enabled, false otherwise.
isTcpQuickAck() - 类 中的方法io.netty.channel.unix.Socket
 
isTerminated() - 类 中的方法io.netty.channel.ThreadPerChannelEventLoopGroup
 
isTerminated() - 类 中的方法io.netty.util.concurrent.GlobalEventExecutor
 
isTerminated() - 类 中的方法io.netty.util.concurrent.ImmediateEventExecutor
 
isTerminated() - 类 中的方法io.netty.util.concurrent.MultithreadEventExecutorGroup
 
isTerminated() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
isText(ByteBuf, Charset) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Returns true if the given ByteBuf is valid text using the given Charset, otherwise return false.
isText(ByteBuf, int, int, Charset) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Returns true if the specified ByteBuf starting at index with length is valid text using the given Charset, otherwise return false.
isTraceEnabled() - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Is the logger instance enabled for the TRACE level?
isTransferEncodingChunked(HttpMessage) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Checks to see if the transfer encoding in a specified HttpMessage is chunked
isTruncated() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
isTruncated() - 接口 中的方法io.netty.handler.codec.spdy.SpdyHeadersFrame
Returns true if this header block has been truncated due to length restrictions.
isUnaligned() - 类 中的静态方法io.netty.util.internal.PlatformDependent
true if and only if the platform supports unaligned access.
isUnidirectional() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
isUnidirectional() - 接口 中的方法io.netty.handler.codec.spdy.SpdySynStreamFrame
Returns true if the stream created with this frame is to be considered half-closed to the receiver.
isUnordered() - 类 中的方法io.netty.channel.sctp.SctpMessage
return the unordered flag
isValid(int) - 类 中的静态方法io.netty.internal.tcnative.CertificateVerifier
Returns true if the given errorCode is valid, false otherwise.
isValidIpV4Address(String) - 类 中的静态方法io.netty.util.NetUtil
Takes a string and parses it to see if it is a valid IPV4 address.
isValidIpV6Address(String) - 类 中的静态方法io.netty.util.NetUtil
 
isWarnEnabled() - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Is the logger instance enabled for the WARN level?
isWindows() - 类 中的静态方法io.netty.util.internal.PlatformDependent
Return true if the JVM is running on Windows
isWritable() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
isWritable(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
isWritable() - 类 中的方法io.netty.buffer.ByteBuf
Returns true if and only if (this.capacity - this.writerIndex) is greater than 0.
isWritable(int) - 类 中的方法io.netty.buffer.ByteBuf
Returns true if and only if this buffer has enough room to allow writing the specified number of elements.
isWritable() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
isWritable(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
isWritable() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
isWritable(int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
isWritable() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
isWritable(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
isWritable() - 类 中的方法io.netty.channel.AbstractChannel
 
isWritable() - 接口 中的方法io.netty.channel.Channel
Returns true if and only if the I/O thread will perform the requested write operation immediately.
isWritable() - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Returns true if and only if the total number of pending bytes did not exceed the write watermark of the Channel and no user-defined writability flag has been set to false.
isZero(byte[], int, int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
Determine if a subsection of an array is zero.
iterator() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
iterator() - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
iterator() - 异常错误 中的方法io.netty.channel.group.ChannelGroupException
Returns a Iterator which contains all the Throwable that was a cause of the failure and the related id of the Channel.
iterator() - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
Returns the Iterator that enumerates all ChannelFutures which are associated with this future.
iterator() - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
iterator() - 类 中的方法io.netty.channel.pool.AbstractChannelPoolMap
 
iterator() - 类 中的方法io.netty.channel.ThreadPerChannelEventLoopGroup
 
iterator() - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
iterator() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
iterator() - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaders
 
iterator() - 类 中的方法io.netty.util.collection.IntObjectHashMap
 
iterator() - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
 
iterator() - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
Returns a read-only Iterator over all EventExecutor, which are handled by this EventExecutorGroup at the time of invoke this method.
iterator() - 类 中的方法io.netty.util.concurrent.MultithreadEventExecutorGroup
 
iterator() - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
iterator() - 类 中的方法io.netty.util.internal.ConcurrentSet
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Netty 4.0.56.Final(2018/10/07)

Copyright © 2018 即时通讯网(52im.net) - 即时通讯开发者社区. All rights reserved.