Netty 3.10.5.Final(build 2016/02/27)
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

I

ID - 类 中的静态变量org.jboss.netty.util.Version
The version identifier.
IDENTITY - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
"identity"
IDENTITY - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"identity"
IdleState - org.jboss.netty.handler.timeout中的枚举
An Enum that represents the idle state of a Channel.
IdleStateAwareChannelHandler - org.jboss.netty.handler.timeout中的类
An extended SimpleChannelHandler that adds the handler method for an IdleStateEvent.
IdleStateAwareChannelHandler() - 类 的构造器org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler
 
IdleStateAwareChannelUpstreamHandler - org.jboss.netty.handler.timeout中的类
An extended SimpleChannelUpstreamHandler that adds the handler method for an IdleStateEvent.
IdleStateAwareChannelUpstreamHandler() - 类 的构造器org.jboss.netty.handler.timeout.IdleStateAwareChannelUpstreamHandler
 
IdleStateEvent - org.jboss.netty.handler.timeout中的接口
A ChannelEvent that is triggered when a Channel has been idle for a while.
IdleStateHandler - org.jboss.netty.handler.timeout中的类
Triggers an IdleStateEvent when a Channel has not performed read, write, or both operation for a while.
IdleStateHandler(Timer, int, int, int) - 类 的构造器org.jboss.netty.handler.timeout.IdleStateHandler
Creates a new instance.
IdleStateHandler(Timer, long, long, long, TimeUnit) - 类 的构造器org.jboss.netty.handler.timeout.IdleStateHandler
Creates a new instance.
IF_MATCH - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"If-Match"
IF_MATCH - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"If-Match"
IF_MODIFIED_SINCE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"If-Modified-Since"
IF_MODIFIED_SINCE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"If-Modified-Since"
IF_NONE_MATCH - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"If-None-Match"
IF_RANGE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"If-Range"
IF_UNMODIFIED_SINCE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"If-Unmodified-Since"
ImmediateExecutor - org.jboss.netty.handler.ssl中的类
Executor which executes the command in the caller thread.
increase() - 类 中的方法org.jboss.netty.util.internal.SharedResourceMisuseDetector
 
increaseCounter(Runnable) - 类 中的方法org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
indexOf(int, int, byte) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
indexOf(int, int, ChannelBufferIndexFinder) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
indexOf(int, int, byte) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Locates the first occurrence of the specified value in this buffer.
indexOf(int, int, ChannelBufferIndexFinder) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Locates the first place where the specified indexFinder returns true.
indexOf(ChannelBuffer, int, int, byte) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
The default implementation of ChannelBuffer.indexOf(int, int, byte).
indexOf(ChannelBuffer, int, int, ChannelBufferIndexFinder) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
INDIAN_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
INDIAN = 8;
inflate(int) - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
inflateEnd() - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
inflateInit() - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
inflateInit(Enum<?>) - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
inflateInit(int) - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
inflateInit(int, Enum) - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
inflateSetDictionary(byte[], int) - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
inflateSync() - 类 中的方法org.jboss.netty.util.internal.jzlib.ZStream
 
info(String) - 接口 中的方法org.jboss.netty.logging.InternalLogger
Logs an INFO level message.
info(String, Throwable) - 接口 中的方法org.jboss.netty.logging.InternalLogger
Logs an INFO level message.
informReadOperation(ChannelHandlerContext, long) - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
init() - 类 中的方法org.jboss.netty.channel.socket.http.HttpTunnelingServlet
 
init() - 类 中的方法org.jboss.netty.channel.socket.nio.AbstractNioBossPool
 
init() - 类 中的方法org.jboss.netty.channel.socket.nio.AbstractNioWorkerPool
 
initCookie(String, int, int, int, int) - 类 中的方法org.jboss.netty.handler.codec.http.cookie.CookieDecoder
 
initialValue(Channel) - 类 中的方法org.jboss.netty.channel.ChannelLocal
Returns the initial value of the variable.
initialValue() - 类 中的方法org.jboss.netty.util.internal.ThreadLocalBoolean
 
