跳过导航链接
Netty 4.1.109.Final(2024/04/15)
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

c2b(char) - 类 中的静态方法io.netty.util.AsciiString
 
CAA - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
Certification Authority Authorization record RFC 6844 CA pinning, constraining acceptable CAs for a host/domain.
cache(String, InetSocketAddress, long, EventLoop) - 接口 中的方法io.netty.resolver.dns.AuthoritativeDnsServerCache
Caches a nameserver that should be used to resolve the given hostname.
cache(String, InetSocketAddress, long, EventLoop) - 类 中的方法io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
 
cache(String, DnsRecord[], InetAddress, long, EventLoop) - 类 中的方法io.netty.resolver.dns.DefaultDnsCache
 
cache(String, DnsRecord[], Throwable, EventLoop) - 类 中的方法io.netty.resolver.dns.DefaultDnsCache
 
cache(String, String, long, EventLoop) - 类 中的方法io.netty.resolver.dns.DefaultDnsCnameCache
 
cache(String, DnsRecord[], InetAddress, long, EventLoop) - 接口 中的方法io.netty.resolver.dns.DnsCache
Create a new DnsCacheEntry and cache a resolved address for a given hostname.
cache(String, DnsRecord[], Throwable, EventLoop) - 接口 中的方法io.netty.resolver.dns.DnsCache
Cache the resolution failure for a given hostname.
cache(String, String, long, EventLoop) - 接口 中的方法io.netty.resolver.dns.DnsCnameCache
Caches a cname entry that should be used for the given hostname.
cache(String, InetSocketAddress, long, EventLoop) - 类 中的方法io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
 
cache(String, DnsRecord[], InetAddress, long, EventLoop) - 类 中的方法io.netty.resolver.dns.NoopDnsCache
 
cache(String, DnsRecord[], Throwable, EventLoop) - 类 中的方法io.netty.resolver.dns.NoopDnsCache
 
cache(String, String, long, EventLoop) - 类 中的方法io.netty.resolver.dns.NoopDnsCnameCache
 
CACHE_CONTROL - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"cache-control"
CACHE_CONTROL - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Cache-Control"
CACHE_CONTROL - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"cache-control"
CACHE_CONTROL - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Cache-Control"
cached(String) - 类 中的静态方法io.netty.util.AsciiString
Returns an AsciiString containing the given string and retains/caches the input string for later use in AsciiString.toString().
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.
calculateMaxHeaderListSizeGoAway(long) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
Calculate the threshold in bytes which should trigger a GO_AWAY if a set of headers exceeds this amount.
calculateMaxHeaderListSizeGoAway(long) - 类 中的静态方法io.netty.handler.codec.http2.Http2CodecUtil
Calculate the threshold in bytes which should trigger a GO_AWAY if a set of headers exceeds this amount.
calculateNewCapacity(int, int) - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
 
calculateNewCapacity(int, int) - 接口 中的方法io.netty.buffer.ByteBufAllocator
Calculate the new capacity of a ByteBuf that is used when a ByteBuf needs to expand by the minNewCapacity with maxCapacity as upper-bound.
calculateNewCapacity(int, int) - 类 中的方法io.netty.channel.PreferHeapByteBufAllocator
 
calculateNewCapacity(int, int) - 类 中的方法io.netty.channel.unix.PreferredDirectByteBufAllocator
 
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(boolean) - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
cancel(boolean) - 类 中的方法io.netty.channel.VoidChannelPromise
If the cancellation was successful it will fail the future with a CancellationException.
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 a CancellationException.
cancel(boolean) - 类 中的方法io.netty.util.concurrent.DefaultPromise
If the cancellation was successful it will fail the future with a CancellationException.
cancel(boolean) - 接口 中的方法io.netty.util.concurrent.Future
If the cancellation was successful it will fail the future with a 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.
canOpenStream() - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Endpoint
Indicates whether or a stream created by this endpoint can be opened without violating Http2Connection.Endpoint.maxActiveStreams().
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() - 类 中的方法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
 
capacityChange() - 类 中的方法io.netty.buffer.ByteBufNoCleanerChangeCapacityBenchmark
 
captureZeroByte(boolean) - 类 中的方法io.netty.handler.pcap.PcapWriteHandler.Builder
Set to true to enable capturing packets with empty (0 bytes) payload.
CARRIAGE_RETURN - 类 中的静态变量io.netty.util.internal.StringUtil
 
cas() - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
cas() - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns the CAS identifier.
cascade(F, Promise<? super V>) - 类 中的静态方法io.netty.util.concurrent.PromiseNotifier
Link the Future and Promise such that if the Future completes the Promise will be notified.
cascade(boolean, F, Promise<? super V>) - 类 中的静态方法io.netty.util.concurrent.PromiseNotifier
Link the Future and Promise such that if the Future completes the Promise will be notified.
cascadeTo(Future<X>, Promise<? super X>) - 类 中的静态方法io.netty.util.concurrent.UnaryPromiseNotifier
已过时。
 
CASE_INSENSITIVE_HASHER - 类 中的静态变量io.netty.util.AsciiString
 
CASE_SENSITIVE_HASHER - 类 中的静态变量io.netty.util.AsciiString
 
caState() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
cause() - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
cause() - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
cause() - 类 中的方法io.netty.channel.VoidChannelPromise
 
cause() - 类 中的静态方法io.netty.handler.codec.compression.Brotli
Returns Throwable of unavailability cause
cause() - 类 中的静态方法io.netty.handler.codec.compression.Zstd
Returns Throwable of unavailability cause
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.resolver.dns.DnsCacheEntry
If the DNS query failed this will provide the rational.
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
 
cb - 类 中的变量io.netty.testsuite.transport.AbstractComboTestsuiteTest
 
cb - 类 中的变量io.netty.testsuite.transport.AbstractTestsuiteTest
 
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.codec.dns.DnsRecordType
Certificate record RFC 4398 Stores PKIX, SPKI, PGP, etc.
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.
CERTIFICATE_COMPRESSION_ALGORITHMS - 类 中的静态变量io.netty.handler.ssl.OpenSslContextOption
certificates(byte[][]) - 类 中的静态方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
ch() - 类 中的方法io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
ch() - 接口 中的方法io.netty.channel.nio.AbstractNioChannel.NioUnsafe
Return underlying SelectableChannel
chainedBytes2() - 类 中的方法io.netty.handler.codec.http.WriteBytesVsShortOrMediumBenchmark
 
chainedBytes3() - 类 中的方法io.netty.handler.codec.http.WriteBytesVsShortOrMediumBenchmark
 
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.DelegatingChannelPromiseNotifier
 
channel() - 类 中的方法io.netty.channel.VoidChannelPromise
 
channel() - 类 中的方法io.netty.example.stomp.websocket.StompSubscription
 
Channel.Unsafe - io.netty.channel中的接口
Unsafe operations that should never be called from user-code.
CHANNEL_ATTRIBUTE_KEY - 枚举 中的静态变量io.netty.example.stomp.websocket.StompVersion
 
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.mqtt.heartBeat.MqttHeartBeatClientHandler
 
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.stomp.StompClientHandler
 
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.codec.DatagramPacketDecoder
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.handler.ipfilter.AbstractRemoteAddressFilter
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.handler.pcap.PcapWriteHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.handler.proxy.ProxyHandler
 
channelActive(ChannelHandlerContext) - 类 中的方法io.netty.handler.ssl.AbstractSniHandler
 
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.
ChannelException(String, Throwable, boolean) - 异常错误 的构造器io.netty.channel.ChannelException
 
channelFactory(ChannelFactory<? extends C>) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
channelFactory(ChannelFactory<? extends C>) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
ChannelFactory which is used to create Channel instances from when calling AbstractBootstrap.bind().
channelFactory() - 类 中的方法io.netty.bootstrap.AbstractBootstrapConfig
Returns the configured ChannelFactory or null if non is configured yet.
ChannelFactory<T extends Channel> - io.netty.bootstrap中的接口
已过时。
Use ChannelFactory instead.
ChannelFactory<T extends Channel> - io.netty.channel中的接口
Creates a new Channel.
channelFactory() - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
 
