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 _ 

C

CACHE_CONTROL - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Cache-Control"
CACHE_CONTROL - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Cache-Control"
cacheDisabled(ClassLoader) - 类 中的静态方法io.netty.handler.codec.serialization.ClassResolvers
cache disabled
cacheFull() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
Returns the number of sessions that were removed because the maximum session cache size was exceeded.
calculateSize(Object) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
Calculate the size of the given Object.
calculateStrategy(IntSupplier, boolean) - 接口 中的方法io.netty.channel.SelectStrategy
The SelectStrategy can be used to steer the outcome of a potential select call.
calculator(DigestCalculator) - 类 中的方法io.netty.example.ocsp.OcspRequestBuilder
 
call() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
 
callDecode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
Called once data should be decoded from the given ByteBuf.
callDecode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.ReplayingDecoder
 
CANCEL - 类 中的静态变量io.netty.handler.codec.spdy.SpdyStreamStatus
5 Cancel
cancel(boolean) - 类 中的方法io.netty.util.concurrent.CompleteFuture
If the cancellation was successful it will fail the future with an CancellationException.
cancel(boolean) - 类 中的方法io.netty.util.concurrent.DefaultPromise
If the cancellation was successful it will fail the future with an CancellationException.
cancel(boolean) - 接口 中的方法io.netty.util.concurrent.Future
If the cancellation was successful it will fail the future with an CancellationException.
cancel() - 接口 中的方法io.netty.util.Timeout
Attempts to cancel the TimerTask associated with this handle.
cancelScheduledTasks() - 类 中的方法io.netty.util.concurrent.AbstractScheduledEventExecutor
Cancel all scheduled tasks.
canEnableTcpNoDelayByDefault() - 类 中的静态方法io.netty.util.internal.PlatformDependent
Returns true if and only if it is fine to enable TCP_NODELAY socket option by default.
capacity() - 类 中的方法io.netty.buffer.ByteBuf
Returns the number of bytes (octets) this buffer can contain.
capacity(int) - 类 中的方法io.netty.buffer.ByteBuf
Adjusts the capacity of this buffer.
capacity() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
capacity(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
capacity() - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
capacity(int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
capacity() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
capacity(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
capacity() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
capacity(int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
capacity() - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
capacity(int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
capacity() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
capacity(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
capacity() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
capacity(int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
capacity() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
capacity(int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
capacity() - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
capacity(int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
CARRIAGE_RETURN - 类 中的静态变量io.netty.util.internal.StringUtil
 
cascadeTo(Future<X>, Promise<? super X>) - 类 中的静态方法io.netty.util.concurrent.UnaryPromiseNotifier
 
caState() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
cause() - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
cause() - 类 中的方法io.netty.handler.codec.DecoderResult
 
cause() - 类 中的方法io.netty.handler.ssl.SslCompletionEvent
Return the Throwable if SslCompletionEvent.isSuccess() returns false and so the completion failed.
cause() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
cause() - 类 中的方法io.netty.util.concurrent.FailedFuture
 
cause() - 接口 中的方法io.netty.util.concurrent.Future
Returns the cause of the failed I/O operation if the I/O operation has failed.
cause() - 类 中的方法io.netty.util.concurrent.SucceededFuture
 
cbHits() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully retrieved sessions from the external session cache in server mode.
cert() - 类 中的方法io.netty.handler.ssl.util.SelfSignedCertificate
Returns the generated X.509 certificate.
certificate(X509Certificate) - 类 中的方法io.netty.example.ocsp.OcspRequestBuilder
 
certificate() - 类 中的方法io.netty.handler.ssl.util.SelfSignedCertificate
Returns the generated X.509 certificate file in PEM format.
certificateChain() - 类 中的方法io.netty.internal.tcnative.CertificateRequestedCallback.KeyMaterial
Returns a x509 chain (STACK_OF(X509) pointer)
CertificateRequestedCallback - io.netty.internal.tcnative中的接口
Is called during handshake and hooked into openssl via SSL_CTX_set_client_cert_cb.
CertificateRequestedCallback.KeyMaterial - io.netty.internal.tcnative中的类
Holds the material to use.
CertificateRequestedCallback.KeyMaterial(long, long) - 类 的构造器io.netty.internal.tcnative.CertificateRequestedCallback.KeyMaterial
 
certificates(byte[][]) - 类 中的静态方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
CertificateVerifier - io.netty.internal.tcnative中的类
Is called during handshake and hooked into openssl via SSL_CTX_set_cert_verify_callback.
CertificateVerifier() - 类 的构造器io.netty.internal.tcnative.CertificateVerifier
 
ch() - 类 中的方法io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
ch() - 接口 中的方法io.netty.channel.nio.AbstractNioChannel.NioUnsafe
Return underlying SelectableChannel
channel(Class<? extends C>) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
The Class which is used to create Channel instances from.
Channel - io.netty.channel中的接口
A nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.
channel() - 接口 中的方法io.netty.channel.ChannelFuture
Returns a channel where the I/O operation associated with this future takes place.
channel() - 接口 中的方法io.netty.channel.ChannelHandlerContext
Return the Channel which is bound to the ChannelHandlerContext.
channel() - 接口 中的方法io.netty.channel.ChannelPipeline
Returns the Channel that this pipeline is attached to.
channel() - 接口 中的方法io.netty.channel.ChannelPromise
 
channel - 类 中的变量io.netty.channel.DefaultChannelConfig
 
channel() - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
channel() - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
channel() - 类 中的方法io.netty.channel.DefaultChannelPromise
 
channel - 类 中的变量io.netty.channel.epoll.EpollServerChannelConfig
 
Channel.Unsafe - io.netty.channel中的接口
Unsafe operations that should never be called from user-code.
channelAccepted(ChannelHandlerContext, T) - 类 中的方法io.netty.handler.ipfilter.AbstractRemoteAddressFilter
This method is called if remoteAddress gets accepted by AbstractRemoteAddressFilter.accept(ChannelHandlerContext, SocketAddress).
channelAcquired(Channel) - 类 中的方法io.netty.channel.pool.AbstractChannelPoolHandler
NOOP implementation, sub-classes may override this.
channelAcquired(Channel) - 接口 中的方法io.netty.channel.pool.ChannelPoolHandler
Called once a Channel was acquired by calling ChannelPool.acquire() or ChannelPool.acquire(Promise).
channelActive(ChannelHandlerContext) - 接口 中的方法io.netty.channel.ChannelInboundHandler
The Channel of the ChannelHandlerContext is now active
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelInboundHandlerAdapter
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.discard.DiscardClientHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.echo.EchoClientHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.factorial.FactorialClientHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.file.FileServerHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.http.websocketx.client.WebSocketClientHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.objectecho.ObjectEchoClientHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.proxy.HexDumpProxyBackendHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.proxy.HexDumpProxyFrontendHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.rxtx.RxtxClientHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.sctp.SctpEchoClientHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.securechat.SecureChatServerHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.socksproxy.DirectClientHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.socksproxy.RelayHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.telnet.TelnetServerHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.udt.echo.bytes.ByteEchoClientHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.udt.echo.bytes.ByteEchoServerHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.udt.echo.message.MsgEchoClientHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.udt.echo.message.MsgEchoServerHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.udt.echo.rendezvous.MsgEchoPeerHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.example.uptime.UptimeClientHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.handler.ipfilter.AbstractRemoteAddressFilter
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.handler.ssl.SslHandler
Issues an initial TLS handshake once connected when used in client-mode
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.handler.timeout.IdleStateHandler
 
ChannelConfig - io.netty.channel中的接口
A set of configuration properties of a Channel.
channelCreated(Channel) - 接口 中的方法io.netty.channel.pool.ChannelPoolHandler
Called once a new Channel is created in the ChannelPool.
ChannelDuplexHandler - io.netty.channel中的类
ChannelHandler implementation which represents a combination out of a ChannelInboundHandler and the ChannelOutboundHandler.
ChannelDuplexHandler() - 类 的构造器io.netty.channel.ChannelDuplexHandler
 
ChannelException - io.netty.channel中的异常错误
A RuntimeException which is thrown when an I/O operation fails.
ChannelException() - 异常错误 的构造器io.netty.channel.ChannelException
Creates a new exception.
ChannelException(String, Throwable) - 异常错误 的构造器io.netty.channel.ChannelException
Creates a new exception.
ChannelException(String) - 异常错误 的构造器io.netty.channel.ChannelException
Creates a new exception.
ChannelException(Throwable) - 异常错误 的构造器io.netty.channel.ChannelException
Creates a new exception.
channelFactory(ChannelFactory<? extends C>) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
ChannelFactory which is used to create Channel instances from when calling AbstractBootstrap.bind().
ChannelFactory<T extends Channel> - io.netty.bootstrap中的接口
ChannelFlushPromiseNotifier - io.netty.channel中的类
This implementation allows to register ChannelFuture instances which will get notified once some amount of data was written and so a checkpoint was reached.
ChannelFlushPromiseNotifier(boolean) - 类 的构造器io.netty.channel.ChannelFlushPromiseNotifier
Create a new instance
ChannelFlushPromiseNotifier() - 类 的构造器io.netty.channel.ChannelFlushPromiseNotifier
Create a new instance which will use ChannelPromise.setSuccess() and ChannelPromise.setFailure(Throwable) to notify the ChannelPromises.
ChannelFuture - io.netty.channel中的接口
The result of an asynchronous Channel I/O operation.
ChannelFutureListener - io.netty.channel中的接口
Listens to the result of a ChannelFuture.
ChannelGroup - io.netty.channel.group中的接口
A thread-safe Set that contains open Channels and provides various bulk operations on them.
ChannelGroupException - io.netty.channel.group中的异常错误
ChannelException which holds ChannelFutures that failed because of an error.
ChannelGroupException(Collection<Map.Entry<Channel, Throwable>>) - 异常错误 的构造器io.netty.channel.group.ChannelGroupException
 
ChannelGroupFuture - io.netty.channel.group中的接口
The result of an asynchronous ChannelGroup operation.
ChannelGroupFutureListener - io.netty.channel.group中的接口
Listens to the result of a ChannelGroupFuture.
ChannelHandler - io.netty.channel中的接口
Handles or intercepts a ChannelInboundInvoker or ChannelOutboundInvoker operation, and forwards it to the next handler in a ChannelPipeline.
ChannelHandler.Sharable - io.netty.channel中的注释类型
Indicates that the same instance of the annotated ChannelHandler can be added to one or more ChannelPipelines multiple times without a race condition.
ChannelHandlerAdapter - io.netty.channel中的类
Skeleton implementation of a ChannelHandler.
ChannelHandlerAdapter() - 类 的构造器io.netty.channel.ChannelHandlerAdapter
 
ChannelHandlerContext - io.netty.channel中的接口
Enables a ChannelHandler to interact with its ChannelPipeline and other handlers.
ChannelHealthChecker - io.netty.channel.pool中的接口
Called before a Channel will be returned via ChannelPool.acquire() or ChannelPool.acquire(Promise).
channelIdle(ChannelHandlerContext, IdleStateEvent) - 类 中的方法io.netty.handler.timeout.IdleStateHandler
Is called when an IdleStateEvent should be fired.
channelIdle(ChannelHandlerContext, IdleStateEvent) - 类 中的方法io.netty.handler.timeout.ReadTimeoutHandler
 
channelInactive(ChannelHandlerContext) - 接口 中的方法io.netty.channel.ChannelInboundHandler
The Channel of the ChannelHandlerContext was registered is now inactive and reached its end of lifetime.
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelInboundHandlerAdapter
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.example.discard.DiscardClientHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.example.factorial.FactorialServerHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.example.http.websocketx.client.WebSocketClientHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.example.proxy.HexDumpProxyBackendHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.example.proxy.HexDumpProxyFrontendHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.example.socksproxy.RelayHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.example.uptime.UptimeClientHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.ByteToMessageCodec
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpContentDecoder
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpContentEncoder
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpObjectAggregator
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.spdy.SpdySessionHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.ssl.SslHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.stream.ChunkedWriteHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.timeout.IdleStateHandler
 
ChannelInboundHandler - io.netty.channel中的接口
ChannelHandler which adds callbacks for state changes.
ChannelInboundHandlerAdapter - io.netty.channel中的类
Abstract base class for ChannelInboundHandler implementations which provide implementations of all of their methods.
ChannelInboundHandlerAdapter() - 类 的构造器io.netty.channel.ChannelInboundHandlerAdapter
 
ChannelInitializer<C extends Channel> - io.netty.channel中的类
A special ChannelInboundHandler which offers an easy way to initialize a Channel once it was registered to its EventLoop.
ChannelInitializer() - 类 的构造器io.netty.channel.ChannelInitializer
 
ChannelInputShutdownEvent - io.netty.channel.socket中的类
Special event which will be fired and passed to the ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object) methods once the input of a SocketChannel was shutdown and the SocketChannelConfig.isAllowHalfClosure() method returns true.
ChannelMatcher - io.netty.channel.group中的接口
Allows to only match some Channel's for operations in ChannelGroup.
ChannelMatchers - io.netty.channel.group中的类
Helper class which provides often used ChannelMatcher implementations.
ChannelMetadata - io.netty.channel中的类
Represents the properties of a Channel implementation.
ChannelMetadata(boolean) - 类 的构造器io.netty.channel.ChannelMetadata
Create a new instance
ChannelOption<T> - io.netty.channel中的类
A ChannelOption allows to configure a ChannelConfig in a type-safe way.
ChannelOption(String) - 类 的构造器io.netty.channel.ChannelOption
已过时。
ChannelOutboundBuffer - io.netty.channel中的类
(Transport implementors only) an internal data structure used by AbstractChannel to store its pending outbound write requests.
ChannelOutboundBuffer.MessageProcessor - io.netty.channel中的接口
 
ChannelOutboundHandler - io.netty.channel中的接口
ChannelHandler which will get notified for IO-outbound-operations.
ChannelOutboundHandlerAdapter - io.netty.channel中的类
Skeleton implementation of a ChannelOutboundHandler.
ChannelOutboundHandlerAdapter() - 类 的构造器io.netty.channel.ChannelOutboundHandlerAdapter
 
ChannelOutputShutdownEvent - io.netty.channel.socket中的类
Special event which will be fired and passed to the ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object) methods once the output of a SocketChannel was shutdown.
ChannelOutputShutdownException - io.netty.channel.socket中的异常错误
Used to fail pending writes when a channel's output has been shutdown.
ChannelOutputShutdownException(String) - 异常错误 的构造器io.netty.channel.socket.ChannelOutputShutdownException
 
ChannelOutputShutdownException(String, Throwable) - 异常错误 的构造器io.netty.channel.socket.ChannelOutputShutdownException
 
ChannelPipeline - io.netty.channel中的接口
A list of ChannelHandlers which handles or intercepts inbound events and outbound operations of a Channel.
ChannelPipelineException - io.netty.channel中的异常错误
A ChannelException which is thrown when a ChannelPipeline failed to execute an operation.
ChannelPipelineException() - 异常错误 的构造器io.netty.channel.ChannelPipelineException
Creates a new instance.
ChannelPipelineException(String, Throwable) - 异常错误 的构造器io.netty.channel.ChannelPipelineException
Creates a new instance.
ChannelPipelineException(String) - 异常错误 的构造器io.netty.channel.ChannelPipelineException
Creates a new instance.
ChannelPipelineException(Throwable) - 异常错误 的构造器io.netty.channel.ChannelPipelineException
Creates a new instance.
ChannelPool - io.netty.channel.pool中的接口
Allows to acquire and release Channel and so act as a pool of these.
ChannelPoolHandler - io.netty.channel.pool中的接口
Handler which is called for various actions done by the ChannelPool.
ChannelPoolMap<K,P extends ChannelPool> - io.netty.channel.pool中的接口
Allows to map ChannelPool implementations to a specific key.
ChannelProgressiveFuture - io.netty.channel中的接口
An special ChannelFuture which is used to indicate the FileRegion transfer progress
ChannelProgressiveFutureListener - io.netty.channel中的接口
An EventListener listener which will be called once the sending task associated with future is being transferred.
ChannelProgressivePromise - io.netty.channel中的接口
Special ChannelPromise which will be notified once the associated bytes is transferring.
ChannelPromise - io.netty.channel中的接口
Special ChannelFuture which is writable.
ChannelPromiseAggregator - io.netty.channel中的类
已过时。
Use PromiseCombiner Class which is used to consolidate multiple channel futures into one, by listening to the individual futures and producing an aggregated result (success/failure) when all futures have completed.
ChannelPromiseAggregator(ChannelPromise) - 类 的构造器io.netty.channel.ChannelPromiseAggregator
已过时。
 
ChannelPromiseNotifier - io.netty.channel中的类
ChannelFutureListener implementation which takes other ChannelPromise(s) and notifies them on completion.
ChannelPromiseNotifier(ChannelPromise...) - 类 的构造器io.netty.channel.ChannelPromiseNotifier
Create a new instance
ChannelPromiseNotifier(boolean, ChannelPromise...) - 类 的构造器io.netty.channel.ChannelPromiseNotifier
Create a new instance
channelRead(ChannelHandlerContext, Object) - 接口 中的方法io.netty.channel.ChannelInboundHandler
Invoked when the current Channel has read a message from the peer.
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.channel.ChannelInboundHandlerAdapter
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.channel.SimpleChannelInboundHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.echo.EchoClientHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.echo.EchoServerHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.http.helloworld.HttpHelloWorldServerHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.localecho.LocalEchoServerHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.objectecho.ObjectEchoClientHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.objectecho.ObjectEchoServerHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.proxy.HexDumpProxyBackendHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.proxy.HexDumpProxyFrontendHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.sctp.SctpEchoClientHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.sctp.SctpEchoServerHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.socksproxy.RelayHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.spdy.client.SpdyFrameLogger
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.udt.echo.bytes.ByteEchoServerHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.udt.echo.message.MsgEchoServerHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.ByteToMessageCodec
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.http.cors.CorsHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.http.HttpServerKeepAliveHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.MessageToMessageCodec
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.MessageToMessageDecoder
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.spdy.SpdySessionHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.flush.FlushConsolidationHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.timeout.IdleStateHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
channelRead0(ChannelHandlerContext, I) - 类 中的方法io.netty.channel.SimpleChannelInboundHandler
Please keep in mind that this method will be renamed to messageReceived(ChannelHandlerContext, I) in 5.0.
channelRead0(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.discard.DiscardClientHandler
 
channelRead0(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.discard.DiscardServerHandler
 
channelRead0(ChannelHandlerContext, BigInteger) - 类 中的方法io.netty.example.factorial.FactorialClientHandler
 
channelRead0(ChannelHandlerContext, BigInteger) - 类 中的方法io.netty.example.factorial.FactorialServerHandler
 
channelRead0(ChannelHandlerContext, String) - 类 中的方法io.netty.example.file.FileServerHandler
 
channelRead0(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.http.cors.OkResponseHandler
 
channelRead0(ChannelHandlerContext, FullHttpRequest) - 类 中的方法io.netty.example.http.file.HttpStaticFileServerHandler
 
channelRead0(ChannelHandlerContext, HttpObject) - 类 中的方法io.netty.example.http.snoop.HttpSnoopClientHandler
 
channelRead0(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.http.snoop.HttpSnoopServerHandler
 
channelRead0(ChannelHandlerContext, HttpObject) - 类 中的方法io.netty.example.http.upload.HttpUploadClientHandler
 
channelRead0(ChannelHandlerContext, HttpObject) - 类 中的方法io.netty.example.http.upload.HttpUploadServerHandler
 
channelRead0(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.http.websocketx.benchmarkserver.WebSocketServerHandler
 
channelRead0(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.http.websocketx.client.WebSocketClientHandler
 
channelRead0(ChannelHandlerContext, WebSocketFrame) - 类 中的方法io.netty.example.http.websocketx.server.WebSocketFrameHandler
 
channelRead0(ChannelHandlerContext, FullHttpRequest) - 类 中的方法io.netty.example.http.websocketx.server.WebSocketIndexPageHandler
 
channelRead0(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.localecho.LocalEchoClientHandler
 
channelRead0(ChannelHandlerContext, DatagramPacket) - 类 中的方法io.netty.example.qotm.QuoteOfTheMomentClientHandler
 
channelRead0(ChannelHandlerContext, DatagramPacket) - 类 中的方法io.netty.example.qotm.QuoteOfTheMomentServerHandler
 
channelRead0(ChannelHandlerContext, String) - 类 中的方法io.netty.example.rxtx.RxtxClientHandler
 
channelRead0(ChannelHandlerContext, String) - 类 中的方法io.netty.example.securechat.SecureChatClientHandler
 
channelRead0(ChannelHandlerContext, String) - 类 中的方法io.netty.example.securechat.SecureChatServerHandler
 
channelRead0(ChannelHandlerContext, SocksCmdRequest) - 类 中的方法io.netty.example.socksproxy.SocksServerConnectHandler
 
channelRead0(ChannelHandlerContext, SocksRequest) - 类 中的方法io.netty.example.socksproxy.SocksServerHandler
 
channelRead0(ChannelHandlerContext, HttpObject) - 类 中的方法io.netty.example.spdy.client.HttpResponseClientHandler
 
channelRead0(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.spdy.server.SpdyServerHandler
 
channelRead0(ChannelHandlerContext, String) - 类 中的方法io.netty.example.telnet.TelnetClientHandler
 
channelRead0(ChannelHandlerContext, String) - 类 中的方法io.netty.example.telnet.TelnetServerHandler
 
channelRead0(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.example.udt.echo.bytes.ByteEchoClientHandler
 
channelRead0(ChannelHandlerContext, UdtMessage) - 类 中的方法io.netty.example.udt.echo.message.MsgEchoClientHandler
 
channelRead0(ChannelHandlerContext, UdtMessage) - 类 中的方法io.netty.example.udt.echo.rendezvous.MsgEchoPeerHandler
 
channelRead0(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerHandler
 
channelRead0(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.uptime.UptimeClientHandler
 
channelRead0(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.uptime.UptimeServerHandler
 
channelRead0(ChannelHandlerContext, WorldClockProtocol.LocalTimes) - 类 中的方法io.netty.example.worldclock.WorldClockClientHandler
 
channelRead0(ChannelHandlerContext, WorldClockProtocol.Locations) - 类 中的方法io.netty.example.worldclock.WorldClockServerHandler
 
channelReadComplete(ChannelHandlerContext) - 接口 中的方法io.netty.channel.ChannelInboundHandler
Invoked when the last message read by the current read operation has been consumed by ChannelInboundHandler.channelRead(ChannelHandlerContext, Object).
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelInboundHandlerAdapter
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.echo.EchoClientHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.echo.EchoServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.http.helloworld.HttpHelloWorldServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.http.snoop.HttpSnoopServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.http.websocketx.benchmarkserver.WebSocketServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.localecho.LocalEchoServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.objectecho.ObjectEchoClientHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.objectecho.ObjectEchoServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.qotm.QuoteOfTheMomentServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.sctp.SctpEchoClientHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.sctp.SctpEchoServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.socksproxy.SocksServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.spdy.server.SpdyServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.telnet.TelnetServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.udt.echo.bytes.ByteEchoClientHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.udt.echo.bytes.ByteEchoServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.udt.echo.message.MsgEchoClientHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.udt.echo.message.MsgEchoServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.udt.echo.rendezvous.MsgEchoPeerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.worldclock.WorldClockServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.ByteToMessageCodec
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.flush.FlushConsolidationHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.ssl.SslHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.timeout.IdleStateHandler
 
channelReady(C, SelectionKey) - 接口 中的方法io.netty.channel.nio.NioTask
Invoked when the SelectableChannel has been selected by the Selector.
channelRegistered(ChannelHandlerContext) - 接口 中的方法io.netty.channel.ChannelInboundHandler
The Channel of the ChannelHandlerContext was registered with its EventLoop
channelRegistered(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelInboundHandlerAdapter
channelRegistered(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelInitializer
 
channelRegistered(ChannelHandlerContext) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
channelRegistered(ChannelHandlerContext) - 类 中的方法io.netty.example.worldclock.WorldClockClientHandler
 
channelRegistered(ChannelHandlerContext) - 类 中的方法io.netty.handler.ipfilter.AbstractRemoteAddressFilter
 
channelRegistered(ChannelHandlerContext) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
channelRegistered(ChannelHandlerContext) - 类 中的方法io.netty.handler.timeout.IdleStateHandler
 
channelRegistered(ChannelHandlerContext) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
 
channelRejected(ChannelHandlerContext, T) - 类 中的方法io.netty.handler.ipfilter.AbstractRemoteAddressFilter
This method is called if remoteAddress gets rejected by AbstractRemoteAddressFilter.accept(ChannelHandlerContext, SocketAddress).
channelReleased(Channel) - 类 中的方法io.netty.channel.pool.AbstractChannelPoolHandler
NOOP implementation, sub-classes may override this.
channelReleased(Channel) - 接口 中的方法io.netty.channel.pool.ChannelPoolHandler
channelTrafficCounters() - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
To allow for instance doAccounting to use the TrafficCounter per channel.
ChannelTrafficShapingHandler - io.netty.handler.traffic中的类
This implementation of the AbstractTrafficShapingHandler is for channel traffic shaping, that is to say a per channel limitation of the bandwidth.
ChannelTrafficShapingHandler(long, long, long, long) - 类 的构造器io.netty.handler.traffic.ChannelTrafficShapingHandler
Create a new instance.
ChannelTrafficShapingHandler(long, long, long) - 类 的构造器io.netty.handler.traffic.ChannelTrafficShapingHandler
Create a new instance using default max time as delay allowed value of 15000 ms.
ChannelTrafficShapingHandler(long, long) - 类 的构造器io.netty.handler.traffic.ChannelTrafficShapingHandler
Create a new instance using default Check Interval value of 1000 ms and max time as delay allowed value of 15000 ms.
ChannelTrafficShapingHandler(long) - 类 的构造器io.netty.handler.traffic.ChannelTrafficShapingHandler
Create a new instance using default max time as delay allowed value of 15000 ms and no limit.
channelUDT(Channel) - 类 中的静态方法io.netty.channel.udt.nio.NioUdtProvider
已过时。
Expose underlying ChannelUDT for debugging and monitoring.
channelUnregistered(ChannelHandlerContext) - 接口 中的方法io.netty.channel.ChannelInboundHandler
The Channel of the ChannelHandlerContext was unregistered from its EventLoop
channelUnregistered(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelInboundHandlerAdapter
channelUnregistered(ChannelHandlerContext) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
channelUnregistered(C, Throwable) - 接口 中的方法io.netty.channel.nio.NioTask
Invoked when the SelectionKey of the specified SelectableChannel has been cancelled and thus this NioTask will not be notified anymore.
channelUnregistered(ChannelHandlerContext) - 类 中的方法io.netty.example.http.upload.HttpUploadServerHandler
 
channelUnregistered(ChannelHandlerContext) - 类 中的方法io.netty.example.uptime.UptimeClientHandler
 
channelUnregistered(ChannelHandlerContext) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
channelWritabilityChanged(ChannelHandlerContext) - 接口 中的方法io.netty.channel.ChannelInboundHandler
Gets called once the writable state of a Channel changed.
channelWritabilityChanged(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelInboundHandlerAdapter
channelWritabilityChanged(ChannelHandlerContext) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
channelWritabilityChanged(ChannelHandlerContext) - 类 中的方法io.netty.handler.flush.FlushConsolidationHandler
 
channelWritabilityChanged(ChannelHandlerContext) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
channelWritabilityChanged(ChannelHandlerContext) - 类 中的方法io.netty.handler.stream.ChunkedWriteHandler
 
charAt(int) - 类 中的方法io.netty.util.internal.AppendableCharSequence
 
charAtUnsafe(int) - 类 中的方法io.netty.util.internal.AppendableCharSequence
Access a value in this CharSequence.
CHARSET - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
"charset"
charset - 类 中的变量io.netty.handler.codec.http.multipart.AbstractHttpData
 
CHARSET - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"charset"
charsetDecoderCache() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
charsetEncoderCache() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
CharsetUtil - io.netty.util中的类
A utility class that provides various common operations and constants related with Charset and its relevant classes.
checkCloseFrameBody(ChannelHandlerContext, ByteBuf) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
checkDeadLock() - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
checkDeadLock() - 类 中的方法io.netty.channel.DefaultChannelPromise
 
checkDeadLock() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
checkDstIndex(int, int, int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
checkException() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Check if there was any Throwable received and if so rethrow it.
checkIndex(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
checkIndex(int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
checkInputShutdown() - 类 中的方法io.netty.channel.oio.AbstractOioByteChannel
Check if the input was shutdown and if so return true.
checkInputShutdown() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
 
checkInterval - 类 中的变量io.netty.handler.traffic.AbstractTrafficShapingHandler
Delay between two performance snapshots
checkInterval() - 类 中的方法io.netty.handler.traffic.TrafficCounter
 
checkNewCapacity(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
checkNonEmpty(T[], String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is neither null nor empty.
checkNotNull(T, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is not null.
checkpoint() - 类 中的方法io.netty.handler.codec.ReplayingDecoder
Stores the internal cumulative buffer's reader position.
checkpoint(S) - 类 中的方法io.netty.handler.codec.ReplayingDecoder
Stores the internal cumulative buffer's reader position and updates the current decoder state.
checkPositive(int, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is strictly positive.
checkPositive(long, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is strictly positive.
checkPositiveOrZero(int, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is positive or zero.
checkPositiveOrZero(long, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is positive or zero.
checkReadableBytes(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
Throws an IndexOutOfBoundsException if the current readable bytes of this buffer is less than the specified value.
checkSrcIndex(int, int, int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
checkValidity() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
checkValidity(Date) - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
checkWaitReadTime(ChannelHandlerContext, long, long) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
childAttr(AttributeKey<T>, T) - 类 中的方法io.netty.bootstrap.ServerBootstrap
Set the specific AttributeKey with the given value on every child Channel.
childGroup() - 类 中的方法io.netty.bootstrap.ServerBootstrap
Return the configured EventLoopGroup which will be used for the child channels or null if non is configured yet.
childHandler(ChannelHandler) - 类 中的方法io.netty.bootstrap.ServerBootstrap
Set the ChannelHandler which is used to serve the request for the Channel's.
childOption(ChannelOption<T>, T) - 类 中的方法io.netty.bootstrap.ServerBootstrap
Allow to specify a ChannelOption which is used for the Channel instances once they get created (after the acceptor accepted the Channel).
children() - 类 中的方法io.netty.util.concurrent.MultithreadEventExecutorGroup
Return a safe-copy of all of the children of this group.
chooseTrustManager(TrustManager[]) - 类 中的静态方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
chooseX509KeyManager(KeyManager[]) - 类 中的静态方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
CHUNKED - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
"chunked"
ChunkedFile - io.netty.handler.stream中的类
A ChunkedInput that fetches data from a file chunk by chunk.
ChunkedFile(File) - 类 的构造器io.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedFile(File, int) - 类 的构造器io.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedFile(RandomAccessFile) - 类 的构造器io.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedFile(RandomAccessFile, int) - 类 的构造器io.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedFile(RandomAccessFile, long, long, int) - 类 的构造器io.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedInput<B> - io.netty.handler.stream中的接口
A data stream of indefinite length which is consumed by ChunkedWriteHandler.
ChunkedNioFile - io.netty.handler.stream中的类
A ChunkedInput that fetches data from a file chunk by chunk using NIO FileChannel.
ChunkedNioFile(File) - 类 的构造器io.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioFile(File, int) - 类 的构造器io.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioFile(FileChannel) - 类 的构造器io.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioFile(FileChannel, int) - 类 的构造器io.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioFile(FileChannel, long, long, int) - 类 的构造器io.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioStream - io.netty.handler.stream中的类
A ChunkedInput that fetches data from a ReadableByteChannel chunk by chunk.
ChunkedNioStream(ReadableByteChannel) - 类 的构造器io.netty.handler.stream.ChunkedNioStream
Creates a new instance that fetches data from the specified channel.
ChunkedNioStream(ReadableByteChannel, int) - 类 的构造器io.netty.handler.stream.ChunkedNioStream
Creates a new instance that fetches data from the specified channel.
ChunkedStream - io.netty.handler.stream中的类
A ChunkedInput that fetches data from an InputStream chunk by chunk.
ChunkedStream(InputStream) - 类 的构造器io.netty.handler.stream.ChunkedStream
Creates a new instance that fetches data from the specified stream.
ChunkedStream(InputStream, int) - 类 的构造器io.netty.handler.stream.ChunkedStream
Creates a new instance that fetches data from the specified stream.
ChunkedWriteHandler - io.netty.handler.stream中的类
A ChannelHandler that adds support for writing a large data stream asynchronously neither spending a lot of memory nor getting OutOfMemoryError.
ChunkedWriteHandler() - 类 的构造器io.netty.handler.stream.ChunkedWriteHandler
 
ChunkedWriteHandler(int) - 类 的构造器io.netty.handler.stream.ChunkedWriteHandler
chunkLists() - 接口 中的方法io.netty.buffer.PoolArenaMetric
Returns an unmodifiable List which holds PoolChunkListMetrics.
chunkSize() - 接口 中的方法io.netty.buffer.PoolChunkMetric
Return the size of the chunk in bytes, this is the maximum of bytes that can be served out of the chunk.
chunkSize() - 类 中的方法io.netty.buffer.PooledByteBufAllocator
chunkSize() - 类 中的方法io.netty.buffer.PooledByteBufAllocatorMetric
Return the chunk size for an arena.
ciphers(Iterable<String>) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
The cipher suites to enable, in the order of preference.
ciphers(Iterable<String>, CipherSuiteFilter) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
The cipher suites to enable, in the order of preference.
CipherSuiteFilter - io.netty.handler.ssl中的接口
Provides a means to filter the supplied cipher suite based upon the supported and default cipher suites.
cipherSuites() - 类 中的方法io.netty.handler.ssl.DelegatingSslContext
 
cipherSuites() - 类 中的方法io.netty.handler.ssl.JdkSslContext
 
cipherSuites() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
cipherSuites() - 类 中的方法io.netty.handler.ssl.SslContext
Returns the list of enabled cipher suites, in the order of preference.
CITY_FIELD_NUMBER - 类 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Location
 
ClassResolver - io.netty.handler.codec.serialization中的接口
please use ClassResolvers as instance factory
ClassResolvers - io.netty.handler.codec.serialization中的类
 
cleanAllHttpDatas() - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
cleanAllHttpDatas() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpDataFactory
Remove all InterfaceHttpData from virtual File storage from clean list for all requests
cleanFiles() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Clean all HttpDatas (on Disk) for the current request.
cleanFiles() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
cleanFiles() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Clean all HttpDatas (on Disk) for the current request.
cleanFiles() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Clean all HttpDatas (on Disk) for the current request.
cleanFiles() - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Clean all HttpDatas (on Disk) for the current request.
cleanRequestHttpDatas(HttpRequest) - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
cleanRequestHttpDatas(HttpRequest) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpDataFactory
Remove all InterfaceHttpData from virtual File storage from clean list for the request
cleanup() - 类 中的方法io.netty.channel.nio.NioEventLoop
 
cleanup() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Do nothing, sub-classes may override
clear() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
clear() - 类 中的方法io.netty.buffer.ByteBuf
Sets the readerIndex and writerIndex of this buffer to 0.
clear() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
clear() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
clear() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
clear() - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
clear() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
 
clear() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
 
clear() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
 
clear() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
 
clear() - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
clear() - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Removes all headers from this HttpMessage.
clear() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
clear() - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaders
Removes all headers from this frame.
clear() - 类 中的方法io.netty.util.collection.IntObjectHashMap
 
clear() - 接口 中的方法io.netty.util.collection.IntObjectMap
Clears all entries from this map.
clear() - 类 中的方法io.netty.util.internal.ConcurrentSet
 
clearCity() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
required string city = 2;
clearContinent() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
required .io.netty.example.worldclock.Continent continent = 1;
clearDayOfMonth() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 dayOfMonth = 4;
clearDayOfWeek() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required .io.netty.example.worldclock.DayOfWeek dayOfWeek = 5;
clearError() - 类 中的静态方法io.netty.internal.tcnative.SSL
Clear all the errors from the error queue that OpenSSL encountered on this thread.
clearHeaders(HttpMessage) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Removes all headers from the specified message.
clearHour() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 hour = 6;
clearLocalTime() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
clearLocation() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
clearMinute() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 minute = 7;
clearMonth() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 month = 2;
clearOptions(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
Clear OpenSSL Option.
clearOptions(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Clears OpenSSL Options.
clearOpWrite() - 类 中的方法io.netty.channel.nio.AbstractNioByteChannel
 
clearPreviouslyPersistedSettings() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
clearPreviouslyPersistedSettings() - 接口 中的方法io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if previously persisted settings should be cleared.
clearSecond() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 second = 8;
clearYear() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 year = 1;
CLIENT_PORT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"client_port"
ClientAuth - io.netty.handler.ssl中的枚举
Indicates the state of the SSLEngine with respect to client authentication.
clientAuth(ClientAuth) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
Sets the client authentication mode.
ClientCookieDecoder - io.netty.handler.codec.http.cookie中的类
A RFC6265 compliant cookie decoder to be used client side.
ClientCookieEncoder - io.netty.handler.codec.http中的类
已过时。
Use ClientCookieEncoder instead.
ClientCookieEncoder - io.netty.handler.codec.http.cookie中的类
A RFC6265 compliant cookie encoder to be used client side, so only name=value pairs are sent.
CLOCK - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"clock"
clone() - 类 中的方法io.netty.bootstrap.AbstractBootstrap
Returns a deep clone of this bootstrap which has the identical configuration.
clone() - 类 中的方法io.netty.bootstrap.Bootstrap
 
clone(EventLoopGroup) - 类 中的方法io.netty.bootstrap.Bootstrap
Returns a deep clone of this bootstrap which has the identical configuration except that it uses the given EventLoopGroup.
clone() - 类 中的方法io.netty.bootstrap.ServerBootstrap
 
clone() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
 
clone() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
 
clone() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
 
clone() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
 
close() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
close(ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
 
close() - 类 中的方法io.netty.channel.AbstractChannel
 
close(ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel
 
close() - 接口 中的方法io.netty.channel.Channel
Request to close this Channel and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
close(ChannelPromise) - 接口 中的方法io.netty.channel.Channel
Request to close this Channel and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
close(ChannelPromise) - 接口 中的方法io.netty.channel.Channel.Unsafe
Close the Channel of the ChannelPromise and notify the ChannelPromise once the operation was complete.
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.channel.ChannelDuplexHandler
CLOSE - 接口 中的静态变量io.netty.channel.ChannelFutureListener
A ChannelFutureListener that closes the Channel which is associated with the specified ChannelFuture.
close() - 接口 中的方法io.netty.channel.ChannelHandlerContext
Request to close the Channel and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
close(ChannelPromise) - 接口 中的方法io.netty.channel.ChannelHandlerContext
Request to close the Channel and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
close(ChannelHandlerContext, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelOutboundHandler
Called once a close operation is made.
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.channel.ChannelOutboundHandlerAdapter
close() - 接口 中的方法io.netty.channel.ChannelPipeline
Request to close the Channel and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
close(ChannelPromise) - 接口 中的方法io.netty.channel.ChannelPipeline
Request to close the Channel bound to this ChannelPipeline and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
close() - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
close(ChannelPromise) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
close() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
close(ChannelPromise) - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
close() - 接口 中的方法io.netty.channel.group.ChannelGroup
Closes all Channels in this group.
close(ChannelMatcher) - 接口 中的方法io.netty.channel.group.ChannelGroup
Closes all Channels in this group that match the given ChannelMatcher.
close() - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
close(ChannelMatcher) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
close() - 类 中的方法io.netty.channel.pool.AbstractChannelPoolMap
 
close() - 接口 中的方法io.netty.channel.pool.ChannelPool
 
close() - 类 中的方法io.netty.channel.pool.FixedChannelPool
 
close() - 类 中的方法io.netty.channel.pool.SimpleChannelPool
 
close() - 类 中的方法io.netty.channel.unix.FileDescriptor
Close the file descriptor.
close() - 类 中的方法io.netty.handler.codec.compression.JdkZlibEncoder
 
close(ChannelPromise) - 类 中的方法io.netty.handler.codec.compression.JdkZlibEncoder
 
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.compression.JdkZlibEncoder
 
close() - 类 中的方法io.netty.handler.codec.compression.JZlibEncoder
 
close(ChannelPromise) - 类 中的方法io.netty.handler.codec.compression.JZlibEncoder
 
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.compression.JZlibEncoder
 
close() - 类 中的方法io.netty.handler.codec.compression.ZlibEncoder
Close this ZlibEncoder and so finish the encoding.
close(ChannelPromise) - 类 中的方法io.netty.handler.codec.compression.ZlibEncoder
Close this ZlibEncoder and so finish the encoding.
close() - 类 中的方法io.netty.handler.codec.http.HttpChunkedInput
 
CLOSE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
"close"
close() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
close() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
Releases the resources associated with the input.
close(Channel, CloseWebSocketFrame) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Performs the closing handshake
close(Channel, CloseWebSocketFrame, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Performs the closing handshake
close(Channel, CloseWebSocketFrame) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the closing handshake
close(Channel, CloseWebSocketFrame, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the closing handshake
close(Channel, CloseWebSocketFrame, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
Echo back the closing frame
CLOSE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"close"
close() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
close() - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.spdy.SpdySessionHandler
 
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.flush.FlushConsolidationHandler
 
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
close() - 类 中的方法io.netty.handler.ssl.SslHandler
close(ChannelPromise) - 类 中的方法io.netty.handler.ssl.SslHandler
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.ssl.SslHandler
 
close() - 类 中的方法io.netty.handler.stream.ChunkedFile
 
close() - 接口 中的方法io.netty.handler.stream.ChunkedInput
Releases the resources associated with the input.
close() - 类 中的方法io.netty.handler.stream.ChunkedNioFile
 
close() - 类 中的方法io.netty.handler.stream.ChunkedNioStream
 
close() - 类 中的方法io.netty.handler.stream.ChunkedStream
 
close() - 接口 中的方法io.netty.util.ResourceLeak
已过时。
Close the leak so that ResourceLeakDetector does not warn about leaked resources.
close(T) - 接口 中的方法io.netty.util.ResourceLeakTracker
Close the leak so that ResourceLeakTracker does not warn about leaked resources.
CLOSE_ON_FAILURE - 接口 中的静态变量io.netty.channel.ChannelFutureListener
A ChannelFutureListener that closes the Channel when the operation ended up with a failure or cancellation rather than a success.
closeForcibly() - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
 
closeForcibly() - 接口 中的方法io.netty.channel.Channel.Unsafe
Closes the Channel immediately without firing any events.
closeFuture() - 类 中的方法io.netty.channel.AbstractChannel
 
closeFuture() - 接口 中的方法io.netty.channel.Channel
Returns the ChannelFuture which will be notified when this channel is closed.
closeIfClosed() - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
 
closeInbound() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
closeOnFlush(Channel) - 类 中的静态方法io.netty.example.socksproxy.SocksServerUtils
Closes the specified channel after all queued write requests are flushed.
closeOnReadError(Throwable) - 类 中的方法io.netty.channel.nio.AbstractNioMessageChannel
 
closeOnReadError(Throwable) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
closeOutbound() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
CloseWebSocketFrame - io.netty.handler.codec.http.websocketx中的类
Web Socket Frame for closing the connection
CloseWebSocketFrame() - 类 的构造器io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame.
CloseWebSocketFrame(int, String) - 类 的构造器io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame with closing getStatus code and reason text
CloseWebSocketFrame(boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame with no losing getStatus code and no reason text
CloseWebSocketFrame(boolean, int, int, String) - 类 的构造器io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame with closing status code and reason text
CloseWebSocketFrame(boolean, int, ByteBuf) - 类 的构造器io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame
cmdStatus() - 类 中的方法io.netty.handler.codec.socks.SocksCmdResponse
Returns the SocksCmdStatus of this SocksCmdResponse
cmdType() - 类 中的方法io.netty.handler.codec.socks.SocksCmdRequest
Returns the SocksCmdType of this SocksCmdRequest
code() - 类 中的方法io.netty.handler.codec.http.HttpResponseStatus
Returns the code of this HttpResponseStatus.
code() - 类 中的方法io.netty.handler.codec.spdy.SpdySessionStatus
Returns the code of this status.
code() - 类 中的方法io.netty.handler.codec.spdy.SpdyStreamStatus
Returns the code of this status.
CodecException - io.netty.handler.codec中的异常错误
An Exception which is thrown by a codec.
CodecException() - 异常错误 的构造器io.netty.handler.codec.CodecException
Creates a new instance.
CodecException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.CodecException
Creates a new instance.
CodecException(String) - 异常错误 的构造器io.netty.handler.codec.CodecException
Creates a new instance.
CodecException(Throwable) - 异常错误 的构造器io.netty.handler.codec.CodecException
Creates a new instance.
COLON - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Colon ':'
CombinedChannelDuplexHandler<I extends ChannelInboundHandler,O extends ChannelOutboundHandler> - io.netty.channel中的类
CombinedChannelDuplexHandler() - 类 的构造器io.netty.channel.CombinedChannelDuplexHandler
Creates a new uninitialized instance.
CombinedChannelDuplexHandler(I, O) - 类 的构造器io.netty.channel.CombinedChannelDuplexHandler
Creates a new instance that combines the specified two handlers into one.
COMMA - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Comma ','
COMMA - 类 中的静态变量io.netty.util.internal.StringUtil
 
command() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyMessage
Returns the HAProxyCommand of this HAProxyMessage.
comment() - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Not part of RFC6265
comment() - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
commentUrl() - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Not part of RFC6265
commentUrl() - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
commitTimeMillis() - 类 中的方法io.netty.util.Version
 
CommonsLoggerFactory - io.netty.util.internal.logging中的类
CommonsLoggerFactory() - 类 的构造器io.netty.util.internal.logging.CommonsLoggerFactory
已过时。
commonSuffixOfLength(String, String, int) - 类 中的静态方法io.netty.util.internal.StringUtil
Checks if two strings have the same suffix of specified length
compare(ByteBuf, ByteBuf) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Compares the two specified buffers as described in ByteBuf.compareTo(ByteBuf).
compare(long, long) - 类 中的静态方法io.netty.util.internal.MathUtil
Compare to long values.
compareAndSet(T, T) - 接口 中的方法io.netty.util.Attribute
Atomically sets the value to the given updated value if the current value == the expected value.
compareTo(ByteBuf) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
compareTo(ByteBuf) - 类 中的方法io.netty.buffer.ByteBuf
Compares the content of the specified buffer to the content of this buffer.
compareTo(ByteBuf) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
compareTo(ByteBuf) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
compareTo(Channel) - 类 中的方法io.netty.channel.AbstractChannel
 
compareTo(ChannelGroup) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
compareTo(LocalAddress) - 类 中的方法io.netty.channel.local.LocalAddress
 
compareTo(Cookie) - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
 
compareTo(HttpMethod) - 类 中的方法io.netty.handler.codec.http.HttpMethod
 
compareTo(HttpResponseStatus) - 类 中的方法io.netty.handler.codec.http.HttpResponseStatus
Equality of HttpResponseStatus only depends on HttpResponseStatus.code().
compareTo(HttpVersion) - 类 中的方法io.netty.handler.codec.http.HttpVersion
 
compareTo(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
compareTo(Attribute) - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
compareTo(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
compareTo(FileUpload) - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
compareTo(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
 
compareTo(Attribute) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
 
compareTo(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
compareTo(FileUpload) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
compareTo(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
compareTo(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
compareTo(SpdySessionStatus) - 类 中的方法io.netty.handler.codec.spdy.SpdySessionStatus
 
compareTo(SpdyStreamStatus) - 类 中的方法io.netty.handler.codec.spdy.SpdyStreamStatus
 
compareTo(UniqueName) - 类 中的方法io.netty.util.UniqueName
已过时。
 
CompatibleMarshallingDecoder - io.netty.handler.codec.marshalling中的类
ReplayingDecoder which use an Unmarshaller to read the Object out of the ByteBuf.
CompatibleMarshallingDecoder(UnmarshallerProvider, int) - 类 的构造器io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
Create a new instance of CompatibleMarshallingDecoder.
CompatibleMarshallingEncoder - io.netty.handler.codec.marshalling中的类
MessageToByteEncoder implementation which uses JBoss Marshalling to marshal an Object.
CompatibleMarshallingEncoder(MarshallerProvider) - 类 的构造器io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
Create a new instance of the CompatibleMarshallingEncoder
CompatibleObjectEncoder - io.netty.handler.codec.serialization中的类
An encoder which serializes a Java object into a ByteBuf (interoperability version).
CompatibleObjectEncoder() - 类 的构造器io.netty.handler.codec.serialization.CompatibleObjectEncoder
Creates a new instance with the reset interval of 16.
CompatibleObjectEncoder(int) - 类 的构造器io.netty.handler.codec.serialization.CompatibleObjectEncoder
Creates a new instance.
completed - 类 中的变量io.netty.handler.codec.http.multipart.AbstractHttpData
 
CompleteFuture<V> - io.netty.util.concurrent中的类
A skeletal Future implementation which represents a Future which has been completed already.
CompleteFuture(EventExecutor) - 类 的构造器io.netty.util.concurrent.CompleteFuture
Creates a new instance.
component(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
Return the ByteBuf on the specified index
componentAtOffset(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
Return the ByteBuf on the specified index
compose(ChannelMatcher...) - 类 中的静态方法io.netty.channel.group.ChannelMatchers
Return a composite of the given ChannelMatchers.
COMPOSITE_CUMULATOR - 类 中的静态变量io.netty.handler.codec.ByteToMessageDecoder
Cumulate ByteBufs by add them to a CompositeByteBuf and so do no memory copy whenever possible.
compositeBuffer() - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
 
compositeBuffer(int) - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
 
compositeBuffer() - 接口 中的方法io.netty.buffer.ByteBufAllocator
Allocate a CompositeByteBuf.
compositeBuffer(int) - 接口 中的方法io.netty.buffer.ByteBufAllocator
Allocate a CompositeByteBuf with the given maximum number of components that can be stored in it.
compositeBuffer() - 类 中的静态方法io.netty.buffer.Unpooled
Returns a new big-endian composite buffer with no components.
compositeBuffer(int) - 类 中的静态方法io.netty.buffer.Unpooled
Returns a new big-endian composite buffer with no components.
CompositeByteBuf - io.netty.buffer中的类
A virtual buffer which shows multiple buffers as a single merged buffer.
CompositeByteBuf(ByteBufAllocator, boolean, int) - 类 的构造器io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, ByteBuf...) - 类 的构造器io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, Iterable<ByteBuf>) - 类 的构造器io.netty.buffer.CompositeByteBuf
 
compositeDirectBuffer() - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
 
compositeDirectBuffer(int) - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
 
compositeDirectBuffer() - 接口 中的方法io.netty.buffer.ByteBufAllocator
Allocate a direct CompositeByteBuf.
compositeDirectBuffer(int) - 接口 中的方法io.netty.buffer.ByteBufAllocator
Allocate a direct CompositeByteBuf with the given maximum number of components that can be stored in it.
compositeDirectBuffer(int) - 类 中的方法io.netty.buffer.UnpooledByteBufAllocator
 
compositeHeapBuffer() - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
 
compositeHeapBuffer(int) - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
 
compositeHeapBuffer() - 接口 中的方法io.netty.buffer.ByteBufAllocator
Allocate a heap CompositeByteBuf.
compositeHeapBuffer(int) - 接口 中的方法io.netty.buffer.ByteBufAllocator
Allocate a heap CompositeByteBuf with the given maximum number of components that can be stored in it.
compositeHeapBuffer(int) - 类 中的方法io.netty.buffer.UnpooledByteBufAllocator
 
COMPRESS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
"compress"
COMPRESS - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"compress"
CompressionException - io.netty.handler.codec.compression中的异常错误
An EncoderException that is raised when compression failed.
CompressionException() - 异常错误 的构造器io.netty.handler.codec.compression.CompressionException
Creates a new instance.
CompressionException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.compression.CompressionException
Creates a new instance.
CompressionException(String) - 异常错误 的构造器io.netty.handler.codec.compression.CompressionException
Creates a new instance.
CompressionException(Throwable) - 异常错误 的构造器io.netty.handler.codec.compression.CompressionException
Creates a new instance.
computeRemoteAddr(InetSocketAddress, InetSocketAddress) - 类 中的静态方法io.netty.channel.epoll.UnixChannelUtil
 
ConcurrentSet<E> - io.netty.util.internal中的类
 
ConcurrentSet() - 类 的构造器io.netty.util.internal.ConcurrentSet
Creates a new instance which wraps the specified map.
CONFERENCE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Conference"
CONFERENCE_NOT_FOUND - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
452 Conference Not Found
config() - 接口 中的方法io.netty.channel.Channel
Returns the configuration of this channel.
config() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
 
config() - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
 
config() - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannel
 
config() - 类 中的方法io.netty.channel.epoll.EpollServerDomainSocketChannel
 
config() - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannel
 
config() - 类 中的方法io.netty.channel.epoll.EpollSocketChannel
 
config() - 类 中的方法io.netty.channel.local.LocalChannel
 
config() - 类 中的方法io.netty.channel.local.LocalServerChannel
 
config() - 类 中的方法io.netty.channel.rxtx.RxtxChannel
已过时。
 
config() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
config() - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
 
config() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
 
config() - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
 
config() - 接口 中的方法io.netty.channel.sctp.SctpChannel
Returns the SctpChannelConfig configuration of the channel.
config() - 接口 中的方法io.netty.channel.sctp.SctpServerChannel
Returns the SctpServerChannelConfig configuration of the channel.
config() - 接口 中的方法io.netty.channel.socket.DatagramChannel
 
config() - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
config() - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
 
config() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
config() - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
Returns the configuration of this channel.
config() - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
 
config() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
 
config() - 接口 中的方法io.netty.channel.socket.ServerSocketChannel
 
config() - 接口 中的方法io.netty.channel.socket.SocketChannel
 
config() - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
已过时。
 
config() - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
已过时。
 
config() - 类 中的方法io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
已过时。
 
config() - 接口 中的方法io.netty.channel.udt.UdtChannel
已过时。
Returns the UdtChannelConfig of the channel.
config() - 接口 中的方法io.netty.channel.unix.DomainSocketChannel
 
Config - io.netty.example.udt.echo.rendezvous中的类
Peer to Peer Config
configure(long, long, long) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
Change the underlying limitations and check interval.
configure(long, long) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
Change the underlying limitations.
configure(long) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
Change the check interval.
configure(long) - 类 中的方法io.netty.handler.traffic.TrafficCounter
Change checkInterval between two computations in millisecond.
configureChannel(long, long) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
configureHttp1(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.spdy.SpdyOrHttpChooser
已过时。
Configures the Channel of the specified ctx for HTTP/1.
configurePipeline(ChannelHandlerContext, String) - 类 中的方法io.netty.example.spdy.server.SpdyOrHttpHandler
 
configurePipeline(ChannelHandlerContext, String) - 类 中的方法io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
Invoked on successful initial SSL/TLS handshake.
configureSpdy(ChannelHandlerContext, SpdyVersion) - 类 中的方法io.netty.handler.codec.spdy.SpdyOrHttpChooser
已过时。
Configures the Channel of the specified ctx for HTTP/2.
confirmShutdown() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Confirm that the shutdown if the instance should be done now!
CONFLICT - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
409 Conflict
connect() - 类 中的方法io.netty.bootstrap.Bootstrap
Connect a Channel to the remote peer.
connect(String, int) - 类 中的方法io.netty.bootstrap.Bootstrap
Connect a Channel to the remote peer.
connect(InetAddress, int) - 类 中的方法io.netty.bootstrap.Bootstrap
Connect a Channel to the remote peer.
connect(SocketAddress) - 类 中的方法io.netty.bootstrap.Bootstrap
Connect a Channel to the remote peer.
connect(SocketAddress, SocketAddress) - 类 中的方法io.netty.bootstrap.Bootstrap
Connect a Channel to the remote peer.
connect(SocketAddress) - 类 中的方法io.netty.channel.AbstractChannel
 
connect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.AbstractChannel
 
connect(SocketAddress, ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel
 
connect(SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel
 
connect(SocketAddress) - 接口 中的方法io.netty.channel.Channel
Request to connect to the given SocketAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, SocketAddress) - 接口 中的方法io.netty.channel.Channel
Request to connect to the given SocketAddress while bind to the localAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, ChannelPromise) - 接口 中的方法io.netty.channel.Channel
Request to connect to the given SocketAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, SocketAddress, ChannelPromise) - 接口 中的方法io.netty.channel.Channel
Request to connect to the given SocketAddress while bind to the localAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, SocketAddress, ChannelPromise) - 接口 中的方法io.netty.channel.Channel.Unsafe
Connect the Channel of the given ChannelFuture with the given remote SocketAddress.
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.channel.ChannelDuplexHandler
connect(SocketAddress) - 接口 中的方法io.netty.channel.ChannelHandlerContext
Request to connect to the given SocketAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, SocketAddress) - 接口 中的方法io.netty.channel.ChannelHandlerContext
Request to connect to the given SocketAddress while bind to the localAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelHandlerContext
Request to connect to the given SocketAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, SocketAddress, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelHandlerContext
Request to connect to the given SocketAddress while bind to the localAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelOutboundHandler
Called once a connect operation is made.
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.channel.ChannelOutboundHandlerAdapter
connect(SocketAddress) - 接口 中的方法io.netty.channel.ChannelPipeline
Request to connect to the given SocketAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, SocketAddress) - 接口 中的方法io.netty.channel.ChannelPipeline
Request to connect to the given SocketAddress while bind to the localAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelPipeline
Request to connect to the given SocketAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, SocketAddress, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelPipeline
Request to connect to the given SocketAddress while bind to the localAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
connect(SocketAddress) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, SocketAddress) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, ChannelPromise) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
connect(SocketAddress) - 类 中的方法io.netty.channel.unix.Socket
 
CONNECT - 类 中的静态变量io.netty.handler.codec.http.HttpMethod
This specification reserves the getMethod name CONNECT for use with a proxy that can dynamically switch to being a tunnel
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
connect() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
Returns the number of started SSL/TLS handshakes in client mode.
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.handler.ssl.SslHandler
 
connect(Socket, SocketAddress, int) - 类 中的静态方法io.netty.util.internal.SocketUtils
 
connect(SocketChannel, SocketAddress) - 类 中的静态方法io.netty.util.internal.SocketUtils
 
CONNECT_TIMEOUT_MILLIS - 类 中的静态变量io.netty.channel.ChannelOption
 
connectChannel(Bootstrap) - 类 中的方法io.netty.channel.pool.SimpleChannelPool
Bootstrap a new Channel.
connectGood() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully established SSL/TLS sessions in client mode.
CONNECTION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Connection"
CONNECTION - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Connection"
connectRenegotiate() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
Returns the number of start renegotiations in client mode.
ConnectTimeoutException - io.netty.channel中的异常错误
ConnectException which will be thrown if a connection could not be established because of a connection timeout.
ConnectTimeoutException(String) - 异常错误 的构造器io.netty.channel.ConnectTimeoutException
 
ConnectTimeoutException() - 异常错误 的构造器io.netty.channel.ConnectTimeoutException
 
consolidate() - 类 中的方法io.netty.buffer.CompositeByteBuf
Consolidate the composed ByteBufs
consolidate(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
Consolidate the composed ByteBufs
contains(Object) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
contains(K) - 类 中的方法io.netty.channel.pool.AbstractChannelPoolMap
 
contains(K) - 接口 中的方法io.netty.channel.pool.ChannelPoolMap
Returns true if a ChannelPool exists for the given key.
contains(String) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
contains(CharSequence) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
contains(String, String, boolean) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
contains(CharSequence, CharSequence, boolean) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
contains(String) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
 
contains(CharSequence) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Checks to see if there is a header with the specified name
contains(String, String, boolean) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
 
contains(CharSequence, CharSequence, boolean) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Returns true if a header with the name and value exists.
contains(String) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
contains(String) - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaders
Returns true if and only if there is a header with the specified header name.
contains(Object) - 类 中的方法io.netty.util.internal.ConcurrentSet
 
contains(String) - 类 中的静态方法io.netty.util.internal.SystemPropertyUtil
Returns true if and only if the system property with the specified key exists.
containsKey(int) - 类 中的方法io.netty.util.collection.IntObjectHashMap
 
containsKey(int) - 接口 中的方法io.netty.util.collection.IntObjectMap
Indicates whether or not this map contains a value for the specified key.
containsValue(CharSequence, CharSequence, boolean) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Returns true if a header with the name and value exists, false otherwise.
containsValue(V) - 类 中的方法io.netty.util.collection.IntObjectHashMap
 
containsValue(V) - 接口 中的方法io.netty.util.collection.IntObjectMap
Indicates whether or not the map contains the specified value.
content() - 接口 中的方法io.netty.buffer.ByteBufHolder
Return the data which is held by this ByteBufHolder.
content() - 类 中的方法io.netty.buffer.DefaultByteBufHolder
 
content() - 接口 中的方法io.netty.channel.AddressedEnvelope
Returns the message wrapped by this envelope message.
content() - 类 中的方法io.netty.channel.DefaultAddressedEnvelope
 
content() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
 
content() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpResponse
 
content() - 类 中的方法io.netty.handler.codec.http.DefaultHttpContent
 
content() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
content() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
content() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
content() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
content() - 接口 中的方法io.netty.handler.codec.spdy.SpdyDataFrame
Returns the data payload of this frame.
content() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
content() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
CONTENT_BASE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Content-Base"
CONTENT_BASE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Base"
CONTENT_ENCODING - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Content-Encoding"
CONTENT_ENCODING - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Encoding"
CONTENT_LANGUAGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Content-Language"
CONTENT_LANGUAGE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Language"
CONTENT_LENGTH - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Content-Length"
CONTENT_LENGTH - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Length"
CONTENT_LOCATION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Content-Location"
CONTENT_LOCATION - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Location"
CONTENT_MD5 - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Content-MD5"
CONTENT_RANGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Content-Range"
CONTENT_TRANSFER_ENCODING - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Content-Transfer-Encoding"
CONTENT_TYPE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Content-Type"
CONTENT_TYPE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Type"
contentEncoder() - 类 中的方法io.netty.handler.codec.http.HttpContentEncoder.Result
 
contentToString() - 类 中的方法io.netty.buffer.DefaultByteBufHolder
Return ByteBuf.toString() without checking the reference count first.
context(ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Returns the context object of the specified ChannelHandler in this pipeline.
context(String) - 接口 中的方法io.netty.channel.ChannelPipeline
Returns the context object of the ChannelHandler with the specified name in this pipeline.
context(Class<? extends ChannelHandler>) - 接口 中的方法io.netty.channel.ChannelPipeline
Returns the context object of the ChannelHandler of the specified type in this pipeline.
context(String) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
context(ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
context(Class<? extends ChannelHandler>) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
context() - 类 中的方法io.netty.handler.ssl.JdkSslContext
Returns the JDK SSLContext object held by this context.
context() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
已过时。
this method is considered unsafe as the returned pointer may be released later. Dont use it!
ContextBoundUnmarshallerProvider - io.netty.handler.codec.marshalling中的类
UnmarshallerProvider which store a reference to the Unmarshaller in the ChannelHandlerContext via the AttributeMap.attr(AttributeKey) method.
ContextBoundUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - 类 的构造器io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
 
CONTINENT_FIELD_NUMBER - 类 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Location
 
ContinuationWebSocketFrame - io.netty.handler.codec.http.websocketx中的类
Web Socket continuation frame containing continuation text or binary data.
ContinuationWebSocketFrame() - 类 的构造器io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new empty continuation frame.
ContinuationWebSocketFrame(ByteBuf) - 类 的构造器io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified binary data.
ContinuationWebSocketFrame(boolean, int, ByteBuf) - 类 的构造器io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified binary data
ContinuationWebSocketFrame(boolean, int, String) - 类 的构造器io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified text data
CONTINUE - 接口 中的静态变量io.netty.channel.SelectStrategy
Indicates the IO loop should be retried, no blocking select to follow directly.
CONTINUE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
"100-continue"
CONTINUE - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
100 Continue
CONTINUE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"100-continue"
CONTINUE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
100 Continue
continueOnWriteError() - 类 中的方法io.netty.channel.nio.AbstractNioMessageChannel
Returns true if we should continue the write loop on a write error.
continueOnWriteError() - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
Cookie - io.netty.handler.codec.http中的接口
已过时。
Use Cookie instead.
Cookie - io.netty.handler.codec.http.cookie中的接口
An interface defining an HTTP cookie.
COOKIE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Cookie"
CookieDecoder - io.netty.handler.codec.http.cookie中的类
Parent of Client and Server side cookie decoders
CookieDecoder(boolean) - 类 的构造器io.netty.handler.codec.http.cookie.CookieDecoder
 
CookieDecoder - io.netty.handler.codec.http中的类
已过时。
Use ClientCookieDecoder or ServerCookieDecoder instead. Decodes an HTTP header value into Cookies. This decoder can decode the HTTP cookie version 0, 1, and 2.
 HttpRequest req = ...;
 String value = req.getHeader("Cookie");
 Set<Cookie> cookies = CookieDecoder.decode(value);
 
CookieEncoder - io.netty.handler.codec.http.cookie中的类
Parent of Client and Server side cookie encoders
CookieEncoder(boolean) - 类 的构造器io.netty.handler.codec.http.cookie.CookieEncoder
 
CookieHeaderNames - io.netty.handler.codec.http.cookie中的类
 
copiedBuffer(byte[]) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new big-endian buffer whose content is a copy of the specified array.
copiedBuffer(byte[], int, int) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new big-endian buffer whose content is a copy of the specified array's sub-region.
copiedBuffer(ByteBuffer) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new buffer whose content is a copy of the specified buffer's current slice.
copiedBuffer(ByteBuf) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new buffer whose content is a copy of the specified buffer's readable bytes.
copiedBuffer(byte[]...) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new big-endian buffer whose content is a merged copy of the specified arrays.
copiedBuffer(ByteBuf...) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new buffer whose content is a merged copy of the specified buffers' readable bytes.
copiedBuffer(ByteBuffer...) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new buffer whose content is a merged copy of the specified buffers' slices.
copiedBuffer(CharSequence, Charset) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new big-endian buffer whose content is the specified string encoded in the specified charset.
copiedBuffer(CharSequence, int, int, Charset) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new big-endian buffer whose content is a subregion of the specified string encoded in the specified charset.
copiedBuffer(char[], Charset) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new big-endian buffer whose content is the specified array encoded in the specified charset.
copiedBuffer(char[], int, int, Charset) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new big-endian buffer whose content is a subregion of the specified array encoded in the specified charset.
copy() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
copy() - 类 中的方法io.netty.buffer.ByteBuf
Returns a copy of this buffer's readable bytes.
copy(int, int) - 类 中的方法io.netty.buffer.ByteBuf
Returns a copy of this buffer's sub-region.
copy() - 接口 中的方法io.netty.buffer.ByteBufHolder
Create a deep copy of this ByteBufHolder.
copy(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
copy() - 类 中的方法io.netty.buffer.DefaultByteBufHolder
 
copy(int, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
copy() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
copy(int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
copy(int, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
copy(int, int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
copy() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
copy(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
copy(int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
copy(int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
copy(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
copy() - 类 中的方法io.netty.channel.sctp.SctpMessage
 
copy() - 类 中的方法io.netty.channel.socket.DatagramPacket
 
copy() - 类 中的方法io.netty.channel.udt.UdtMessage
已过时。
 
copy() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyTLV
 
copy() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
 
copy() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpResponse
 
copy() - 类 中的方法io.netty.handler.codec.http.DefaultHttpContent
 
copy() - 类 中的方法io.netty.handler.codec.http.DefaultLastHttpContent
 
copy() - 接口 中的方法io.netty.handler.codec.http.FullHttpMessage
 
copy() - 接口 中的方法io.netty.handler.codec.http.FullHttpRequest
 
copy() - 接口 中的方法io.netty.handler.codec.http.FullHttpResponse
 
copy() - 接口 中的方法io.netty.handler.codec.http.HttpContent
 
copy() - 接口 中的方法io.netty.handler.codec.http.LastHttpContent
 
copy() - 接口 中的方法io.netty.handler.codec.http.multipart.Attribute
 
copy() - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
copy() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
copy() - 接口 中的方法io.netty.handler.codec.http.multipart.FileUpload
 
copy() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
 
copy() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
 
copy() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
copy() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
copy() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
copy() - 类 中的方法io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
copy() - 类 中的方法io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
copy() - 类 中的方法io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
copy() - 类 中的方法io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
copy() - 类 中的方法io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
copy() - 类 中的方法io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
copy() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketFrame
 
copy() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
copy() - 接口 中的方法io.netty.handler.codec.spdy.SpdyDataFrame
 
copy() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
copy() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
copyBoolean(boolean) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new single-byte big-endian buffer that holds the specified boolean value.
copyBoolean(boolean...) - 类 中的静态方法io.netty.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified boolean values.
copyDouble(double) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new 8-byte big-endian buffer that holds the specified 64-bit floating point number.
copyDouble(double...) - 类 中的静态方法io.netty.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified 64-bit floating point numbers.
copyFloat(float) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new 4-byte big-endian buffer that holds the specified 32-bit floating point number.
copyFloat(float...) - 类 中的静态方法io.netty.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified 32-bit floating point numbers.
copyInt(int) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new 4-byte big-endian buffer that holds the specified 32-bit integer.
copyInt(int...) - 类 中的静态方法io.netty.buffer.Unpooled
Create a big-endian buffer that holds a sequence of the specified 32-bit integers.
copyLong(long) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new 8-byte big-endian buffer that holds the specified 64-bit integer.
copyLong(long...) - 类 中的静态方法io.netty.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified 64-bit integers.
copyMedium(int) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new 3-byte big-endian buffer that holds the specified 24-bit integer.
copyMedium(int...) - 类 中的静态方法io.netty.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified 24-bit integers.
copyMemory(long, long, long) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
copyMemory(byte[], int, long, long) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
copyMemory(long, byte[], int, long) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
copyShort(int) - 类 中的静态方法io.netty.buffer.Unpooled
Creates a new 2-byte big-endian buffer that holds the specified 16-bit integer.
copyShort(short...) - 类 中的静态方法io.netty.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified 16-bit integers.
copyShort(int...) - 类 中的静态方法io.netty.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified 16-bit integers.
CorruptedFrameException - io.netty.handler.codec中的异常错误
An DecoderException which is thrown when the received frame data could not be decoded by an inbound handler.
CorruptedFrameException() - 异常错误 的构造器io.netty.handler.codec.CorruptedFrameException
Creates a new instance.
CorruptedFrameException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.CorruptedFrameException
Creates a new instance.
CorruptedFrameException(String) - 异常错误 的构造器io.netty.handler.codec.CorruptedFrameException
Creates a new instance.
CorruptedFrameException(Throwable) - 异常错误 的构造器io.netty.handler.codec.CorruptedFrameException
Creates a new instance.
CorsConfig - io.netty.handler.codec.http.cors中的类
Configuration for Cross-Origin Resource Sharing (CORS).
CorsConfig.Builder - io.netty.handler.codec.http.cors中的类
Builder used to configure and build a CorsConfig instance.
CorsConfig.Builder(String...) - 类 的构造器io.netty.handler.codec.http.cors.CorsConfig.Builder
Creates a new Builder instance with the origin passed in.
CorsConfig.Builder() - 类 的构造器io.netty.handler.codec.http.cors.CorsConfig.Builder
Creates a new Builder instance allowing any origin, "*" which is the wildcard origin.
CorsConfig.DateValueGenerator - io.netty.handler.codec.http.cors中的类
This callable is used for the DATE preflight HTTP response HTTP header.
CorsConfig.DateValueGenerator() - 类 的构造器io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
 
CorsHandler - io.netty.handler.codec.http.cors中的类
Handles Cross Origin Resource Sharing (CORS) requests.
CorsHandler(CorsConfig) - 类 的构造器io.netty.handler.codec.http.cors.CorsHandler
 
count() - 类 中的方法io.netty.channel.DefaultFileRegion
 
count() - 接口 中的方法io.netty.channel.FileRegion
Returns the number of bytes to transfer.
counterHashCode() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
CR - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Carriage return
createAttribute(HttpRequest, String) - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
createAttribute(HttpRequest, String, String) - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
createAttribute(HttpRequest, String) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpDataFactory
 
createAttribute(HttpRequest, String, String) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpDataFactory
 
createByteArrayFromIpAddressString(String) - 类 中的静态方法io.netty.util.NetUtil
Creates an byte[] based on an ipAddressString.
CREATED - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
201 Created
CREATED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
201 Created
createFileUpload(HttpRequest, String, String, String, String, Charset, long) - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
createFileUpload(HttpRequest, String, String, String, String, Charset, long) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpDataFactory
 
createInvalidMessage() - 类 中的方法io.netty.handler.codec.http.HttpObjectDecoder
 
createInvalidMessage() - 类 中的方法io.netty.handler.codec.http.HttpRequestDecoder
 
createInvalidMessage() - 类 中的方法io.netty.handler.codec.http.HttpResponseDecoder
 
createInvalidMessage() - 类 中的方法io.netty.handler.codec.rtsp.RtspDecoder
 
createMessage(String[]) - 类 中的方法io.netty.handler.codec.http.HttpObjectDecoder
 
createMessage(String[]) - 类 中的方法io.netty.handler.codec.http.HttpRequestDecoder
 
createMessage(String[]) - 类 中的方法io.netty.handler.codec.http.HttpResponseDecoder
 
createMessage(String[]) - 类 中的方法io.netty.handler.codec.rtsp.RtspDecoder
 
CSEQ - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"CSeq"
ctx - 类 中的变量io.netty.handler.codec.http.HttpContentDecoder
 
ctx - 类 中的变量io.netty.handler.ssl.ReferenceCountedOpenSslContext
The OpenSSL SSL_CTX object.
cumulate(ByteBufAllocator, ByteBuf, ByteBuf) - 接口 中的方法io.netty.handler.codec.ByteToMessageDecoder.Cumulator
Cumulate the given ByteBufs and return the ByteBuf that holds the cumulated bytes.
cumulativeReadBytes() - 类 中的方法io.netty.handler.traffic.TrafficCounter
 
cumulativeWrittenBytes() - 类 中的方法io.netty.handler.traffic.TrafficCounter
 
current() - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Return the current message to write or null if nothing was flushed before and so is ready to be written.
current() - 类 中的方法io.netty.channel.PendingWriteQueue
Return the current message or null if empty.
current() - 类 中的静态方法io.netty.util.internal.ThreadLocalRandom
Returns the current thread's ThreadLocalRandom.
currentOffset() - 类 中的方法io.netty.handler.stream.ChunkedFile
Returns the offset in the file where the transfer is happening currently.
currentOffset() - 类 中的方法io.netty.handler.stream.ChunkedNioFile
Returns the offset in the file where the transfer is happening currently.
currentReadBytes() - 类 中的方法io.netty.handler.traffic.TrafficCounter
 
currentWrittenBytes() - 类 中的方法io.netty.handler.traffic.TrafficCounter
 
customHeaders - 类 中的变量io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
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.