InsecureTrustManagerFactory - org.jboss.netty.handler.ssl.util中的类
An insecure TrustManagerFactory that trusts all X.509 certificates without any verification.
INSTANCE - 类 中的静态变量org.jboss.netty.handler.ssl.ImmediateExecutor
The default instance.
INSTANCE - 类 中的静态变量org.jboss.netty.handler.ssl.util.InsecureTrustManagerFactory
 
INSTANCE - 类 中的静态变量org.jboss.netty.util.internal.CaseIgnoringComparator
 
INSUFFICIENT_STORAGE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
507 Insufficient Storage (WebDAV, RFC4918)
InterfaceHttpData - org.jboss.netty.handler.codec.http.multipart中的接口
Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder
InterfaceHttpData.HttpDataType - org.jboss.netty.handler.codec.http.multipart中的枚举
 
InterfaceHttpPostRequestDecoder - org.jboss.netty.handler.codec.http.multipart中的接口
 
INTERLEAVED - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"interleaved"
INTERNAL_ERROR - 类 中的静态变量org.jboss.netty.handler.codec.spdy.SpdySessionStatus
2 Internal Error
INTERNAL_ERROR - 类 中的静态变量org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
6 Internal Error
INTERNAL_SERVER_ERROR - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
500 Internal Server Error
INTERNAL_SERVER_ERROR - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
500 Internal Server Error
InternalAttribute - org.jboss.netty.handler.codec.http.multipart中的类
This Attribute is only for Encoder use to insert special command between object if needed (like Multipart Mixed mode)
InternalAttribute(Charset) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
internalBuffer() - 类 中的方法org.jboss.netty.handler.codec.frame.FrameDecoder
Returns the internal cumulative buffer of this decoder.
internalBuffer() - 类 中的方法org.jboss.netty.handler.codec.replay.ReplayingDecoder
 
internalGetFieldAccessorTable() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
 
internalGetFieldAccessorTable() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
 
internalGetFieldAccessorTable() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Location
 
internalGetFieldAccessorTable() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
 
internalGetValueMap() - 枚举 中的静态方法org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
 
internalGetValueMap() - 枚举 中的静态方法org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
 
InternalLogger - org.jboss.netty.logging中的接口
Internal-use-only logger used by Netty.
InternalLoggerFactory - org.jboss.netty.logging中的类
Creates an InternalLogger or changes the default factory implementation.
InternalLoggerFactory() - 类 的构造器org.jboss.netty.logging.InternalLoggerFactory
 