channelFactory(ChannelFactory<? extends DatagramChannel>) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Sets the ChannelFactory that will create a DatagramChannel.
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 an I/O event or intercepts an I/O operation, and forwards it to its next handler in its 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.
channelHandlerContext(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
channelHandlerContext(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
Set the ChannelHandlerContext for which to apply flow control on.
channelHandlerContext() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
channelHandlerContext(ChannelHandlerContext) - 接口 中的方法io.netty.handler.codec.http2.Http2FlowController
Set the ChannelHandlerContext for which to apply flow control on.
channelHandlerContext() - 接口 中的方法io.netty.handler.codec.http2.Http2RemoteFlowController
Get the ChannelHandlerContext for which to apply flow control on.
ChannelHealthChecker - io.netty.channel.pool中的接口
Called before a Channel will be returned via ChannelPool.acquire() or ChannelPool.acquire(Promise).
ChannelId - io.netty.channel中的接口
Represents the globally unique identifier of a Channel.
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.upload.HttpUploadServerHandler
 
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.compression.BrotliDecoder
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.DatagramPacketDecoder
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpContentDecoder
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpContentEncoder
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
When the channel goes inactive, release all frames to prevent data leaks.
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.MessageAggregator
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.spdy.SpdyHttpDecoder
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.spdy.SpdySessionHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.flow.FlowControlHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.proxy.ProxyHandler
 
channelInactive(ChannelHandlerContext) - 类 中的方法io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
 
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
 
ChannelInboundInvoker - io.netty.channel中的接口
 
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
 
ChannelInitializerExtension - io.netty.bootstrap中的类
A channel initializer extension make it possible to enforce rules and apply modifications across multiple, disconnected uses of Netty within the same JVM process.
ChannelInitializerExtension() - 类 的构造器io.netty.bootstrap.ChannelInitializerExtension
 
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 DuplexChannelConfig.isAllowHalfClosure() method returns true.
ChannelInputShutdownReadComplete - io.netty.channel.socket中的类
User event that signifies the channel's input side is shutdown, and we tried to shut it down again.
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
ChannelMetadata(boolean, int) - 类 的构造器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
 
ChannelOutboundInvoker - io.netty.channel中的接口
 
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中的类
已过时。
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.http2.file.Http2StaticFileServerHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.http2.helloworld.frame.server.HelloWorldHttp2Handler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.http2.helloworld.multiplex.server.HelloWorldHttp2Handler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.localecho.LocalEchoServerHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.memcache.binary.MemcacheClientHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.mqtt.heartBeat.MqttHeartBeatBrokerHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.example.mqtt.heartBeat.MqttHeartBeatClientHandler
 
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.redis.RedisClientHandler
 
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.HttpServerExpectContinueHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.http.HttpServerKeepAliveHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.http.websocketx.Utf8FrameValidator
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodec
已过时。
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.codec.http2.InboundHttpToHttp2Adapter
 
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.flow.FlowControlHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.flush.FlushConsolidationHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.pcap.PcapWriteHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.proxy.ProxyHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.timeout.IdleStateHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
channelRead(ChannelHandlerContext, Object) - 类 中的方法io.netty.testsuite.autobahn.AutobahnServerHandler
 
channelRead0(ChannelHandlerContext, I) - 类 中的方法io.netty.channel.SimpleChannelInboundHandler
Is called for each message of type I.
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.helloworld.HttpHelloWorldServerHandler
 
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, Http2Settings) - 类 中的方法io.netty.example.http2.helloworld.client.Http2SettingsHandler
 
channelRead0(ChannelHandlerContext, FullHttpResponse) - 类 中的方法io.netty.example.http2.helloworld.client.HttpResponseHandler
 
channelRead0(ChannelHandlerContext, Http2StreamFrame) - 类 中的方法io.netty.example.http2.helloworld.frame.client.Http2ClientStreamFrameResponseHandler
 
channelRead0(ChannelHandlerContext, FullHttpRequest) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp1Handler
 
channelRead0(ChannelHandlerContext, HttpRequest) - 类 中的方法io.netty.example.http2.tiles.FallbackRequestHandler
 
channelRead0(ChannelHandlerContext, FullHttpRequest) - 类 中的方法io.netty.example.http2.tiles.Http1RequestHandler
 
channelRead0(ChannelHandlerContext, FullHttpRequest) - 类 中的方法io.netty.example.http2.tiles.Http2RequestHandler
 
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, SocksMessage) - 类 中的方法io.netty.example.socksproxy.SocksServerConnectHandler
 
channelRead0(ChannelHandlerContext, SocksMessage) - 类 中的方法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, StompFrame) - 类 中的方法io.netty.example.stomp.StompClientHandler
 
channelRead0(ChannelHandlerContext, StompFrame) - 类 中的方法io.netty.example.stomp.websocket.StompChatHandler
 
channelRead0(ChannelHandlerContext, FullHttpRequest) - 类 中的方法io.netty.example.stomp.websocket.StompWebSocketClientPageHandler
 
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
 
channelRead0(ChannelHandlerContext, FullHttpRequest) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp1Handler
 
channelRead0(ChannelHandlerContext, HttpObject) - 类 中的方法io.netty.testsuite.svm.HttpNativeServerHandler
 
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.http2.helloworld.frame.server.HelloWorldHttp2Handler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.http2.helloworld.multiplex.server.HelloWorldHttp2Handler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp1Handler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.example.http2.tiles.FallbackRequestHandler
 
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.DatagramPacketDecoder
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpContentDecoder
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodec
已过时。
Notifies any child streams of the read completion.
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexHandler
Notifies any child streams of the read completion.
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.MessageAggregator
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.flow.FlowControlHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.flush.FlushConsolidationHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.proxy.ProxyHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.ssl.SslHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.handler.timeout.IdleStateHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.testsuite.autobahn.AutobahnServerHandler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp1Handler
 
channelReadComplete(ChannelHandlerContext) - 类 中的方法io.netty.testsuite.svm.HttpNativeServerHandler
 
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.codec.DatagramPacketDecoder
 
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
ChannelsReadOnlyIterator(Iterable<T>) - 类 的构造器io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
 
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.
channelType(Class<? extends DatagramChannel>) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Sets the ChannelFactory as a ReflectiveChannelFactory of this type.
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.uptime.UptimeClientHandler
 
channelUnregistered(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.DatagramPacketDecoder
 
channelUnregistered(ChannelHandlerContext) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
ChannelUtils - io.netty.channel.internal中的类
 
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.codec.DatagramPacketDecoder
 
channelWritabilityChanged() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
channelWritabilityChanged(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
channelWritabilityChanged(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodec
已过时。
 
channelWritabilityChanged(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexHandler
 
channelWritabilityChanged() - 接口 中的方法io.netty.handler.codec.http2.Http2RemoteFlowController
Notification that the writability of Http2RemoteFlowController.channelHandlerContext() has changed.
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.AsciiString
 
charAt(int) - 类 中的方法io.netty.util.internal.AppendableCharSequence
 
charAtUnsafe(int) - 类 中的方法io.netty.util.internal.AppendableCharSequence
Access a value in this CharSequence.
CharSequenceMap<V> - io.netty.handler.codec.http2中的类
Internal use only!
CharSequenceMap() - 类 的构造器io.netty.handler.codec.http2.CharSequenceMap
 
CharSequenceMap(boolean) - 类 的构造器io.netty.handler.codec.http2.CharSequenceMap
 
CharSequenceMap(boolean, ValueConverter<V>) - 类 的构造器io.netty.handler.codec.http2.CharSequenceMap
 
CharSequenceMap(boolean, ValueConverter<V>, int) - 类 的构造器io.netty.handler.codec.http2.CharSequenceMap
 
CharSequenceValueConverter - io.netty.handler.codec中的类
Converts to/from native types, general Object, and CharSequences.
CharSequenceValueConverter() - 类 的构造器io.netty.handler.codec.CharSequenceValueConverter
 
CHARSET - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
已过时。
"charset"
CHARSET - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"charset"
CHARSET - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
已过时。
"charset"
CHARSET - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
"charset"
charsetDecoderCache() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
charsetEncoderCache() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
charsetName - 类 中的变量io.netty.buffer.AbstractByteBufGetCharSequenceBenchmark
 
charsetName - 类 中的变量io.netty.buffer.ByteBufUtilDecodeStringBenchmark
 
CharsetUtil - io.netty.util中的类
A utility class that provides various common operations and constants related with Charset and its relevant classes.
checkAccessible - 类 中的变量io.netty.buffer.ByteBufAccessBenchmark
 
checkAccessible - 类 中的变量io.netty.buffer.ByteBufZeroingBenchmark
 
checkBounds - 类 中的变量io.netty.buffer.ByteBufAccessBenchmark
 
checkBounds - 类 中的变量io.netty.buffer.ByteBufZeroingBenchmark
 
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
 
checkDstIndex(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.socket.oio.OioSocketChannel
已过时。
 
checkInRange(int, int, int, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is in range.
checkInRange(long, long, long, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is in range.
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.
checkNonEmpty(byte[], String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is neither null nor empty.
checkNonEmpty(char[], String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is neither null nor empty.
checkNonEmpty(T, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is neither null nor empty.
checkNonEmpty(String, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is neither null nor empty.
checkNonEmpty(T, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is neither null nor empty.
checkNonEmpty(CharSequence, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is neither null nor empty.
checkNonEmptyAfterTrim(String, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Trims the given argument and checks whether it is neither null nor empty.
checkNotNull(T, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is not null.
checkNotNullArrayParam(T, int, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is not null.
checkNotNullWithIAE(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.
checkPositive(double, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is strictly positive.
checkPositive(float, 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.
checkPositiveOrZero(double, String) - 类 中的静态方法io.netty.util.internal.ObjectUtil
Checks that the given argument is positive or zero.
checkPositiveOrZero(float, 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.
checkSize(long) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
checkSize(long) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Check if the new size is not reaching the max limit allowed.
checkSrcIndex(int, int, int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
checkStartsWith(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
true to handle all requests, where URI path component starts from WebSocketServerProtocolConfig.websocketPath(), false for exact match (default).
checkStartsWith() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
checkValidity() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
checkValidity(Date) - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
checkValidity() - 类 中的方法io.netty.handler.ssl.util.LazyJavaxX509Certificate
 
checkValidity(Date) - 类 中的方法io.netty.handler.ssl.util.LazyJavaxX509Certificate
 
checkValidity() - 类 中的方法io.netty.handler.ssl.util.LazyX509Certificate
 
checkValidity(Date) - 类 中的方法io.netty.handler.ssl.util.LazyX509Certificate
 
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.
childAttrs() - 类 中的方法io.netty.bootstrap.ServerBootstrapConfig
Returns a copy of the configured attributes which will be used for the child channels.
childGroup() - 类 中的方法io.netty.bootstrap.ServerBootstrap
已过时。
childGroup() - 类 中的方法io.netty.bootstrap.ServerBootstrapConfig
Returns 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.
childHandler() - 类 中的方法io.netty.bootstrap.ServerBootstrapConfig
Returns the configured ChannelHandler be used for the child channels or null if non is configured yet.
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).
childOptions() - 类 中的方法io.netty.bootstrap.ServerBootstrapConfig
Returns a copy of the configured options which will be used for the child channels.
children() - 类 中的方法io.netty.handler.codec.redis.ArrayRedisMessage
Get children of this Arrays.
chooseTrustManager(TrustManager[]) - 类 中的静态方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
chooseX509KeyManager(KeyManager[]) - 类 中的静态方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
CHUNKED - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
已过时。
"chunked"
CHUNKED - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"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 - 类 中的静态变量io.netty.handler.codec.http2.Http2SecurityUtil
The following list is derived from SunJSSE Supported Ciphers and Mozilla Modern Cipher Suites in accordance with the HTTP/2 Specification.
Ciphers - io.netty.handler.ssl中的类
Cipher suites
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.
CipherSuiteConverter - io.netty.handler.ssl中的类
Converts a Java cipher suite string to an OpenSSL cipher suite string and vice versa.
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
 
CLASS_ANY - 接口 中的静态变量io.netty.handler.codec.dns.DnsRecord
DNS resource record class: ANY
CLASS_CHAOS - 接口 中的静态变量io.netty.handler.codec.dns.DnsRecord
DNS resource record class: CHAOS
CLASS_CSNET - 接口 中的静态变量io.netty.handler.codec.dns.DnsRecord
DNS resource record class: CSNET
CLASS_HESIOD - 接口 中的静态变量io.netty.handler.codec.dns.DnsRecord
DNS resource record class: HESIOD
CLASS_IN - 接口 中的静态变量io.netty.handler.codec.dns.DnsRecord
DNS resource record class: IN
CLASS_NONE - 接口 中的静态变量io.netty.handler.codec.dns.DnsRecord
DNS resource record class: NONE
ClassInitializerUtil - io.netty.util.internal中的类
Utility which ensures that classes are loaded by the ClassLoader.
ClassResolver - io.netty.handler.codec.serialization中的接口
已过时。
This class has been deprecated with no replacement, because serialization can be a security liability
ClassResolvers - io.netty.handler.codec.serialization中的类
已过时。
This class has been deprecated with no replacement, because serialization can be a security liability
cleanAllHttpData() - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
cleanAllHttpData() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpDataFactory
Remove all InterfaceHttpData from virtual File storage from clean list for all requests
cleanAllHttpDatas() - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
cleanAllHttpDatas() - 接口 中的方法io.netty.handler.codec.http.multipart.HttpDataFactory
已过时。
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 for the current request.
cleanFiles() - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Clean all HttpDatas (on Disk) for the current request.
cleanRequestHttpData(HttpRequest) - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
cleanRequestHttpData(HttpRequest) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpDataFactory
Remove all InterfaceHttpData from virtual File storage from clean list for the request
cleanRequestHttpDatas(HttpRequest) - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
cleanRequestHttpDatas(HttpRequest) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpDataFactory
cleanSession(boolean) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
cleanup() - 类 中的方法io.netty.channel.epoll.EpollEventLoop
 
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.channel.unix.IovArray
 
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.DefaultHeaders
 
clear(DnsSection) - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
clear() - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
clear(DnsSection) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQuery
 
clear() - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQuery
 
clear(DnsSection) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
clear() - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
clear(DnsSection) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsQuery
 
clear() - 类 中的方法io.netty.handler.codec.dns.DefaultDnsQuery
 
clear(DnsSection) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
clear() - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
clear(DnsSection) - 接口 中的方法io.netty.handler.codec.dns.DnsMessage
Removes all the records in the specified section of this DNS message.
clear() - 接口 中的方法io.netty.handler.codec.dns.DnsMessage
Removes all the records in this DNS message.
clear(DnsSection) - 接口 中的方法io.netty.handler.codec.dns.DnsQuery
 
clear() - 接口 中的方法io.netty.handler.codec.dns.DnsQuery
 
clear(DnsSection) - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
 
clear() - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
 
clear() - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
clear() - 接口 中的方法io.netty.handler.codec.Headers
Removes all headers.
clear() - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
clear() - 类 中的方法io.netty.handler.codec.http.EmptyHttpHeaders
 
clear() - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Removes all headers from this HttpMessage.
clear() - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
clear() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Headers
 
clear() - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
clear() - 接口 中的方法io.netty.resolver.dns.AuthoritativeDnsServerCache
Clears all cached nameservers.
clear(String) - 接口 中的方法io.netty.resolver.dns.AuthoritativeDnsServerCache
Clears the cached nameservers for the specified hostname.
clear() - 类 中的方法io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
 
clear(String) - 类 中的方法io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
 
clear() - 类 中的方法io.netty.resolver.dns.DefaultDnsCache
 
clear(String) - 类 中的方法io.netty.resolver.dns.DefaultDnsCache
 
clear() - 类 中的方法io.netty.resolver.dns.DefaultDnsCnameCache
 
clear(String) - 类 中的方法io.netty.resolver.dns.DefaultDnsCnameCache
 
clear() - 接口 中的方法io.netty.resolver.dns.DnsCache
Clears all the resolved addresses cached by this resolver.
clear(String) - 接口 中的方法io.netty.resolver.dns.DnsCache
Clears the resolved addresses of the specified host name from the cache of this resolver.
clear() - 接口 中的方法io.netty.resolver.dns.DnsCnameCache
Clears all cached nameservers.
clear(String) - 接口 中的方法io.netty.resolver.dns.DnsCnameCache
Clears the cached nameservers for the specified hostname.
clear() - 类 中的方法io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
 
clear(String) - 类 中的方法io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
 
clear() - 类 中的方法io.netty.resolver.dns.NoopDnsCache
 
clear(String) - 类 中的方法io.netty.resolver.dns.NoopDnsCache
 
clear() - 类 中的方法io.netty.resolver.dns.NoopDnsCnameCache
 
clear(String) - 类 中的方法io.netty.resolver.dns.NoopDnsCnameCache
 
clear() - 类 中的方法io.netty.util.concurrent.ScheduleFutureTaskBenchmark.ThreadState
 
clear() - 类 中的方法io.netty.util.internal.ConcurrentSet
已过时。
 
clear() - 类 中的方法io.netty.util.internal.DefaultPriorityQueue
 
clear() - 类 中的方法io.netty.util.internal.EmptyPriorityQueue
 
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;
clearHeaders(HttpMessage) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpHeaders.clear() instead. Removes all headers from the specified message.
clearHour() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 hour = 6;
clearIgnoringIndexes() - 类 中的方法io.netty.util.internal.DefaultPriorityQueue
 
clearIgnoringIndexes() - 类 中的方法io.netty.util.internal.EmptyPriorityQueue
 
clearIgnoringIndexes() - 接口 中的方法io.netty.util.internal.PriorityQueue
Removes all of the elements from this PriorityQueue without calling PriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue) or explicitly removing references to them to allow them to be garbage collected.
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;
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.
clearReadPending() - 类 中的方法io.netty.channel.nio.AbstractNioChannel
Set read pending to false.
clearReadPending() - 类 中的方法io.netty.channel.oio.AbstractOioChannel
已过时。
Set read pending to false.
clearSecond() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 second = 8;
CleartextHttp2ServerUpgradeHandler - io.netty.handler.codec.http2中的类
Performing cleartext upgrade, by h2c HTTP upgrade or Prior Knowledge.
CleartextHttp2ServerUpgradeHandler(HttpServerCodec, HttpServerUpgradeHandler, ChannelHandler) - 类 的构造器io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
Creates the channel handler provide cleartext HTTP/2 upgrade from HTTP upgrade or prior knowledge
CleartextHttp2ServerUpgradeHandler.PriorKnowledgeUpgradeEvent - io.netty.handler.codec.http2中的类
User event that is fired to notify about HTTP/2 protocol is started.
clearYear() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 year = 1;
client() - 类 中的方法io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns the client bit field
CLIENT_PORT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
已过时。
"client_port"
CLIENT_PORT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
"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.
clientChannel() - 类 中的方法io.netty.channel.unix.tests.DetectPeerCloseWithoutReadTest
 
clientCloseWithoutServerReadIsDetectedExtraReadRequested() - 类 中的方法io.netty.channel.unix.tests.DetectPeerCloseWithoutReadTest
 
clientCloseWithoutServerReadIsDetectedNoExtraReadRequested() - 类 中的方法io.netty.channel.unix.tests.DetectPeerCloseWithoutReadTest
 
ClientCookieDecoder - io.netty.handler.codec.http.cookie中的类
A RFC6265 compliant cookie decoder to be used client side.
ClientCookieEncoder - io.netty.handler.codec.http中的类
已过时。
ClientCookieEncoder - io.netty.handler.codec.http.cookie中的类
A RFC6265 compliant cookie encoder to be used client side, so only name=value pairs are sent.
clientHeaders(boolean, AsciiString, AsciiString, AsciiString, AsciiString, AsciiString...) - 类 中的静态方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
Create a new read only representation of headers used by clients.
clientId(String) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
clientIdentifier() - 类 中的方法io.netty.handler.codec.mqtt.MqttConnectPayload
 
clientSocket() - 类 中的方法io.netty.testsuite.transport.socket.SocketTestPermutation
 
clientSocketWithFastOpen() - 类 中的方法io.netty.testsuite.transport.socket.SocketTestPermutation
 
CLOCK - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
已过时。
"clock"
CLOCK - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
"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
 
clone() - 类 中的方法io.netty.handler.codec.http.HttpDecoderConfig
 
close() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
close() - 类 中的方法io.netty.buffer.ByteBufOutputStream
 
close(ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
 
close() - 类 中的方法io.netty.channel.AbstractChannel
 
close(ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel
 
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(ChannelHandlerContext, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelOutboundHandler
Called once a close operation is made.
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.channel.ChannelOutboundHandlerAdapter
close() - 接口 中的方法io.netty.channel.ChannelOutboundInvoker
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.ChannelOutboundInvoker
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.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 are matched by 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.channel.unix.SocketWritableByteChannel
 
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.compression.BrotliEncoder
 
close() - 类 中的方法io.netty.handler.codec.compression.Bzip2Encoder
Close this Bzip2Encoder and so finish the encoding.
close(ChannelPromise) - 类 中的方法io.netty.handler.codec.compression.Bzip2Encoder
Close this Bzip2Encoder and so finish the encoding.
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.compression.Bzip2Encoder
 
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.Lz4FrameEncoder
Close this Lz4FrameEncoder and so finish the encoding.
close(ChannelPromise) - 类 中的方法io.netty.handler.codec.compression.Lz4FrameEncoder
Close this Lz4FrameEncoder and so finish the encoding.
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.compression.Lz4FrameEncoder
 
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(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.DatagramPacketEncoder
 
close() - 类 中的方法io.netty.handler.codec.http.HttpChunkedInput
 
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.HttpClientUpgradeHandler
 
CLOSE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
已过时。
"close"
CLOSE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"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 When called from within a ChannelHandler you most likely want to use WebSocketClientHandshaker.close(ChannelHandlerContext, CloseWebSocketFrame, ChannelPromise).
close(ChannelHandlerContext, CloseWebSocketFrame) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Performs the closing handshake
close(ChannelHandlerContext, 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(ChannelHandlerContext, CloseWebSocketFrame) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the closing handshake.
close(ChannelHandlerContext, 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(ChannelHandlerContext, CloseWebSocketFrame, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
Echo back the closing frame
close() - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
close() - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
close(Promise<Void>) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Connection
 
close() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
close() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
close() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
close() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
close() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
Close the encoder and release all its associated data.
close(Promise<Void>) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection
Close this connection.
close() - 接口 中的方法io.netty.handler.codec.http2.Http2ConnectionDecoder
 
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
close() - 类 中的方法io.netty.handler.codec.http2.Http2DataChunkedInput
 
close() - 接口 中的方法io.netty.handler.codec.http2.Http2FrameReader
Closes this reader and frees any allocated resources.
close() - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter
Closes this writer and frees any allocated resources.
close() - 类 中的方法io.netty.handler.codec.http2.Http2InboundFrameLogger
 
close() - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
close() - 接口 中的方法io.netty.handler.codec.http2.Http2Stream
Closes the stream.
close() - 类 中的方法io.netty.handler.codec.http2.StreamBufferingEncoder
 
CLOSE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
已过时。
"close"
CLOSE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
"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.pcap.PcapWriteHandler
Close PcapWriter and OutputStream.
close(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.ssl.SslClientHelloHandler
 
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.resolver.AbstractAddressResolver
 
close() - 接口 中的方法io.netty.resolver.AddressResolver
Closes all the resources allocated and used by this resolver.
close() - 类 中的方法io.netty.resolver.AddressResolverGroup
Closes all NameResolvers created by this group.
close() - 类 中的方法io.netty.resolver.dns.DnsNameResolver
Closes the internal datagram channel used for sending and receiving DNS messages, and clears all DNS resource records from the cache.
close() - 类 中的方法io.netty.resolver.InetSocketAddressResolver
 
close() - 接口 中的方法io.netty.resolver.NameResolver
Closes all the resources allocated and used by this resolver.
close() - 类 中的方法io.netty.resolver.RoundRobinInetAddressResolver
 
close() - 类 中的方法io.netty.resolver.SimpleNameResolver
 
close(Socket) - 类 中的方法io.netty.testsuite.transport.socket.AbstractSocketShutdownOutputByPeerTest
 
close(Socket) - 类 中的方法io.netty.testsuite.transport.socket.SocketShutdownOutputByPeerTest
 
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.
closeAfterContinueResponse(Object) - 类 中的方法io.netty.handler.codec.http.HttpObjectAggregator
 
closeAfterContinueResponse(Object) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
closeAfterContinueResponse(Object) - 类 中的方法io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
 
closeAfterContinueResponse(Object) - 类 中的方法io.netty.handler.codec.MessageAggregator
Determine if the channel should be closed after the result of MessageAggregator.newContinueResponse(Object, int, ChannelPipeline) is written.
closeAfterContinueResponse(Object) - 类 中的方法io.netty.handler.codec.redis.RedisBulkStringAggregator
 
closeAfterContinueResponse(Object) - 类 中的方法io.netty.handler.codec.stomp.StompSubframeAggregator
 
closeAsync() - 类 中的方法io.netty.channel.pool.FixedChannelPool
Closes the pool in an async manner.
closeAsync() - 类 中的方法io.netty.channel.pool.SimpleChannelPool
Closes the pool in an async manner.
closeChannel(Channel) - 类 中的静态方法io.netty.testsuite.transport.socket.DatagramUnicastTest
 
ClosedStreamCreationException(Http2Error) - 异常错误 的构造器io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
 
ClosedStreamCreationException(Http2Error, String) - 异常错误 的构造器io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
 
ClosedStreamCreationException(Http2Error, String, Throwable) - 异常错误 的构造器io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
 
closedStreamError(Http2Error, String, Object...) - 异常错误 中的静态方法io.netty.handler.codec.http2.Http2Exception
Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.
closeFileDescriptors() - 类 中的方法io.netty.channel.epoll.EpollEventLoop
This method is intended for use by process checkpoint/restore integration, such as OpenJDK CRaC.
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
 
closeLocalSide() - 接口 中的方法io.netty.handler.codec.http2.Http2Stream
Closes the local side of this stream.
closeOnFlush(Channel) - 类 中的静态方法io.netty.example.socksproxy.SocksServerUtils
Closes the specified channel after all queued write requests are flushed.
closeOnProtocolViolation(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
closeOnProtocolViolation() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
 
closeOnProtocolViolation(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
closeOnReadError(Throwable) - 类 中的方法io.netty.channel.nio.AbstractNioMessageChannel
 
closeOnReadError(Throwable) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
closeOnReadError(Throwable) - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
 
closeOutbound() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
closeOutbound() - 类 中的方法io.netty.handler.ssl.SslHandler
Sends an SSL close_notify message to the specified channel and destroys the underlying SSLEngine.
closeOutbound(ChannelPromise) - 类 中的方法io.netty.handler.ssl.SslHandler
Sends an SSL close_notify message to the specified channel and destroys the underlying SSLEngine.
closeRemoteSide() - 接口 中的方法io.netty.handler.codec.http2.Http2Stream
Closes the remote side of this stream.
closeStatus() - 异常错误 中的方法io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
 
closeStream(Http2Stream, ChannelFuture) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
closeStream(Http2Stream, ChannelFuture) - 接口 中的方法io.netty.handler.codec.http2.Http2LifecycleManager
Closes and deactivates the given stream.
closeStreamLocal(Http2Stream, ChannelFuture) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
Closes the local side of the given stream.
closeStreamLocal(Http2Stream, ChannelFuture) - 接口 中的方法io.netty.handler.codec.http2.Http2LifecycleManager
Closes the local side of the stream.
closeStreamRemote(Http2Stream, ChannelFuture) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
Closes the remote side of the given stream.
closeStreamRemote(Http2Stream, ChannelFuture) - 接口 中的方法io.netty.handler.codec.http2.Http2LifecycleManager
Closes the remote side of the stream.
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(WebSocketCloseStatus) - 类 的构造器io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame with closing status code and reason text
CloseWebSocketFrame(WebSocketCloseStatus, String) - 类 的构造器io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame with closing status code and reason text
CloseWebSocketFrame(int, String) - 类 的构造器io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame with closing status code and reason text
CloseWebSocketFrame(boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame with no losing status 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
CNAME - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
Canonical name record RFC 1035 Alias of one name to another: the DNS lookup will continue by retrying the lookup with the new name.
cnameCache() - 类 中的方法io.netty.resolver.dns.DnsNameResolver
Returns the DnsCnameCache.
cnameCache(DnsCnameCache) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Sets the cache for CNAME mappings.
CoalescingBufferQueue - io.netty.channel中的类
A FIFO queue of bytes where producers add bytes by repeatedly adding ByteBuf and consumers take bytes in arbitrary lengths.
CoalescingBufferQueue(Channel) - 类 的构造器io.netty.channel.CoalescingBufferQueue
 
CoalescingBufferQueue(Channel, int) - 类 的构造器io.netty.channel.CoalescingBufferQueue
 
CoalescingBufferQueue(Channel, int, boolean) - 类 的构造器io.netty.channel.CoalescingBufferQueue
 
code() - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
code() - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
Returns the 4 bit return code.
code() - 类 中的方法io.netty.handler.codec.http.HttpResponseStatus
Returns the code of this HttpResponseStatus.
code() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
code() - 枚举 中的方法io.netty.handler.codec.http2.Http2Error
Gets the code for this error used on the wire.
code() - 类 中的方法io.netty.handler.codec.smtp.DefaultSmtpResponse
 
code() - 接口 中的方法io.netty.handler.codec.smtp.SmtpResponse
Returns the response code.
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.
codeAsText() - 类 中的方法io.netty.handler.codec.http.HttpResponseStatus
Returns the status code as AsciiString.
codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - 类 中的方法io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
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.
codeClass() - 类 中的方法io.netty.handler.codec.http.HttpResponseStatus
Returns the class of this HttpResponseStatus
codecOutList() - 类 中的方法io.netty.handler.codec.CodecOutputListBenchmark
 
codecOutListAllocRecycle() - 类 中的方法io.netty.handler.codec.AdvancedCodecOutputListBenchmark
 
CodecOutputListBenchmark - io.netty.handler.codec中的类
 
CodecOutputListBenchmark() - 类 的构造器io.netty.handler.codec.CodecOutputListBenchmark
 
COLON - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Colon ':'
com.sun.nio.sctp - 程序包 com.sun.nio.sctp
This package is only included to let SCTP also compile on non-unix operation systems.
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.
CombinedHttpHeaders - io.netty.handler.codec.http中的类
Will add multiple values for the same header as single header with a comma separated list of values.
CombinedHttpHeaders(boolean) - 类 的构造器io.netty.handler.codec.http.CombinedHttpHeaders
已过时。
combo(List<TestsuitePermutation.BootstrapFactory<A>>, List<TestsuitePermutation.BootstrapFactory<B>>) - 类 中的方法io.netty.testsuite.transport.socket.SocketTestPermutation
 
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.
command() - 类 中的方法io.netty.handler.codec.smtp.DefaultSmtpRequest
 
command() - 接口 中的方法io.netty.handler.codec.smtp.SmtpRequest
Returns the SmtpCommand that belongs to the request.
command - 类 中的变量io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
command() - 类 中的方法io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
command() - 接口 中的方法io.netty.handler.codec.stomp.StompHeadersSubframe
Returns command of this frame.
COMMAND_UNSUPPORTED - 类 中的静态变量io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
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(InetSocketAddress, InetSocketAddress) - 类 中的方法io.netty.resolver.dns.NameServerComparator
 
compare(int, int) - 类 中的静态方法io.netty.util.internal.MathUtil
Compares two int values.
compare(long, long) - 类 中的静态方法io.netty.util.internal.MathUtil
Compare two 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(ChannelId) - 类 中的方法io.netty.channel.DefaultChannelId
 
compareTo(ChannelGroup) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
compareTo(LocalAddress) - 类 中的方法io.netty.channel.local.LocalAddress
 
compareTo(DnsOpCode) - 类 中的方法io.netty.handler.codec.dns.DnsOpCode
 
compareTo(DnsRecordType) - 类 中的方法io.netty.handler.codec.dns.DnsRecordType
 
compareTo(DnsResponseCode) - 类 中的方法io.netty.handler.codec.dns.DnsResponseCode
 
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(WebSocketCloseStatus) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
compareTo(Socks4CommandStatus) - 类 中的方法io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
compareTo(Socks4CommandType) - 类 中的方法io.netty.handler.codec.socksx.v4.Socks4CommandType
 
compareTo(Socks5AddressType) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5AddressType
 
compareTo(Socks5AuthMethod) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
compareTo(Socks5CommandStatus) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
compareTo(Socks5CommandType) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5CommandType
 
compareTo(Socks5PasswordAuthStatus) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
compareTo(SpdySessionStatus) - 类 中的方法io.netty.handler.codec.spdy.SpdySessionStatus
 
compareTo(SpdyStreamStatus) - 类 中的方法io.netty.handler.codec.spdy.SpdyStreamStatus
 
compareTo(IpSubnetFilterRule) - 类 中的方法io.netty.handler.ipfilter.IpSubnetFilterRule
 
compareTo(T) - 类 中的方法io.netty.util.AbstractConstant
 
compareTo(CharSequence) - 类 中的方法io.netty.util.AsciiString
Compares the specified string to this string using the ASCII values of the characters.
compareTo(Signal) - 错误 中的方法io.netty.util.Signal
 
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中的类
已过时。
This class has been deprecated with no replacement, because serialization can be a security liability
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.
compilePattern(byte) - 类 中的静态方法io.netty.util.internal.SWARUtil
Compiles given byte into a long pattern suitable for SWAR operations.
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.
completeOncePreferredResolved(boolean) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
If true SimpleNameResolver.resolveAll(String) will notify the returned Future as soon as all queries for the preferred address-type are complete.
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(ByteBufAllocator, ByteBuf, ByteBuf) - 类 中的方法io.netty.channel.AbstractCoalescingBufferQueue
Calculate the result of current + next.
compose(ByteBufAllocator, ByteBuf, ByteBuf) - 类 中的方法io.netty.channel.CoalescingBufferQueue
 
compose(ChannelMatcher...) - 类 中的静态方法io.netty.channel.group.ChannelMatchers
Return a composite of the given ChannelMatchers.
composeFirst(ByteBufAllocator, ByteBuf) - 类 中的方法io.netty.channel.AbstractCoalescingBufferQueue
Calculate the first ByteBuf which will be used in subsequent calls to AbstractCoalescingBufferQueue.compose(ByteBufAllocator, ByteBuf, ByteBuf).
composeIntoComposite(ByteBufAllocator, ByteBuf, ByteBuf) - 类 中的方法io.netty.channel.AbstractCoalescingBufferQueue
Compose cumulation and next into a new CompositeByteBuf.
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.
compositeBuffer() - 类 中的方法io.netty.channel.PreferHeapByteBufAllocator
 
compositeBuffer(int) - 类 中的方法io.netty.channel.PreferHeapByteBufAllocator
 
compositeBuffer() - 类 中的方法io.netty.channel.unix.PreferredDirectByteBufAllocator
 
compositeBuffer(int) - 类 中的方法io.netty.channel.unix.PreferredDirectByteBufAllocator
 
CompositeBufferGatheringWriteTest - io.netty.testsuite.transport.socket中的类
 
CompositeBufferGatheringWriteTest() - 类 的构造器io.netty.testsuite.transport.socket.CompositeBufferGatheringWriteTest
 
compositeBufferPartialWriteDoesNotCorruptDataInitServerConfig(ChannelConfig, int) - 类 中的方法io.netty.testsuite.transport.socket.CompositeBufferGatheringWriteTest
 
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
 
CompositeByteBufRandomAccessBenchmark - io.netty.buffer中的类
 
CompositeByteBufRandomAccessBenchmark() - 类 的构造器io.netty.buffer.CompositeByteBufRandomAccessBenchmark
 
CompositeByteBufRandomAccessBenchmark.ByteBufType - io.netty.buffer中的枚举
 
CompositeByteBufSequentialBenchmark - io.netty.buffer中的类
 
CompositeByteBufSequentialBenchmark() - 类 的构造器io.netty.buffer.CompositeByteBufSequentialBenchmark
 
CompositeByteBufSequentialBenchmark.ByteBufType - io.netty.buffer中的枚举
 
CompositeByteBufWriteOutBenchmark - io.netty.buffer中的类
 
CompositeByteBufWriteOutBenchmark() - 类 的构造器io.netty.buffer.CompositeByteBufWriteOutBenchmark
 
CompositeByteBufWriteOutBenchmark.ByteBufType - io.netty.buffer中的枚举
 
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
 
compositeDirectBuffer() - 类 中的方法io.netty.channel.PreferHeapByteBufAllocator
 
compositeDirectBuffer(int) - 类 中的方法io.netty.channel.PreferHeapByteBufAllocator
 
compositeDirectBuffer() - 类 中的方法io.netty.channel.unix.PreferredDirectByteBufAllocator
 
compositeDirectBuffer(int) - 类 中的方法io.netty.channel.unix.PreferredDirectByteBufAllocator
 
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
 
compositeHeapBuffer() - 类 中的方法io.netty.channel.PreferHeapByteBufAllocator
 
compositeHeapBuffer(int) - 类 中的方法io.netty.channel.PreferHeapByteBufAllocator
 
compositeHeapBuffer() - 类 中的方法io.netty.channel.unix.PreferredDirectByteBufAllocator
 
compositeHeapBuffer(int) - 类 中的方法io.netty.channel.unix.PreferredDirectByteBufAllocator
 
CompositeNameResolver<T> - io.netty.resolver中的类
A composite SimpleNameResolver that resolves a host name against a sequence of NameResolvers.
CompositeNameResolver(EventExecutor, NameResolver<T>...) - 类 的构造器io.netty.resolver.CompositeNameResolver
 
CompositeStreamException(Http2Error, int) - 异常错误 的构造器io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
 
COMPRESS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
已过时。
"compress"
COMPRESS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"compress"
COMPRESS - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
已过时。
"compress"
COMPRESS - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
"compress"
compress(SSLEngine, byte[]) - 接口 中的方法io.netty.handler.ssl.OpenSslCertificateCompressionAlgorithm
Compress the given input with the specified algorithm and return the compressed bytes.
compressHeapDumps() - 类 中的静态方法io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
compressHeapDumps() - 类 中的静态方法io.netty.testsuite.transport.socket.SocketSslEchoTest
 
compressHeapDumps() - 类 中的静态方法io.netty.testsuite.util.TestUtils
 
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.
compressionLevel() - 类 中的方法io.netty.handler.codec.compression.DeflateOptions
 
compressionLevel() - 类 中的方法io.netty.handler.codec.compression.ZstdOptions
 
CompressionOptions - io.netty.handler.codec.compression中的接口
CompressionOptions provides compression options for various types of compressor types, like Brotli.
CompressorHttp2ConnectionEncoder - io.netty.handler.codec.http2中的类
A decorating HTTP2 encoder that will compress data frames according to the content-encoding header for each stream.
CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder) - 类 的构造器io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
Create a new CompressorHttp2ConnectionEncoder instance with default implementation of StandardCompressionOptions
CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, int, int, int) - 类 的构造器io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
已过时。
CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, CompressionOptions...) - 类 的构造器io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
computeRemoteAddr(InetSocketAddress, InetSocketAddress) - 类 中的静态方法io.netty.channel.unix.UnixChannelUtil
 
computeResolvedAddressTypes(InternetProtocolFamily...) - 类 中的静态方法io.netty.resolver.dns.DnsNameResolverBuilder
concat(CharSequence) - 类 中的方法io.netty.util.AsciiString
Concatenates this string and the specified string.
ConcurrentSet<E> - io.netty.util.internal中的类
已过时。
For removal in Netty 4.2. Please use ConcurrentHashMap#newKeySet() instead
ConcurrentSet() - 类 的构造器io.netty.util.internal.ConcurrentSet
已过时。
Creates a new instance which wraps the specified map.
CONFERENCE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"conference"
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.bootstrap.AbstractBootstrap
Returns the AbstractBootstrapConfig object that can be used to obtain the current config of the bootstrap.
config() - 类 中的方法io.netty.bootstrap.Bootstrap
 
config() - 类 中的方法io.netty.bootstrap.ServerBootstrap
 
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.EpollDomainDatagramChannel
 
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.kqueue.KQueueDatagramChannel
 
config() - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannel
 
config() - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannel
 
config() - 类 中的方法io.netty.channel.kqueue.KQueueServerDomainSocketChannel
 
config() - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannel
 
config() - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannel
 
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.DomainDatagramChannel
 
config() - 接口 中的方法io.netty.channel.unix.DomainSocketChannel
 
Config - io.netty.example.udt.echo.rendezvous中的类
Peer to Peer Config
configuration() - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
configuration() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
configuration() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
configuration() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
configuration() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
configuration() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
configuration() - 接口 中的方法io.netty.handler.codec.http2.Http2FrameReader
Get the configuration related elements for this Http2FrameReader
configuration() - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter
Get the configuration related elements for this Http2FrameWriter
configuration() - 接口 中的方法io.netty.handler.codec.http2.Http2HeadersDecoder
configuration() - 接口 中的方法io.netty.handler.codec.http2.Http2HeadersEncoder
configuration() - 类 中的方法io.netty.handler.codec.http2.Http2InboundFrameLogger
 
configuration() - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
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.
configure(SB, CB, ByteBufAllocator) - 类 中的方法io.netty.testsuite.transport.AbstractComboTestsuiteTest
 
configure(T, ByteBufAllocator) - 类 中的方法io.netty.testsuite.transport.AbstractTestsuiteTest
 
configure(ServerBootstrap, Bootstrap, ByteBufAllocator) - 类 中的方法io.netty.testsuite.transport.sctp.AbstractSctpTest
 
configure(Bootstrap, ByteBufAllocator) - 类 中的方法io.netty.testsuite.transport.socket.AbstractClientSocketTest
 
configure(Bootstrap, Bootstrap, ByteBufAllocator) - 类 中的方法io.netty.testsuite.transport.socket.AbstractDatagramTest
 
configure(ServerBootstrap, ByteBufAllocator) - 类 中的方法io.netty.testsuite.transport.socket.AbstractServerSocketTest
 
configure(ServerBootstrap, Bootstrap, ByteBufAllocator) - 类 中的方法io.netty.testsuite.transport.socket.AbstractSocketTest
 
configureChannel(long, long) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
configureEndOfPipeline(ChannelPipeline) - 类 中的方法io.netty.example.http2.helloworld.client.Http2ClientInitializer
 
configurePipeline(ChannelHandlerContext, String) - 类 中的方法io.netty.example.http2.helloworld.frame.server.Http2OrHttpHandler
 
configurePipeline(ChannelHandlerContext, String) - 类 中的方法io.netty.example.http2.helloworld.multiplex.server.Http2OrHttpHandler
 
configurePipeline(ChannelHandlerContext, String) - 类 中的方法io.netty.example.http2.helloworld.server.Http2OrHttpHandler
 
configurePipeline(ChannelHandlerContext, String) - 类 中的方法io.netty.example.http2.tiles.Http2OrHttpHandler
 
configurePipeline(ChannelHandlerContext, String) - 类 中的方法io.netty.example.spdy.server.SpdyOrHttpHandler
 
configurePipeline(ChannelHandlerContext, String) - 类 中的方法io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
Invoked on successful initial SSL/TLS handshake.
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
connAck() - 类 中的静态方法io.netty.handler.codec.mqtt.MqttMessageBuilders
 
ConnAckPropertiesBuilder() - 类 的构造器io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
connect(SocketAddress) - 类 中的方法com.sun.nio.sctp.SctpChannel
 
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, 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(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.ChannelOutboundInvoker
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.ChannelOutboundInvoker
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.ChannelOutboundInvoker
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.ChannelOutboundInvoker
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(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.handler.address.DynamicAddressConnectHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.handler.address.ResolveAddressHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.handler.codec.DatagramPacketEncoder
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.HttpClientUpgradeHandler
 
CONNECT - 类 中的静态变量io.netty.handler.codec.http.HttpMethod
This specification reserves the method name CONNECT for use with a proxy that can dynamically switch to being a tunnel
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
connect() - 类 中的静态方法io.netty.handler.codec.mqtt.MqttMessageBuilders
 
CONNECT - 类 中的静态变量io.netty.handler.codec.socksx.v4.Socks4CommandType
 
CONNECT - 类 中的静态变量io.netty.handler.codec.socksx.v5.Socks5CommandType
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.handler.proxy.ProxyHandler
 
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.SslClientHelloHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - 类 中的方法io.netty.handler.ssl.SslHandler
 
connect(Socket, SocketAddress) - 类 中的方法io.netty.testsuite.transport.socket.AbstractSocketShutdownOutputByPeerTest
 
connect(Socket, SocketAddress) - 类 中的方法io.netty.testsuite.transport.socket.SocketShutdownOutputByPeerTest
 
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.
connectFuture() - 类 中的方法io.netty.handler.proxy.ProxyHandler
Returns a Future that is notified when the connection to the destination has been established or the connection attempt has failed.
connectGood() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully established SSL/TLS sessions in client mode.
CONNECTION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"connection"
CONNECTION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Connection"
connection() - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the Http2Connection to use.
connection(Http2Connection) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the Http2Connection to use.
connection() - 类 中的方法io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Returns the Http2Connection.
connection() - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
connection() - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
 
connection() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
connection() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
connection() - 接口 中的方法io.netty.handler.codec.http2.Http2ConnectionDecoder
Provides direct access to the underlying connection.
connection() - 接口 中的方法io.netty.handler.codec.http2.Http2ConnectionEncoder
Provides direct access to the underlying connection.
connection() - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
connection(Http2Connection) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
connection(Http2Connection) - 类 中的方法io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
connection - 类 中的变量io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
CONNECTION - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"connection"
CONNECTION - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Connection"
connection() - 类 中的方法io.netty.testsuite.transport.udt.UDTClientServerConnectionTest
Verify UDT client/server connect and disconnect.
CONNECTION_REFUSED - 类 中的静态变量io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
CONNECTION_STREAM_ID - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
connectionError(Http2Error, String, Object...) - 异常错误 中的静态方法io.netty.handler.codec.http2.Http2Exception
Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.
connectionError(Http2Error, Throwable, String, Object...) - 异常错误 中的静态方法io.netty.handler.codec.http2.Http2Exception
Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.
connectionPrefaceBuf() - 类 中的静态方法io.netty.handler.codec.http2.Http2CodecUtil
Returns a buffer containing the Http2CodecUtil.CONNECTION_PREFACE.
connectionStream() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Connection
 
connectionStream() - 接口 中的方法io.netty.handler.codec.http2.Http2Connection
Gets the stream object representing the connection, itself (i.e. stream zero).
connectRenegotiate() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
Returns the number of start renegotiations in client mode.
connectReturnCode() - 类 中的方法io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
 
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
 
connectTimeoutMillis() - 类 中的方法io.netty.handler.proxy.ProxyHandler
Returns the connect timeout in millis.
connectVSock(VSockAddress) - 类 中的方法io.netty.channel.epoll.LinuxSocket
 
consolidate() - 类 中的方法io.netty.buffer.CompositeByteBuf
Consolidate the composed ByteBufs
consolidate(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
Consolidate the composed ByteBufs
consolidateCacheSize(int) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Set the maximum size of the cache that is used to consolidate lookups for different hostnames when in-flight.
Constant<T extends Constant<T>> - io.netty.util中的接口
A singleton which is safe to compare via the == operator.
ConstantPool<T extends Constant<T>> - io.netty.util中的类
A pool of Constants.
ConstantPool() - 类 的构造器io.netty.util.ConstantPool
 
ConstantTimeUtils - io.netty.util.internal中的类
 
consumeBytes(Http2Stream, int) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
consumeBytes(Http2Stream, int) - 接口 中的方法io.netty.handler.codec.http2.Http2LocalFlowController
Indicates that the application has consumed a number of bytes for the given stream and is therefore ready to receive more data from the remote endpoint.
consumeReceivedSettings(Http2Settings) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
 
consumeReceivedSettings(Http2Settings) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
consumeReceivedSettings(Http2Settings) - 接口 中的方法io.netty.handler.codec.http2.Http2SettingsReceivedConsumer
Consume the most recently received but not yet ACKed settings.
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(K) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
contains(K, V) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
contains(K, V, HashingStrategy<? super V>) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
contains(K) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
contains(K, V) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
contains(K) - 接口 中的方法io.netty.handler.codec.Headers
Returns true if a header with the name exists, false otherwise.
contains(K, V) - 接口 中的方法io.netty.handler.codec.Headers
Returns true if a header with the name and value exists, false otherwise.
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.EmptyHttpHeaders
 
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, false otherwise.
contains(int) - 枚举 中的方法io.netty.handler.codec.http.HttpStatusClass
Returns true if and only if the specified HTTP status code falls into this class.
contains(String) - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
contains(String, String, boolean) - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
contains(CharSequence, CharSequence) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Headers
 
contains(CharSequence, CharSequence, boolean) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Headers
 
contains(CharSequence, CharSequence, boolean) - 类 中的方法io.netty.handler.codec.http2.EmptyHttp2Headers
 
contains(CharSequence, CharSequence, boolean) - 接口 中的方法io.netty.handler.codec.http2.Http2Headers
Returns true if a header with the name and value exists, false otherwise.
contains(CharSequence) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
contains(CharSequence, CharSequence) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
contains(CharSequence, CharSequence, boolean) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
contains(CharSequence, CharSequence) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
contains(CharSequence, CharSequence, boolean) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
contains(CharSequence, CharSequence, boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdyHeaders
Returns true if a header with the name and value exists, false otherwise.
contains(CharSequence, CharSequence) - 类 中的方法io.netty.handler.codec.stomp.DefaultStompHeaders
 
contains(CharSequence, CharSequence, boolean) - 类 中的方法io.netty.handler.codec.stomp.DefaultStompHeaders
 
contains(CharSequence, CharSequence, boolean) - 接口 中的方法io.netty.handler.codec.stomp.StompHeaders
Returns true if a header with the name and value exists, false otherwise.
contains(CharSequence) - 类 中的方法io.netty.util.AsciiString
Determines if this String contains the sequence of characters in the CharSequence passed.
contains(CharSequence, CharSequence) - 类 中的静态方法io.netty.util.AsciiString
Determine if a contains b in a case sensitive manner.
contains(Object) - 类 中的方法io.netty.util.internal.ConcurrentSet
已过时。
 
contains(Object) - 类 中的方法io.netty.util.internal.DefaultPriorityQueue
 
contains(Object) - 类 中的方法io.netty.util.internal.EmptyPriorityQueue
 
contains(String) - 类 中的静态方法io.netty.util.internal.SystemPropertyUtil
Returns true if and only if the system property with the specified key exists.
containsAll(Collection<?>) - 类 中的方法io.netty.util.internal.EmptyPriorityQueue
 
containsAllContentEqualsIgnoreCase(Collection<CharSequence>, Collection<CharSequence>) - 类 中的静态方法io.netty.util.AsciiString
Determine if a contains all of the values in b using AsciiString.contentEqualsIgnoreCase(CharSequence, CharSequence) to compare values.
containsBoolean(K, boolean) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
containsBoolean(K, boolean) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
containsBoolean(K, boolean) - 接口 中的方法io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsBoolean(CharSequence, boolean) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsByte(K, byte) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
containsByte(K, byte) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
containsByte(K, byte) - 接口 中的方法io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsByte(CharSequence, byte) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsChar(K, char) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
containsChar(K, char) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
containsChar(K, char) - 接口 中的方法io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsChar(CharSequence, char) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsContentEqualsIgnoreCase(Collection<CharSequence>, CharSequence) - 类 中的静态方法io.netty.util.AsciiString
Determine if collection contains value and using AsciiString.contentEqualsIgnoreCase(CharSequence, CharSequence) to compare values.
containsDouble(K, double) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
containsDouble(K, double) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
containsDouble(K, double) - 接口 中的方法io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsDouble(CharSequence, double) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsFloat(K, float) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
containsFloat(K, float) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
containsFloat(K, float) - 接口 中的方法io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsFloat(CharSequence, float) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法io.netty.util.AsciiString
Determine if a contains b in a case insensitive manner.
containsInt(K, int) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
containsInt(K, int) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
containsInt(K, int) - 接口 中的方法io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsInt(CharSequence, int) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsLong(K, long) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
containsLong(K, long) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
containsLong(K, long) - 接口 中的方法io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsLong(CharSequence, long) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsLowerCase(long) - 类 中的静态方法io.netty.util.internal.SWARUtil
Returns true if the given word contains at least one ASCII lowercase byte.
containsLowerCase(int) - 类 中的静态方法io.netty.util.internal.SWARUtil
Returns true if the given word contains at least one ASCII lowercase byte.
containsObject(K, Object) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
containsObject(K, Object) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
containsObject(K, Object) - 接口 中的方法io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsObject(CharSequence, Object) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsShort(K, short) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
containsShort(K, short) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
containsShort(K, short) - 接口 中的方法io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsShort(CharSequence, short) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsTimeMillis(K, long) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
containsTimeMillis(K, long) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
containsTimeMillis(K, long) - 接口 中的方法io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsTimeMillis(CharSequence, long) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsTyped(T) - 类 中的方法io.netty.util.internal.DefaultPriorityQueue
 
containsTyped(T) - 类 中的方法io.netty.util.internal.EmptyPriorityQueue
 
containsTyped(T) - 接口 中的方法io.netty.util.internal.PriorityQueue
Same as Collection.contains(Object) but typed using generics.
containsUpperCase(long) - 类 中的静态方法io.netty.util.internal.SWARUtil
Returns true if the given word contains at least one ASCII uppercase byte.
containsUpperCase(int) - 类 中的静态方法io.netty.util.internal.SWARUtil
Returns true if the given word contains at least one ASCII uppercase byte.
containsValue(CharSequence, CharSequence, boolean) - 类 中的方法io.netty.handler.codec.http.CombinedHttpHeaders
 
containsValue(CharSequence, CharSequence, boolean) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Returns true if a header with the name and value exists, false otherwise.
containsValue(CharSequence, CharSequence, boolean) - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
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.dns.DatagramDnsQuery
 
content() - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
content() - 类 中的方法io.netty.handler.codec.dns.DefaultDnsRawRecord
 
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.http2.DefaultHttp2DataFrame
 
content() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2PingFrame
 
content() - 接口 中的方法io.netty.handler.codec.http2.Http2DataFrame
Payload of DATA frame.
content() - 接口 中的方法io.netty.handler.codec.http2.Http2GoAwayFrame
Optional debugging information describing cause the GOAWAY.
content() - 接口 中的方法io.netty.handler.codec.http2.Http2PingFrame
Returns the eight byte opaque data.
content() - 类 中的方法io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
content() - 类 中的方法io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
content() - 类 中的方法io.netty.handler.codec.memcache.DefaultMemcacheContent
 
content() - 类 中的方法io.netty.handler.codec.mqtt.MqttPublishMessage
 
content() - 类 中的方法io.netty.handler.codec.redis.AbstractStringRedisMessage
Get string content of this AbstractStringRedisMessage.
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.codec.stomp.DefaultStompFrame
 
content() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
content() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
CONTENT_BASE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"content-base"
CONTENT_BASE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Content-Base"
CONTENT_BASE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"content-base"
CONTENT_BASE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Content-Base"
CONTENT_DISPOSITION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"content-disposition"
CONTENT_ENCODING - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"content-encoding"
CONTENT_ENCODING - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Content-Encoding"
CONTENT_ENCODING - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"content-encoding"
CONTENT_ENCODING - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Content-Encoding"
CONTENT_LANGUAGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"content-language"
CONTENT_LANGUAGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Content-Language"
CONTENT_LANGUAGE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"content-language"
CONTENT_LANGUAGE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Content-Language"
CONTENT_LENGTH - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"content-length"
CONTENT_LENGTH - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Content-Length"
CONTENT_LENGTH - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"content-length"
CONTENT_LENGTH - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Content-Length"
CONTENT_LENGTH - 接口 中的静态变量io.netty.handler.codec.stomp.StompHeaders
 
CONTENT_LOCATION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"content-location"
CONTENT_LOCATION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Content-Location"
CONTENT_LOCATION - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"content-location"
CONTENT_LOCATION - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Content-Location"
CONTENT_MD5 - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"content-md5"
CONTENT_MD5 - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Content-MD5"
CONTENT_RANGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"content-range"
CONTENT_RANGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Content-Range"
CONTENT_SECURITY_POLICY - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"content-security-policy"
CONTENT_TRANSFER_ENCODING - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"content-transfer-encoding"
CONTENT_TRANSFER_ENCODING - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Content-Transfer-Encoding"
CONTENT_TYPE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"content-type"
CONTENT_TYPE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Content-Type"
CONTENT_TYPE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"content-type"
CONTENT_TYPE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Content-Type"
CONTENT_TYPE - 接口 中的静态变量io.netty.handler.codec.stomp.StompHeaders
 
contentEncoder() - 类 中的方法io.netty.handler.codec.http.HttpContentEncoder.Result
 
contentEquals(CharSequence) - 类 中的方法io.netty.util.AsciiString
Compares a CharSequence to this String to determine if their contents are equal.
contentEquals(CharSequence, CharSequence) - 类 中的静态方法io.netty.util.AsciiString
Returns true if the content of both CharSequence's are equals.
contentEqualsIgnoreCase(CharSequence) - 类 中的方法io.netty.util.AsciiString
Compares the specified string to this string ignoring the case of the characters and returns true if they are equal.
contentEqualsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法io.netty.util.AsciiString
Returns true if both CharSequence's are equals when ignore the case.
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 ChannelHandlerContext.attr(AttributeKey) method.
ContextBoundUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - 类 的构造器io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
 
CONTINENT_FIELD_NUMBER - 类 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Location
 
CONTINUATION - 类 中的静态变量io.netty.handler.codec.http2.Http2FrameTypes
 
CONTINUATION_FRAME_HEADER_LENGTH - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
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.HttpHeaderValues
"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.RtspHeaderValues
"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
 
continueReading() - 类 中的方法io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
continueReading(UncheckedBooleanSupplier) - 类 中的方法io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
continueReading(RecvByteBufAllocator.Handle) - 类 中的方法io.netty.channel.nio.AbstractNioMessageChannel
 
continueReading() - 类 中的方法io.netty.channel.RecvByteBufAllocator.DelegatingHandle
 
continueReading(UncheckedBooleanSupplier) - 接口 中的方法io.netty.channel.RecvByteBufAllocator.ExtendedHandle
Same as RecvByteBufAllocator.Handle.continueReading() except "more data" is determined by the supplier parameter.
continueReading() - 接口 中的方法io.netty.channel.RecvByteBufAllocator.Handle
已过时。
Determine if the current read loop should continue.
continueReading(RecvByteBufAllocator.Handle) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
 
convertBoolean(boolean) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertBoolean(boolean) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertBoolean(boolean) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertByte(byte) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertByte(byte) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertByte(byte) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertChar(char) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertChar(char) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertChar(char) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertContentSubFrame(StompContentSubframe, ByteBuf) - 类 中的方法io.netty.example.stomp.websocket.StompWebSocketFrameEncoder
 
convertContentSubFrame(StompContentSubframe, ByteBuf) - 类 中的方法io.netty.handler.codec.stomp.StompSubframeEncoder
An extension method to convert a STOMP encoded buffer to a different message type based on an original StompHeadersSubframe content sub frame.
convertDouble(double) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertDouble(double) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertDouble(double) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertFloat(float) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertFloat(float) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertFloat(float) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertFullFrame(StompFrame, ByteBuf) - 类 中的方法io.netty.example.stomp.websocket.StompWebSocketFrameEncoder
 
convertFullFrame(StompFrame, ByteBuf) - 类 中的方法io.netty.handler.codec.stomp.StompSubframeEncoder
An extension method to convert a STOMP encoded buffer to a different message type based on an original StompFrame full frame.
convertHeadersSubFrame(StompHeadersSubframe, ByteBuf) - 类 中的方法io.netty.example.stomp.websocket.StompWebSocketFrameEncoder
 
convertHeadersSubFrame(StompHeadersSubframe, ByteBuf) - 类 中的方法io.netty.handler.codec.stomp.StompSubframeEncoder
An extension method to convert a STOMP encoded buffer to a different message type based on an original StompHeadersSubframe headers sub frame.
convertInt(int) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertInt(int) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertInt(int) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertLong(long) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertLong(long) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertLong(long) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertObject(Object) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertObject(Object) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertObject(Object) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertShort(short) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertShort(short) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertShort(short) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertTimeMillis(long) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertTimeMillis(long) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertTimeMillis(long) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertToBoolean(CharSequence) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertToBoolean(V) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertToBoolean(T) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertToByte(CharSequence) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertToByte(V) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertToByte(T) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertToChar(CharSequence) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertToChar(V) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertToChar(T) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertToDouble(CharSequence) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertToDouble(V) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertToDouble(T) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertToFloat(CharSequence) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertToFloat(V) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertToFloat(T) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertToInt(CharSequence) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertToInt(V) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertToInt(T) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertToLong(CharSequence) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertToLong(V) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertToLong(T) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertToShort(CharSequence) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertToShort(V) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertToShort(T) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
convertToTimeMillis(CharSequence) - 类 中的方法io.netty.handler.codec.CharSequenceValueConverter
 
convertToTimeMillis(V) - 类 中的方法io.netty.handler.codec.UnsupportedValueConverter
 
convertToTimeMillis(T) - 接口 中的方法io.netty.handler.codec.ValueConverter
 
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.HttpHeaderNames
"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中的类
 
CookieHeaderNames.SameSite - io.netty.handler.codec.http.cookie中的枚举
Possible values for the SameSite attribute.
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
Creates a deep copy of this ByteBufHolder.
copy(AsciiString, ByteBuf) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Copies the all content of src to a ByteBuf using ByteBuf.writeBytes(byte[], int, int).
copy(AsciiString, int, ByteBuf, int, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Copies the content of src to a ByteBuf using ByteBuf.setBytes(int, byte[], int, int).
copy(AsciiString, int, ByteBuf, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Copies the content of src to a ByteBuf using ByteBuf.writeBytes(byte[], int, int).
copy(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
copy() - 类 中的方法io.netty.buffer.DefaultByteBufHolder
Creates a deep copy of this ByteBufHolder.
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() - 类 中的方法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.epoll.SegmentedDatagramPacket
已过时。
 
copy() - 类 中的方法io.netty.channel.sctp.SctpMessage
 
copy() - 类 中的方法io.netty.channel.socket.DatagramPacket
 
copy() - 类 中的方法io.netty.channel.udt.UdtMessage
已过时。
 
copy() - 类 中的方法io.netty.channel.unix.DomainDatagramPacket
 
copy() - 类 中的方法io.netty.channel.unix.SegmentedDatagramPacket
 
copy() - 类 中的方法io.netty.handler.codec.DefaultHeaders
Returns a deep copy of this instance.
copy() - 类 中的方法io.netty.handler.codec.dns.DefaultDnsRawRecord
 
copy() - 接口 中的方法io.netty.handler.codec.dns.DnsRawRecord
 
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.DefaultHttpHeaders
 
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.HttpHeaders
Returns a deep copy of the passed in HttpHeaders.
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.http2.DefaultHttp2DataFrame
 
copy() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
copy() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
copy() - 接口 中的方法io.netty.handler.codec.http2.Http2DataFrame
 
copy() - 接口 中的方法io.netty.handler.codec.http2.Http2GoAwayFrame
 
copy() - 接口 中的方法io.netty.handler.codec.http2.Http2UnknownFrame
 
copy() - 类 中的方法io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
copy() - 类 中的方法io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
copy() - 接口 中的方法io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
 
copy() - 接口 中的方法io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
 
copy() - 类 中的方法io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
copy() - 类 中的方法io.netty.handler.codec.memcache.DefaultMemcacheContent
 
copy() - 接口 中的方法io.netty.handler.codec.memcache.FullMemcacheMessage
 
copy() - 接口 中的方法io.netty.handler.codec.memcache.LastMemcacheContent
 
copy() - 接口 中的方法io.netty.handler.codec.memcache.MemcacheContent
 
copy() - 类 中的方法io.netty.handler.codec.mqtt.MqttPublishMessage
 
copy() - 接口 中的方法io.netty.handler.codec.redis.BulkStringRedisContent
 
copy() - 类 中的方法io.netty.handler.codec.redis.DefaultBulkStringRedisContent
 
copy() - 类 中的方法io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
 
copy() - 类 中的方法io.netty.handler.codec.redis.FullBulkStringRedisMessage
 
copy() - 接口 中的方法io.netty.handler.codec.redis.LastBulkStringRedisContent
 
copy() - 类 中的方法io.netty.handler.codec.smtp.DefaultLastSmtpContent
 
copy() - 类 中的方法io.netty.handler.codec.smtp.DefaultSmtpContent
 
copy() - 接口 中的方法io.netty.handler.codec.smtp.LastSmtpContent
 
copy() - 接口 中的方法io.netty.handler.codec.smtp.SmtpContent
 
copy() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
copy() - 接口 中的方法io.netty.handler.codec.spdy.SpdyDataFrame
 
copy() - 类 中的方法io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
copy() - 类 中的方法io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
copy() - 类 中的方法io.netty.handler.codec.stomp.DefaultStompFrame
 
copy() - 类 中的方法io.netty.handler.codec.stomp.DefaultStompHeaders
 
copy() - 接口 中的方法io.netty.handler.codec.stomp.LastStompContentSubframe
 
copy() - 接口 中的方法io.netty.handler.codec.stomp.StompContentSubframe
 
copy() - 接口 中的方法io.netty.handler.codec.stomp.StompFrame
 
copy() - 类 中的方法io.netty.handler.ssl.PemPrivateKey
 
copy() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
copy() - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Creates a copy of this DnsNameResolverBuilder
copy(int, byte[], int, int) - 类 中的方法io.netty.util.AsciiString
Copies the content of this string to a byte array.
copy(int, char[], int, int) - 类 中的方法io.netty.util.AsciiString
Copied the content of this string to a character array.
copyAndCompose(ByteBufAllocator, ByteBuf, ByteBuf) - 类 中的方法io.netty.channel.AbstractCoalescingBufferQueue
Compose cumulation and next into a new ByteBufAllocator.ioBuffer().
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.
copyFrom(Http2Settings) - 类 中的方法io.netty.handler.codec.http2.Http2Settings
Clears and then copies the given settings into this object.
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.
copyIpv4MappedIpv6Address(byte[], byte[]) - 类 中的静态方法io.netty.channel.unix.NativeInetAddress
 
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(byte[], int, byte[], int, 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.
copyTo(AbstractCoalescingBufferQueue) - 类 中的方法io.netty.channel.AbstractCoalescingBufferQueue
Copy all pending entries in this queue into the destination queue.
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.
CorruptedWebSocketFrameException - io.netty.handler.codec.http.websocketx中的异常错误
An DecoderException which is thrown when the received WebSocketFrame data could not be decoded by an inbound handler.
CorruptedWebSocketFrameException() - 异常错误 的构造器io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
Creates a new instance.
CorruptedWebSocketFrameException(WebSocketCloseStatus, String, Throwable) - 异常错误 的构造器io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
Creates a new instance.
CorruptedWebSocketFrameException(WebSocketCloseStatus, String) - 异常错误 的构造器io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
Creates a new instance.
CorruptedWebSocketFrameException(WebSocketCloseStatus, Throwable) - 异常错误 的构造器io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
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中的类
已过时。
Use CorsConfigBuilder instead.
CorsConfig.DateValueGenerator - io.netty.handler.codec.http.cors中的类
已过时。
Removed without alternatives.
CorsConfigBuilder - io.netty.handler.codec.http.cors中的类
Builder used to configure and build a CorsConfig instance.
CorsHandler - io.netty.handler.codec.http.cors中的类
Handles Cross Origin Resource Sharing (CORS) requests.
CorsHandler(CorsConfig) - 类 的构造器io.netty.handler.codec.http.cors.CorsHandler
Creates a new instance with a single CorsConfig.
CorsHandler(List<CorsConfig>, boolean) - 类 的构造器io.netty.handler.codec.http.cors.CorsHandler
Creates a new instance with the specified config list.
count() - 类 中的方法io.netty.channel.DefaultFileRegion
 
count() - 接口 中的方法io.netty.channel.FileRegion
Returns the number of bytes to transfer.
count() - 类 中的方法io.netty.channel.unix.IovArray
Returns the number if iov entries.
count(DnsSection) - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
count() - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
count(DnsSection) - 接口 中的方法io.netty.handler.codec.dns.DnsMessage
Returns the number of records in the specified section of this DNS message.
count() - 接口 中的方法io.netty.handler.codec.dns.DnsMessage
Returns the number of records in this DNS message.
counterHashCode() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
已过时。
CR - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Carriage return
create(int, int) - 类 中的静态方法com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
 
create(EventLoop, ChannelFactory<SocketChannel>, ChannelFactory<DatagramChannel>) - 类 中的静态方法io.netty.handler.ssl.ocsp.IoTransport
Create a new IoTransport instance
createAttribute(HttpRequest, String) - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
createAttribute(HttpRequest, String, long) - 类 中的方法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, long) - 接口 中的方法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(Http2Stream) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Endpoint
Indicates whether or not this endpoint created the given stream.
CREATED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
201 Created
createDefaultResolver(IoTransport) - 类 中的静态方法io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
 
createExecutor() - 类 中的静态方法io.netty.testsuite.transport.socket.SocketStartTlsTest
 
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
 
createGroup() - 类 中的静态方法io.netty.testsuite.transport.socket.SocketEchoTest
 
createGroup() - 类 中的静态方法io.netty.testsuite.transport.socket.TrafficShapingHandlerTest
 
createInetAddressFromIpAddressString(String) - 类 中的静态方法io.netty.util.NetUtil
Creates an InetAddress based on an ipAddressString or might return null if it can't be parsed.
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
 
createOutgoing(Association, SocketAddress, int) - 类 中的静态方法com.sun.nio.sctp.MessageInfo
 
createStream(int, boolean) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Endpoint
Creates a stream initiated by this endpoint.
createTempFile(String, String, File) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
createUseAndRelease(Blackhole) - 类 中的方法io.netty.buffer.AbstractReferenceCountedByteBufBenchmark
 
CSEQ - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"cseq"
CSEQ - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"CSeq"
ctx - 类 中的变量io.netty.handler.codec.http.HttpContentDecoder
 
ctx() - 类 中的方法io.netty.handler.codec.MessageAggregator
 
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.
currentExecutor() - 类 中的静态方法io.netty.util.internal.ThreadExecutorMap
Returns the current EventExecutor that uses the Thread, or null if none / unknown.
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.
currentPartialHttpData() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
currentPartialHttpData() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
currentPartialHttpData() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
currentPartialHttpData() - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Returns the current InterfaceHttpData if currently in decoding status, meaning all data are not yet within, or null if there is no InterfaceHttpData currently in decoding status (either because none yet decoded or none currently partially decoded).
currentProgress() - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Return the current message flush progress.
currentReadBytes() - 类 中的方法io.netty.handler.traffic.TrafficCounter
 
currentWrittenBytes() - 类 中的方法io.netty.handler.traffic.TrafficCounter
 
customHeaders - 类 中的变量io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
customHeaders(HttpHeaders) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Map of custom headers to add to the client request
customHeaders() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
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.1.109.Final(2024/04/15)

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