InternalLogLevel - org.jboss.netty.logging中的枚举
The log level that InternalLogger can log at.
internalSubmitWrite(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
已过时。
InternetProtocolFamily - org.jboss.netty.channel.socket中的枚举
Internet Protocol (IP) families
INVALID_CREDENTIALS - 类 中的静态变量org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
10 Invalid Credentials
INVALID_RANGE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
457 Invalid Range
INVALID_STREAM - 类 中的静态变量org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
2 Invalid Stream
IpFilteringHandler - org.jboss.netty.handler.ipfilter中的接口
The Interface IpFilteringHandler.
IpFilteringHandlerImpl - org.jboss.netty.handler.ipfilter中的类
General class that handle Ip Filtering.
IpFilteringHandlerImpl() - 类 的构造器org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
 
IpFilterListener - org.jboss.netty.handler.ipfilter中的接口
The listener interface for receiving ipFilter events.
IpFilterRule - org.jboss.netty.handler.ipfilter中的接口
This Interface defines an Ip Filter Rule.
IpFilterRuleHandler - org.jboss.netty.handler.ipfilter中的类
Implementation of Filter of IP based on ALLOW and DENY rules.
IpFilterRuleHandler(List<IpFilterRule>) - 类 的构造器org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Constructor from a new list of IpFilterRule
IpFilterRuleHandler() - 类 的构造器org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Empty constructor (no IpFilterRule in the List at construction).
IpFilterRuleList - org.jboss.netty.handler.ipfilter中的类
The Class IpFilterRuleList is a helper class to generate a List of Rules from a string.
IpFilterRuleList(String) - 类 的构造器org.jboss.netty.handler.ipfilter.IpFilterRuleList
Instantiates a new ip filter rule list.
IpSet - org.jboss.netty.handler.ipfilter中的接口
This Interface defines an IpSet object.
IpSubnet - org.jboss.netty.handler.ipfilter中的类
This class allows to check if an IP V4 or V6 Address is contained in a subnet.
IpSubnet() - 类 的构造器org.jboss.netty.handler.ipfilter.IpSubnet
Create IpSubnet for ALL (used for ALLOW or DENY ALL)
IpSubnet(String) - 类 的构造器org.jboss.netty.handler.ipfilter.IpSubnet
Create IpSubnet using the CIDR or normal Notation
i.e.
IpSubnet(InetAddress, int) - 类 的构造器org.jboss.netty.handler.ipfilter.IpSubnet
Create IpSubnet using the CIDR Notation
IpSubnet(InetAddress, String) - 类 的构造器org.jboss.netty.handler.ipfilter.IpSubnet
Create IpSubnet using the normal Notation
IpSubnetFilterRule - org.jboss.netty.handler.ipfilter中的类
Ip V4 and Ip V6 filter rule.
IpSubnetFilterRule(boolean) - 类 的构造器org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
Constructor for a ALLOW or DENY ALL
IpSubnetFilterRule(boolean, InetAddress, int) - 类 的构造器org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
IpSubnetFilterRule(boolean, InetAddress, String) - 类 的构造器org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
IpSubnetFilterRule(boolean, String) - 类 的构造器org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
IpV4Subnet - org.jboss.netty.handler.ipfilter中的类
This class allows to check if an IP-V4-Address is contained in a subnet.
IpV4Subnet() - 类 的构造器org.jboss.netty.handler.ipfilter.IpV4Subnet
Create IpV4Subnet for ALL (used for ALLOW or DENY ALL)
IpV4Subnet(String) - 类 的构造器org.jboss.netty.handler.ipfilter.IpV4Subnet
Create IpV4Subnet using the CIDR or normal Notation
i.e.: IpV4Subnet subnet = new IpV4Subnet("10.10.10.0/24"); or IpV4Subnet subnet = new IpV4Subnet("10.10.10.0/255.255.255.0");
IpV4Subnet(InetAddress, int) - 类 的构造器org.jboss.netty.handler.ipfilter.IpV4Subnet
Create IpV4Subnet using the CIDR Notation
IpV4Subnet(InetAddress, String) - 类 的构造器org.jboss.netty.handler.ipfilter.IpV4Subnet
Create IpV4Subnet using the normal Notation
IpV4SubnetFilterRule - org.jboss.netty.handler.ipfilter中的类
IpV4 only Filter Rule
IpV4SubnetFilterRule(boolean) - 类 的构造器org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
Constructor for a ALLOW or DENY ALL
IpV4SubnetFilterRule(boolean, InetAddress, int) - 类 的构造器org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
IpV4SubnetFilterRule(boolean, InetAddress, String) - 类 的构造器org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
IpV4SubnetFilterRule(boolean, String) - 类 的构造器org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
is100ContinueExpected(HttpMessage) - 类 中的静态方法org.jboss.netty.handler.codec.http.HttpHeaders
Returns true if and only if the specified message contains the "Expect: 100-continue" header.
isAllowRule() - 接口 中的方法org.jboss.netty.handler.ipfilter.IpFilterRule
 
isAllowRule() - 类 中的方法org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
isAllowRule() - 类 中的方法org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
isAllowRule() - 类 中的方法org.jboss.netty.handler.ipfilter.PatternRule
 
isAttached() - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Returns true if and only if this pipeline is attached to a Channel.
isAttached() - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
isAvailable() - 类 中的静态方法org.jboss.netty.handler.ssl.OpenSsl
Returns true if and only if netty-tcnative and its OpenSSL support are available.
isBlocked(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
Internal method to test if the current channel is blocked.
isBound() - 接口 中的方法org.jboss.netty.channel.Channel
Returns true if and only if this channel is bound to a local address.
isBound() - 类 中的方法org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
isBound() - 类 中的方法org.jboss.netty.channel.socket.nio.NioSocketChannel
 
isBroadcast() - 接口 中的方法org.jboss.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.SO_BROADCAST option.
isBroadcast() - 类 中的方法org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
isCancelled() - 接口 中的方法org.jboss.netty.channel.ChannelFuture
Returns true if and only if this future was cancelled by a ChannelFuture.cancel() method.
isCancelled() - 类 中的方法org.jboss.netty.channel.CompleteChannelFuture
 
isCancelled() - 类 中的方法org.jboss.netty.channel.DefaultChannelFuture
 
isCancelled() - 接口 中的方法org.jboss.netty.util.Timeout
Returns true if and only if the TimerTask associated with this handle has been cancelled.
isChunked() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
isChunked() - 接口 中的方法org.jboss.netty.handler.codec.http.HttpMessage
Returns true if and only if this message does not have any content but the HttpChunks, which is generated by HttpMessageDecoder consecutively, contain the actual content.
isChunked() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
isClient() - 类 中的方法org.jboss.netty.handler.ssl.JdkSslClientContext
 
isClient() - 类 中的方法org.jboss.netty.handler.ssl.JdkSslServerContext
 
isClient() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslServerContext
 
isClient() - 类 中的方法org.jboss.netty.handler.ssl.SslContext
Returns the true if and only if this context is for client-side.
isClosed() - 类 中的方法org.jboss.netty.handler.codec.compression.JdkZlibEncoder
 
isClosed() - 类 中的方法org.jboss.netty.handler.codec.compression.ZlibDecoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - 类 中的方法org.jboss.netty.handler.codec.compression.ZlibEncoder
 
isClosed() - 类 中的方法org.jboss.netty.handler.queue.BlockingReadHandler
Returns true if and only if the Channel associated with this handler has been closed.
isCompleted() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
isCompleted() - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.HttpData
 
isCompleted() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
isCompleted() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
isCompleteFailure() - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Returns true if and only if all I/O operations associated with this future have failed without any success.
isCompleteFailure() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
isCompleteSuccess() - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Returns true if and only if all I/O operations associated with this future were successful without any failure.
isCompleteSuccess() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
isConnected() - 类 中的方法org.jboss.netty.channel.AbstractServerChannel
 
isConnected() - 接口 中的方法org.jboss.netty.channel.Channel
Returns true if and only if this channel is connected to a remote address.
isConnected() - 类 中的方法org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
isConnected() - 类 中的方法org.jboss.netty.channel.socket.nio.NioSocketChannel
 
isConsolidateOnFlush() - 类 中的方法org.jboss.netty.handler.queue.BufferedWriteHandler
 
isContentAlwaysEmpty(HttpMessage) - 类 中的方法org.jboss.netty.handler.codec.http.HttpMessageDecoder
 
isContentAlwaysEmpty(HttpMessage) - 类 中的方法org.jboss.netty.handler.codec.rtsp.RtspMessageDecoder
 
isContentLengthSet(HttpMessage) - 类 中的静态方法org.jboss.netty.handler.codec.http.HttpHeaders
 
isDebugEnabled() - 接口 中的方法org.jboss.netty.logging.InternalLogger
Returns true if a DEBUG level message is logged.
isDebugEnabled() - 类 中的静态方法org.jboss.netty.util.DebugUtil
Returns true if and only if Netty debug mode is enabled.
isDecodingRequest() - 类 中的方法org.jboss.netty.handler.codec.http.HttpMessageDecoder
 
isDecodingRequest() - 类 中的方法org.jboss.netty.handler.codec.http.HttpRequestDecoder
 
isDecodingRequest() - 类 中的方法org.jboss.netty.handler.codec.http.HttpResponseDecoder
 
isDecodingRequest() - 类 中的方法org.jboss.netty.handler.codec.rtsp.RtspRequestDecoder
 
isDecodingRequest() - 类 中的方法org.jboss.netty.handler.codec.rtsp.RtspResponseDecoder
 
isDenyRule() - 接口 中的方法org.jboss.netty.handler.ipfilter.IpFilterRule
 
isDenyRule() - 类 中的方法org.jboss.netty.handler.ipfilter.IpSubnetFilterRule
 
isDenyRule() - 类 中的方法org.jboss.netty.handler.ipfilter.IpV4SubnetFilterRule
 
isDenyRule() - 类 中的方法org.jboss.netty.handler.ipfilter.PatternRule
 
isDirect() - 类 中的方法org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
isDirect() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Returns true if and only if this buffer is backed by an NIO direct buffer.
isDirect() - 类 中的方法org.jboss.netty.buffer.CompositeChannelBuffer
 
isDirect() - 类 中的方法org.jboss.netty.buffer.DuplicatedChannelBuffer
 
isDirect() - 类 中的方法org.jboss.netty.buffer.DynamicChannelBuffer
 
isDirect() - 类 中的方法org.jboss.netty.buffer.HeapChannelBuffer
 
isDirect() - 类 中的方法org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
isDirect() - 类 中的方法org.jboss.netty.buffer.SlicedChannelBuffer
 
isDirect() - 类 中的方法org.jboss.netty.buffer.TruncatedChannelBuffer
 
isDiscard() - 接口 中的方法org.jboss.netty.handler.codec.http.Cookie
已过时。
Not part of RFC6265
isDiscard() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultCookie
已过时。
isDone() - 接口 中的方法org.jboss.netty.channel.ChannelFuture
Returns true if and only if this future is complete, regardless of whether the operation was successful, failed, or cancelled.
isDone() - 类 中的方法org.jboss.netty.channel.CompleteChannelFuture
 
isDone() - 类 中的方法org.jboss.netty.channel.DefaultChannelFuture
 
isDone() - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Returns true if and only if this future is complete, regardless of whether the operation was successful, failed, or canceled.
isDone() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
isEmpty() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
isEmpty() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
isEmpty() - 类 中的方法org.jboss.netty.handler.codec.http.HttpHeaders
Checks if no header exists.
isEmpty() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
isEmpty() - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
Checks if no header exists.
isEmpty() - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Returns true if this list contains no elements
isEmpty() - 类 中的方法org.jboss.netty.util.internal.ConcurrentHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - 类 中的方法org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - 类 中的方法org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap
Returns true if this map contains no key-value mappings.
isEnabled(InternalLogLevel) - 类 中的方法org.jboss.netty.logging.AbstractInternalLogger
 
isEnabled(InternalLogLevel) - 接口 中的方法org.jboss.netty.logging.InternalLogger
Returns true if the specified log level message is logged.
isEnableRenegotiation() - 类 中的方法org.jboss.netty.handler.ssl.SslHandler
Returns true if and only if TLS renegotiation is enabled.
isEnableSslSessionCreation() - 类 中的方法org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
Returns true if new SSLSessions may be established by an SSLEngine.
isEncrypted(ChannelBuffer) - 类 中的静态方法org.jboss.netty.handler.ssl.SslHandler
Returns true if the given ChannelBuffer is encrypted.
isEndOfInput() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
isEndOfInput() - 类 中的方法org.jboss.netty.handler.stream.ChunkedFile
 
isEndOfInput() - 接口 中的方法org.jboss.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() - 类 中的方法org.jboss.netty.handler.stream.ChunkedNioFile
 
isEndOfInput() - 类 中的方法org.jboss.netty.handler.stream.ChunkedNioStream
 
isEndOfInput() - 类 中的方法org.jboss.netty.handler.stream.ChunkedStream
 
isEphemeral() - 类 中的方法org.jboss.netty.channel.local.LocalAddress
Returns true if and only if this address is ephemeral.
isErrorEnabled() - 接口 中的方法org.jboss.netty.logging.InternalLogger
Returns true if an ERROR level message is logged.
isExpired() - 接口 中的方法org.jboss.netty.util.Timeout
Returns true if and only if the TimerTask associated with this handle has been expired.
isFinalFragment() - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
Flag to indicate if this frame is the final fragment in a message.
isFireExceptionCaughtLater(ChannelEvent, Throwable) - 类 中的方法org.jboss.netty.channel.AbstractChannelSink
Returns true if and only if the specified actualCause, which was raised while handling the specified event, must trigger an exceptionCaught() event in an I/O thread.
isFireExceptionCaughtLater(ChannelEvent, Throwable) - 类 中的方法org.jboss.netty.channel.socket.nio.AbstractNioChannelSink
 
isFireExceptionCaughtLater(ChannelEvent, Throwable) - 类 中的方法org.jboss.netty.channel.socket.oio.AbstractOioChannelSink
 
isHandshakeComplete() - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Flag to indicate if the opening handshake is complete
isHeldByCurrentThread() - 类 中的方法org.jboss.netty.util.internal.NonReentrantLock
 
isHeldExclusively() - 类 中的方法org.jboss.netty.util.internal.NonReentrantLock
 
isHttpOnly() - 接口 中的方法org.jboss.netty.handler.codec.http.cookie.Cookie
Checks to see if this Cookie can only be accessed via HTTP.
isHttpOnly() - 类 中的方法org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
isInboundDone() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslEngine
 
isInfoEnabled() - 接口 中的方法org.jboss.netty.logging.InternalLogger
Returns true if an INFO level message is logged.
isInitialized() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime.Builder
 
isInitialized() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
 
isInitialized() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
 
isInitialized() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
 
isInitialized() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Location.Builder
 
isInitialized() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Location
 
isInitialized() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
 
isInitialized() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
 
isInMemory() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
isInMemory() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
isInMemory() - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.HttpData
Provides a hint as to whether or not the file contents will be read from memory.
isInMemory() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
isInMemory() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
isInvalid() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
isInvalid() - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyHeadersFrame
Returns true if this header block is invalid.
isIssueHandshake() - 类 中的方法org.jboss.netty.handler.ssl.SslHandler
Returns true if the automatic handshake is enabled
isKeepAlive() - 类 中的方法org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
isKeepAlive() - 类 中的方法org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
isKeepAlive() - 接口 中的方法org.jboss.netty.channel.socket.SocketChannelConfig
Gets the StandardSocketOptions.SO_KEEPALIVE option.
isKeepAlive(HttpMessage) - 类 中的静态方法org.jboss.netty.handler.codec.http.HttpHeaders
Returns true if and only if the connection can remain open and thus 'kept alive'.
isKeepAliveDefault() - 类 中的方法org.jboss.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() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpChunk
 
isLast() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
isLast() - 接口 中的方法org.jboss.netty.handler.codec.http.HttpChunk
Returns true if and only if this chunk is the 'end of content' marker.
isLast() - 接口 中的方法org.jboss.netty.handler.codec.http.HttpChunkTrailer
Always returns true.
isLast() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
isLast() - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyStreamFrame
Returns true if this frame is the last frame to be transmitted on the stream.
isLoopbackModeDisabled() - 接口 中的方法org.jboss.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.IP_MULTICAST_LOOP option.
isLoopbackModeDisabled() - 类 中的方法org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
isMultipart() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
isMultipart(HttpRequest) - 类 中的静态方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Check if the given request is a multipart request
isMultipart() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder
True if this request is a Multipart request
isMultipart() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
True if this request is a Multipart request
isMultipart() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
isMultipart() - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
True if this request is a Multipart request
ISO_8859_1 - 类 中的静态变量org.jboss.netty.util.CharsetUtil
ISO Latin Alphabet No. 1, as known as ISO-LATIN-1
isOpen() - 类 中的方法org.jboss.netty.channel.AbstractChannel
 
isOpen() - 接口 中的方法org.jboss.netty.channel.Channel
Returns true if and only if this channel is open.
isOpen() - 类 中的方法org.jboss.netty.channel.socket.nio.NioSocketChannel
 
isOutboundDone() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslEngine
 
isPartialFailure() - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future have failed partially with some success.
isPartialFailure() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
isPartialSuccess() - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future were partially successful with some failure.
isPartialSuccess() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
isPersisted(int) - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isPersisted(int) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if this setting is persisted.
isPersistValue(int) - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isPersistValue(int) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if this setting should be persisted.
isReadable() - 类 中的方法org.jboss.netty.channel.AbstractChannel
 
isReadable() - 接口 中的方法org.jboss.netty.channel.Channel
Returns true if and only if the I/O thread will read a message from this channel.
isRenamed - 类 中的变量org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
isReuseAddress() - 接口 中的方法org.jboss.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.SO_REUSEADDR option.
isReuseAddress() - 类 中的方法org.jboss.netty.channel.socket.DefaultDatagramChannelConfig
 
isReuseAddress() - 类 中的方法org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig
 
isReuseAddress() - 类 中的方法org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
isReuseAddress() - 类 中的方法org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
isReuseAddress() - 接口 中的方法org.jboss.netty.channel.socket.ServerSocketChannelConfig
Gets the StandardSocketOptions.SO_REUSEADDR option.
isReuseAddress() - 接口 中的方法org.jboss.netty.channel.socket.SocketChannelConfig
Gets the StandardSocketOptions.SO_REUSEADDR option.
isSecure() - 接口 中的方法org.jboss.netty.handler.codec.http.cookie.Cookie
Checks to see if this Cookie is secure
isSecure() - 类 中的方法org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
isServer() - 类 中的方法org.jboss.netty.handler.ssl.SslContext
Returns true if and only if this context is for server-side.
isSet(int) - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isSet(int) - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if the setting ID has a value.
isShutdown(Executor) - 类 中的静态方法org.jboss.netty.util.internal.ExecutorUtil
Returns true if and only if the specified executor is an ExecutorService and is shut down.
isShutdown() - 类 中的方法org.jboss.netty.util.VirtualExecutorService
 
isSuccess() - 接口 中的方法org.jboss.netty.channel.ChannelFuture
Returns true if and only if the I/O operation was completed successfully.
isSuccess() - 类 中的方法org.jboss.netty.channel.DefaultChannelFuture
 
isSuccess() - 类 中的方法org.jboss.netty.channel.FailedChannelFuture
 
isSuccess() - 类 中的方法org.jboss.netty.channel.SucceededChannelFuture
 
isTcpNoDelay() - 类 中的方法org.jboss.netty.channel.socket.DefaultSocketChannelConfig
 
isTcpNoDelay() - 类 中的方法org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig
 
isTcpNoDelay() - 接口 中的方法org.jboss.netty.channel.socket.SocketChannelConfig
Gets the StandardSocketOptions.TCP_NODELAY option.
isTerminated() - 类 中的方法org.jboss.netty.util.VirtualExecutorService
 
isTransferEncodingChunked(HttpMessage) - 类 中的静态方法org.jboss.netty.handler.codec.http.HttpHeaders
Checks to see if the transfer encoding in a specified HttpMessage is chunked
isTruncated() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
isTruncated() - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdyHeadersFrame
Returns true if this header block has been truncated due to length restrictions.
isUnfold() - 类 中的方法org.jboss.netty.handler.codec.frame.FrameDecoder
 
isUnidirectional() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
isUnidirectional() - 接口 中的方法org.jboss.netty.handler.codec.spdy.SpdySynStreamFrame
Returns true if the stream created with this frame is to be considered half-closed to the receiver.
isUseDeadLockChecker() - 类 中的静态方法org.jboss.netty.channel.DefaultChannelFuture
Returns true if and only if the dead lock checker is enabled.
isValidIp4Word(String) - 类 中的静态方法org.jboss.netty.util.NetUtil
 
isValidIpV4Address(String) - 类 中的静态方法org.jboss.netty.util.NetUtil
Takes a string and parses it to see if it is a valid IPV4 address.
isValidIpV6Address(String) - 类 中的静态方法org.jboss.netty.util.NetUtil
 
isWarnEnabled() - 接口 中的方法org.jboss.netty.logging.InternalLogger
Returns true if a WARN level message is logged.
isWindows() - 类 中的静态方法org.jboss.netty.util.internal.DetectionUtil
Return true if the JVM is running on Windows
isWritable() - 类 中的方法org.jboss.netty.channel.AbstractChannel
 
isWritable() - 接口 中的方法org.jboss.netty.channel.Channel
Returns true if and only if the I/O thread will perform the requested write operation immediately.
iterator() - 类 中的方法org.jboss.netty.channel.ChannelLocal
Returns a read-only Iterator that holds all Map.Entry's of this ChannelLocal
iterator() - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Returns the Iterator that enumerates all ChannelFutures which are associated with this future.
iterator() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
iterator() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
iterator() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
iterator() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
iterator() - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
Netty 3.10.5.Final(build 2016/02/27)

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