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

A

AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel> - io.netty.bootstrap中的类
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel.
AbstractByteBuf - io.netty.buffer中的类
A skeletal implementation of a buffer.
AbstractByteBuf(int) - 类 的构造器io.netty.buffer.AbstractByteBuf
 
AbstractByteBufAllocator - io.netty.buffer中的类
Skeletal ByteBufAllocator implementation to extend.
AbstractByteBufAllocator() - 类 的构造器io.netty.buffer.AbstractByteBufAllocator
Instance use heap buffers by default
AbstractByteBufAllocator(boolean) - 类 的构造器io.netty.buffer.AbstractByteBufAllocator
Create new instance
AbstractChannel - io.netty.channel中的类
A skeletal Channel implementation.
AbstractChannel(Channel) - 类 的构造器io.netty.channel.AbstractChannel
Creates a new instance.
AbstractChannel.AbstractUnsafe - io.netty.channel中的类
Unsafe implementation which sub-classes must extend and use.
AbstractChannel.AbstractUnsafe() - 类 的构造器io.netty.channel.AbstractChannel.AbstractUnsafe
 
AbstractChannelPoolHandler - io.netty.channel.pool中的类
A skeletal ChannelPoolHandler implementation.
AbstractChannelPoolHandler() - 类 的构造器io.netty.channel.pool.AbstractChannelPoolHandler
 
AbstractChannelPoolMap<K,P extends ChannelPool> - io.netty.channel.pool中的类
A skeletal ChannelPoolMap implementation.
AbstractChannelPoolMap() - 类 的构造器io.netty.channel.pool.AbstractChannelPoolMap
 
AbstractDerivedByteBuf - io.netty.buffer中的类
已过时。
Do not use.
AbstractDerivedByteBuf(int) - 类 的构造器io.netty.buffer.AbstractDerivedByteBuf
已过时。
 
AbstractDiskHttpData - io.netty.handler.codec.http.multipart中的类
Abstract Disk HttpData implementation
AbstractDiskHttpData(String, Charset, long) - 类 的构造器io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
AbstractEpollServerChannel - io.netty.channel.epoll中的类
 
AbstractEpollServerChannel(int) - 类 的构造器io.netty.channel.epoll.AbstractEpollServerChannel
AbstractEpollServerChannel(FileDescriptor) - 类 的构造器io.netty.channel.epoll.AbstractEpollServerChannel
AbstractEpollServerChannel(Socket) - 类 的构造器io.netty.channel.epoll.AbstractEpollServerChannel
AbstractEpollServerChannel(Socket, boolean) - 类 的构造器io.netty.channel.epoll.AbstractEpollServerChannel
 
AbstractEpollStreamChannel - io.netty.channel.epoll中的类
 
AbstractEpollStreamChannel(Channel, int) - 类 的构造器io.netty.channel.epoll.AbstractEpollStreamChannel
AbstractEpollStreamChannel(int) - 类 的构造器io.netty.channel.epoll.AbstractEpollStreamChannel
AbstractEpollStreamChannel(FileDescriptor) - 类 的构造器io.netty.channel.epoll.AbstractEpollStreamChannel
AbstractEpollStreamChannel(Socket) - 类 的构造器io.netty.channel.epoll.AbstractEpollStreamChannel
AbstractEpollStreamChannel(Channel, Socket) - 类 的构造器io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(Socket, boolean) - 类 的构造器io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel.SpliceInTask - io.netty.channel.epoll中的类
 
AbstractEpollStreamChannel.SpliceInTask(int, ChannelPromise) - 类 的构造器io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
 
AbstractEventExecutor - io.netty.util.concurrent中的类
Abstract base class for EventExecutor implementations.
AbstractEventExecutor() - 类 的构造器io.netty.util.concurrent.AbstractEventExecutor
 
AbstractEventExecutorGroup - io.netty.util.concurrent中的类
Abstract base class for EventExecutorGroup implementations.
AbstractEventExecutorGroup() - 类 的构造器io.netty.util.concurrent.AbstractEventExecutorGroup
 
AbstractFuture<V> - io.netty.util.concurrent中的类
Abstract Future implementation which does not allow for cancellation.
AbstractFuture() - 类 的构造器io.netty.util.concurrent.AbstractFuture
 
AbstractHttpData - io.netty.handler.codec.http.multipart中的类
Abstract HttpData implementation
AbstractHttpData(String, Charset, long) - 类 的构造器io.netty.handler.codec.http.multipart.AbstractHttpData
 
AbstractInternalLogger - io.netty.util.internal.logging中的类
A skeletal implementation of InternalLogger.
AbstractInternalLogger(String) - 类 的构造器io.netty.util.internal.logging.AbstractInternalLogger
Creates a new instance.
AbstractMemoryHttpData - io.netty.handler.codec.http.multipart中的类
Abstract Memory HttpData implementation
AbstractMemoryHttpData(String, Charset, long) - 类 的构造器io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
AbstractNioByteChannel - io.netty.channel.nio中的类
AbstractNioChannel base class for Channels that operate on bytes.
AbstractNioByteChannel(Channel, SelectableChannel) - 类 的构造器io.netty.channel.nio.AbstractNioByteChannel
Create a new instance
AbstractNioByteChannel.NioByteUnsafe - io.netty.channel.nio中的类
 
AbstractNioByteChannel.NioByteUnsafe() - 类 的构造器io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
 
AbstractNioChannel - io.netty.channel.nio中的类
Abstract base class for Channel implementations which use a Selector based approach.
AbstractNioChannel(Channel, SelectableChannel, int) - 类 的构造器io.netty.channel.nio.AbstractNioChannel
Create a new instance
AbstractNioChannel.AbstractNioUnsafe - io.netty.channel.nio中的类
 
AbstractNioChannel.AbstractNioUnsafe() - 类 的构造器io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
AbstractNioChannel.NioUnsafe - io.netty.channel.nio中的接口
Special Unsafe sub-type which allows to access the underlying SelectableChannel
AbstractNioMessageChannel - io.netty.channel.nio中的类
AbstractNioChannel base class for Channels that operate on messages.
AbstractNioMessageChannel(Channel, SelectableChannel, int) - 类 的构造器io.netty.channel.nio.AbstractNioMessageChannel
 
AbstractOioByteChannel - io.netty.channel.oio中的类
Abstract base class for OIO which reads and writes bytes from/to a Socket
AbstractOioByteChannel(Channel) - 类 的构造器io.netty.channel.oio.AbstractOioByteChannel
 
AbstractOioChannel - io.netty.channel.oio中的类
Abstract base class for Channel implementations that use Old-Blocking-IO
AbstractOioChannel(Channel) - 类 的构造器io.netty.channel.oio.AbstractOioChannel
 
AbstractOioMessageChannel - io.netty.channel.oio中的类
Abstract base class for OIO which reads and writes objects from/to a Socket
AbstractOioMessageChannel(Channel) - 类 的构造器io.netty.channel.oio.AbstractOioMessageChannel
 
AbstractReferenceCounted - io.netty.util中的类
Abstract base class for classes wants to implement ReferenceCounted.
AbstractReferenceCounted() - 类 的构造器io.netty.util.AbstractReferenceCounted
 
AbstractReferenceCountedByteBuf - io.netty.buffer中的类
Abstract base class for ByteBuf implementations that count references.
AbstractReferenceCountedByteBuf(int) - 类 的构造器io.netty.buffer.AbstractReferenceCountedByteBuf
 
AbstractRemoteAddressFilter<T extends java.net.SocketAddress> - io.netty.handler.ipfilter中的类
This class provides the functionality to either accept or reject new Channels based on their IP address.
AbstractRemoteAddressFilter() - 类 的构造器io.netty.handler.ipfilter.AbstractRemoteAddressFilter
 
AbstractScheduledEventExecutor - io.netty.util.concurrent中的类
Abstract base class for EventExecutors that want to support scheduling.
AbstractScheduledEventExecutor() - 类 的构造器io.netty.util.concurrent.AbstractScheduledEventExecutor
 
AbstractServerChannel - io.netty.channel中的类
A skeletal server-side Channel implementation.
AbstractServerChannel() - 类 的构造器io.netty.channel.AbstractServerChannel
Creates a new instance.
AbstractTrafficShapingHandler - io.netty.handler.traffic中的类
AbstractTrafficShapingHandler allows to limit the global bandwidth (see GlobalTrafficShapingHandler) or per session bandwidth (see ChannelTrafficShapingHandler), as traffic shaping.
AbstractTrafficShapingHandler(long, long, long, long) - 类 的构造器io.netty.handler.traffic.AbstractTrafficShapingHandler
 
AbstractTrafficShapingHandler(long, long, long) - 类 的构造器io.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(long, long) - 类 的构造器io.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default Check Interval value of 1000L ms and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler() - 类 的构造器io.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using NO LIMIT, default Check Interval value of 1000L ms and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(long) - 类 的构造器io.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using NO LIMIT and default max time as delay allowed value of 15000L ms.
accelerationFactor() - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
accept(byte[]) - 类 中的方法io.netty.channel.unix.Socket
 
ACCEPT - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Accept"
ACCEPT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept"
accept(ChannelHandlerContext, T) - 类 中的方法io.netty.handler.ipfilter.AbstractRemoteAddressFilter
This method is called immediately after a Channel gets registered.
accept(ChannelHandlerContext, InetSocketAddress) - 类 中的方法io.netty.handler.ipfilter.RuleBasedIpFilter
 
accept(ChannelHandlerContext, InetSocketAddress) - 类 中的方法io.netty.handler.ipfilter.UniqueIpFilter
 
accept() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
Returns the number of started SSL/TLS handshakes in server mode.
accept(ServerSocketChannel) - 类 中的静态方法io.netty.util.internal.SocketUtils
 
ACCEPT_CHARSET - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Charset"
ACCEPT_ENCODING - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Encoding"
ACCEPT_ENCODING - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept-Encoding"
ACCEPT_LANGUAGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Language"
ACCEPT_LANGUAGE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept-Language"
ACCEPT_PATCH - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Patch"
ACCEPT_RANGES - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Ranges"
ACCEPTED - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
202 Accepted
acceptGood() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully established SSL/TLS sessions in server mode.
acceptInboundMessage(Object) - 类 中的方法io.netty.channel.SimpleChannelInboundHandler
Returns true if the given message should be handled.
acceptInboundMessage(Object) - 类 中的方法io.netty.handler.codec.MessageToMessageCodec
Returns true if and only if the specified message can be decoded by this codec.
acceptInboundMessage(Object) - 类 中的方法io.netty.handler.codec.MessageToMessageDecoder
Returns true if the given message should be handled.
acceptInboundMessage(Object) - 类 中的方法io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
acceptInboundMessage(SctpMessage) - 类 中的方法io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
acceptInboundMessage(Object) - 类 中的方法io.netty.handler.codec.sctp.SctpMessageToMessageDecoder
 
acceptInboundMessage(Object) - 类 中的方法io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.example.spdy.client.SpdyClientStreamIdHandler
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.ByteToMessageCodec
Returns true if and only if the specified message can be encoded by this codec.
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.http.HttpContentEncoder
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.http.HttpObjectEncoder
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.http.HttpRequestEncoder
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.http.HttpResponseEncoder
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.MessageToByteEncoder
Returns true if the given message should be handled.
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.MessageToMessageCodec
Returns true if and only if the specified message can be encoded by this codec.
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.MessageToMessageEncoder
Returns true if the given message should be handled.
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.rtsp.RtspEncoder
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.rtsp.RtspObjectEncoder
已过时。
 
acceptRenegotiate() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
Returns the number of start renegotiations in server mode.
ACCESS_CONTROL_ALLOW_CREDENTIALS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Credentials"
ACCESS_CONTROL_ALLOW_HEADERS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Headers"
ACCESS_CONTROL_ALLOW_METHODS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Methods"
ACCESS_CONTROL_ALLOW_ORIGIN - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Origin"
ACCESS_CONTROL_EXPOSE_HEADERS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Expose-Headers"
ACCESS_CONTROL_MAX_AGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Max-Age"
ACCESS_CONTROL_REQUEST_HEADERS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Request-Headers"
ACCESS_CONTROL_REQUEST_METHOD - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Request-Method"
acquire() - 接口 中的方法io.netty.channel.pool.ChannelPool
Acquire a Channel from this ChannelPool.
acquire(Promise<Channel>) - 接口 中的方法io.netty.channel.pool.ChannelPool
Acquire a Channel from this ChannelPool.
acquire(Promise<Channel>) - 类 中的方法io.netty.channel.pool.FixedChannelPool
 
acquire() - 类 中的方法io.netty.channel.pool.SimpleChannelPool
 
acquire(Promise<Channel>) - 类 中的方法io.netty.channel.pool.SimpleChannelPool
 
activate(InputStream, OutputStream) - 类 中的方法io.netty.channel.oio.OioByteStreamChannel
Activate this instance.
ACTIVE - 接口 中的静态变量io.netty.channel.pool.ChannelHealthChecker
ChannelHealthChecker implementation that checks if Channel.isActive() returns true.
actualReadableBytes() - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
Returns the actual number of readable bytes in the internal cumulative buffer of this decoder.
actualSubprotocol() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the subprotocol response sent by the server.
AdaptiveRecvByteBufAllocator - io.netty.channel中的类
The RecvByteBufAllocator that automatically increases and decreases the predicted buffer size on feed back.
AdaptiveRecvByteBufAllocator(int, int, int) - 类 的构造器io.netty.channel.AdaptiveRecvByteBufAllocator
Creates a new predictor with the specified parameters.
add(ChannelPromise, int) - 类 中的方法io.netty.channel.ChannelFlushPromiseNotifier
add(ChannelPromise, long) - 类 中的方法io.netty.channel.ChannelFlushPromiseNotifier
Add a ChannelPromise to this ChannelFlushPromiseNotifier which will be notified after the given pendingDataSize was reached.
add(Channel) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
add(Object, ChannelPromise) - 类 中的方法io.netty.channel.PendingWriteQueue
Add the given msg and ChannelPromise.
add(HttpHeaders) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
add(String, Object) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
add(CharSequence, Object) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
add(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
add(CharSequence, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
add(String, Object) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
 
add(CharSequence, Object) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and value.
add(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
 
add(CharSequence, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and values.
add(HttpHeaders) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Adds all header entries of the specified headers.
add(String, Object) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
add(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
add(String, Object) - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaders
Adds a new header with the specified name and value.
add(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaders
Adds a new header with the specified name and values.
add(Promise<V>...) - 类 中的方法io.netty.util.concurrent.PromiseAggregator
已过时。
Add the given Promises to the aggregator.
add(Promise) - 类 中的方法io.netty.util.concurrent.PromiseCombiner
 
add(String, V) - 类 中的方法io.netty.util.DomainMappingBuilder
已过时。
Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
add(String, V) - 类 中的方法io.netty.util.DomainNameMapping
已过时。
use DomainNameMappingBuilder to create and fill the mapping instead
add(String, V) - 类 中的方法io.netty.util.DomainNameMappingBuilder
Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
add(E) - 类 中的方法io.netty.util.internal.ConcurrentSet
 
add(long) - 接口 中的方法io.netty.util.internal.LongCounter
 
add(Object) - 类 中的方法io.netty.util.internal.RecyclableArrayList
 
add(int, Object) - 类 中的方法io.netty.util.internal.RecyclableArrayList
 
addAfter(String, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts a ChannelHandler after an existing handler of this pipeline.
addAfter(EventExecutorGroup, String, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts a ChannelHandler after an existing handler of this pipeline.
addAfter(String, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addAfter(EventExecutorGroup, String, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addAll(Promise...) - 类 中的方法io.netty.util.concurrent.PromiseCombiner
 
addAll(Collection<?>) - 类 中的方法io.netty.util.internal.RecyclableArrayList
 
addAll(int, Collection<?>) - 类 中的方法io.netty.util.internal.RecyclableArrayList
 
addAllLocalTime(Iterable<? extends WorldClockProtocol.LocalTime>) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addAllLocation(Iterable<? extends WorldClockProtocol.Location>) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addBefore(String, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts a ChannelHandler before an existing handler of this pipeline.
addBefore(EventExecutorGroup, String, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts a ChannelHandler before an existing handler of this pipeline.
addBefore(String, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addBefore(EventExecutorGroup, String, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addBodyAttribute(String, String) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add a simple attribute in the body as Name=Value
addBodyFileUpload(String, File, String, boolean) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add a file as a FileUpload
addBodyFileUploads(String, File[], String[], boolean[]) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add a series of Files associated with one File parameter (implied Mixed mode in Multipart)
addBodyHttpData(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add the InterfaceHttpData to the Body list
addComponent(ByteBuf) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBuf.
addComponent(int, ByteBuf) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBuf on the specific index.
addComponent(boolean, ByteBuf) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBuf and increase the writerIndex if increaseWriterIndex is true.
addComponent(boolean, int, ByteBuf) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBuf on the specific index and increase the writerIndex if increaseWriterIndex is true.
addComponents(ByteBuf...) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBufs.
addComponents(Iterable<ByteBuf>) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBufs.
addComponents(boolean, ByteBuf...) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBufs and increase the writerIndex if increaseWriterIndex is true.
addComponents(boolean, Iterable<ByteBuf>) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBufs and increase the writerIndex if increaseWriterIndex is true.
addComponents(int, ByteBuf...) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBufs on the specific index Be aware that this method does not increase the writerIndex of the CompositeByteBuf.
addComponents(int, Iterable<ByteBuf>) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBufs on the specific index Be aware that this method does not increase the writerIndex of the CompositeByteBuf.
addContent(ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
addContent(ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
addContent(ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
addContent(ByteBuf, boolean) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Add the content from the ChannelBuffer
addContent(ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
 
addContent(ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
addContent(ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
addDateHeader(HttpMessage, String, Date) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
addDateHeader(HttpMessage, CharSequence, Date) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Adds a new date header with the specified name and value.
addExclusions(Class, String...) - 类 中的静态方法io.netty.util.ResourceLeakDetector
 
addFirst(String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts a ChannelHandler at the first position of this pipeline.
addFirst(EventExecutorGroup, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts a ChannelHandler at the first position of this pipeline.
addFirst(ChannelHandler...) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts ChannelHandlers at the first position of this pipeline.
addFirst(EventExecutorGroup, ChannelHandler...) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts ChannelHandlers at the first position of this pipeline.
addFirst(String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addFirst(EventExecutorGroup, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addFirst(ChannelHandler...) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addFirst(EventExecutorGroup, ChannelHandler...) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addFlush() - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Add a flush to this ChannelOutboundBuffer.
addHeader(HttpMessage, String, Object) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
addHeader(HttpMessage, CharSequence, Object) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and value.
addHeader(SpdyHeadersFrame, String, Object) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Adds a new header with the specified name and value.
addHttpData(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Utility function to add a new decoded data
addHttpData(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Utility function to add a new decoded data
addHttpData(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Utility function to add a new decoded data
addIntHeader(HttpMessage, String, int) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
addIntHeader(HttpMessage, CharSequence, int) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Adds a new integer header with the specified name and value.
addLast(String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Appends a ChannelHandler at the last position of this pipeline.
addLast(EventExecutorGroup, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Appends a ChannelHandler at the last position of this pipeline.
addLast(ChannelHandler...) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts ChannelHandlers at the last position of this pipeline.
addLast(EventExecutorGroup, ChannelHandler...) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts ChannelHandlers at the last position of this pipeline.
addLast(String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addLast(EventExecutorGroup, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addLast(ChannelHandler...) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addLast(EventExecutorGroup, ChannelHandler...) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.ChannelFuture
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.ChannelProgressiveFuture
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.ChannelPromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 类 中的方法io.netty.channel.DefaultChannelPromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
addListener(GenericFutureListener<? extends Future<? super V>>) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
addListener(GenericFutureListener<? extends Future<? super V>>) - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - 接口 中的方法io.netty.util.concurrent.Future
Adds the specified listener to this future.
addListener(GenericFutureListener<? extends Future<? super V>>) - 接口 中的方法io.netty.util.concurrent.ProgressiveFuture
 
addListener(GenericFutureListener<? extends Future<? super V>>) - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - 接口 中的方法io.netty.util.concurrent.Promise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.ChannelFuture
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.ChannelProgressiveFuture
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.ChannelPromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 类 中的方法io.netty.channel.DefaultChannelPromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 接口 中的方法io.netty.util.concurrent.Future
Adds the specified listeners to this future.
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 接口 中的方法io.netty.util.concurrent.ProgressiveFuture
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 接口 中的方法io.netty.util.concurrent.Promise
 
addLocalTime(WorldClockProtocol.LocalTime) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addLocalTime(int, WorldClockProtocol.LocalTime) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addLocalTime(WorldClockProtocol.LocalTime.Builder) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addLocalTime(int, WorldClockProtocol.LocalTime.Builder) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addLocalTimeBuilder() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addLocalTimeBuilder(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addLocation(WorldClockProtocol.Location) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addLocation(int, WorldClockProtocol.Location) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addLocation(WorldClockProtocol.Location.Builder) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addLocation(int, WorldClockProtocol.Location.Builder) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addLocationBuilder() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addLocationBuilder(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addMessage(Object, int, ChannelPromise) - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Add given message to this ChannelOutboundBuffer.
addParam(String, String) - 类 中的方法io.netty.handler.codec.http.QueryStringEncoder
Adds a parameter with the specified name and value to this encoder.
address() - 类 中的方法io.netty.channel.unix.NativeInetAddress
 
address(byte[], int, int) - 类 中的静态方法io.netty.channel.unix.NativeInetAddress
 
address(ByteBuffer) - 类 中的静态方法io.netty.internal.tcnative.Buffer
Returns the memory address of the ByteBuffer.
addressByName(String) - 类 中的静态方法io.netty.util.internal.SocketUtils
 
AddressedEnvelope<M,A extends java.net.SocketAddress> - io.netty.channel中的接口
A message that wraps another message with a sender address and a recipient address.
addressesFromNetworkInterface(NetworkInterface) - 类 中的静态方法io.netty.util.internal.SocketUtils
 
addressFamily() - 枚举 中的方法io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the HAProxyProxiedProtocol.AddressFamily of this protocol and address family.
addressSize() - 类 中的静态方法io.netty.util.internal.PlatformDependent
Return the address size of the OS. 4 (for 32 bits systems ) and 8 (for 64 bits systems).
addressType() - 类 中的方法io.netty.handler.codec.socks.SocksCmdRequest
Returns the SocksAddressType of this SocksCmdRequest
addressType() - 类 中的方法io.netty.handler.codec.socks.SocksCmdResponse
addShutdownHook(Runnable) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Add a Runnable which will be executed on shutdown of this instance
addSuppressed(Throwable, Throwable) - 类 中的静态方法io.netty.util.internal.ThrowableUtil
 
addSuppressed(Throwable, List<Throwable>) - 类 中的静态方法io.netty.util.internal.ThrowableUtil
 
addSuppressedAndClear(Throwable, List<Throwable>) - 类 中的静态方法io.netty.util.internal.ThrowableUtil
 
addTask(Runnable) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Add a task to the task queue, or throws a RejectedExecutionException if this instance was shutdown before.
adjustMarkers(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
advmss() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
AES_KEY_SIZE - 类 中的静态变量io.netty.handler.ssl.OpenSslSessionTicketKey
Size of session ticket key AES key
AES_KEY_SIZE - 类 中的静态变量io.netty.internal.tcnative.SessionTicketKey
Size of session ticket key AES key
aesKey() - 类 中的方法io.netty.handler.ssl.OpenSslSessionTicketKey
Get AES Key.
AFRICA_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
AFRICA = 0;
AGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Age"
AGGREGATE_OPERATION_NOT_ALLOWED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
459 Aggregate operation not allowed
AIO_READ_TIMEOUT - 类 中的静态变量io.netty.channel.ChannelOption
已过时。
AIO_WRITE_TIMEOUT - 类 中的静态变量io.netty.channel.ChannelOption
已过时。
all() - 类 中的静态方法io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels.
ALL_IDLE_STATE_EVENT - 类 中的静态变量io.netty.handler.timeout.IdleStateEvent
 
allAddressesByName(String) - 类 中的静态方法io.netty.util.internal.SocketUtils
 
allLocalAddresses() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
allLocalAddresses() - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
 
allLocalAddresses() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
 
allLocalAddresses() - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
 
allLocalAddresses() - 接口 中的方法io.netty.channel.sctp.SctpChannel
Return all local addresses of the SCTP channel.
allLocalAddresses() - 接口 中的方法io.netty.channel.sctp.SctpServerChannel
Return all local addresses of the SCTP server channel.
alloc() - 类 中的方法io.netty.buffer.ByteBuf
Returns the ByteBufAllocator which created this buffer.
alloc() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
alloc() - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
alloc() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
alloc() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
alloc() - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
alloc() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
alloc() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
alloc() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
alloc() - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
alloc() - 类 中的方法io.netty.channel.AbstractChannel
 
alloc() - 接口 中的方法io.netty.channel.Channel
Return the assigned ByteBufAllocator which will be used to allocate ByteBufs.
alloc() - 接口 中的方法io.netty.channel.ChannelHandlerContext
Return the assigned ByteBufAllocator which will be used to allocate ByteBufs.
allocate(ByteBufAllocator) - 接口 中的方法io.netty.channel.RecvByteBufAllocator.Handle
Creates a new receive buffer whose capacity is probably large enough to read all inbound data and small enough not to waste its space.
allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.compression.JdkZlibEncoder
 
allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.LengthFieldPrepender
 
allocateBuffer(ChannelHandlerContext, I, boolean) - 类 中的方法io.netty.handler.codec.MessageToByteEncoder
Allocate a ByteBuf which will be used as argument of #encode(ChannelHandlerContext, I, ByteBuf).
allocateDirect(int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
Allocate a new direct ByteBuffer with the given initialCapacity.
allocateDirect(int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
Allocate a new direct ByteBuffer with the given initialCapacity.
allocateDirectNoCleaner(int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
Allocate a new ByteBuffer with the given capacity.
allocateMemory(long) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
allocateUninitializedArray(int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
ALLOCATOR - 类 中的静态变量io.netty.channel.ChannelOption
 
ALLOW - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Allow"
ALLOW - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Allow"
ALLOW_HALF_CLOSURE - 类 中的静态变量io.netty.channel.ChannelOption
 
allowCredentials() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig.Builder
By default cookies are not included in CORS requests, but this method will enable cookies to be added to CORS requests.
allowedRequestHeaders() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
Returns the allowed set of Request Headers.
allowedRequestHeaders(String...) - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig.Builder
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers' response header.
allowedRequestMethods() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
Returns the allowed set of Request Methods.
allowedRequestMethods(HttpMethod...) - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig.Builder
Specifies the allowed set of HTTP Request Methods that should be returned in the CORS 'Access-Control-Request-Method' response header.
allowNullOrigin() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig.Builder
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded from the local file system.
allRemoteAddresses() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
allRemoteAddresses() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
 
allRemoteAddresses() - 接口 中的方法io.netty.channel.sctp.SctpChannel
Return all remote addresses of the SCTP server channel.
AMERICA_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
AMERICA = 1;
annotateConnectException(Throwable, SocketAddress) - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
Appends the remote address to the message of the exceptions caused by connection attempt failure.
ANNOUNCE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspMethods
The ANNOUNCE posts the description of a presentation or media object identified by the request URL to a server, or updates the client-side session description in real-time.
ANTARCTICA_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
ANTARCTICA = 2;
ANY - 类 中的静态变量io.netty.channel.local.LocalAddress
 
APPEND - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"append"
append(char) - 类 中的方法io.netty.util.internal.AppendableCharSequence
 
append(CharSequence) - 类 中的方法io.netty.util.internal.AppendableCharSequence
 
append(CharSequence, int, int) - 类 中的方法io.netty.util.internal.AppendableCharSequence
 
AppendableCharSequence - io.netty.util.internal中的类
 
AppendableCharSequence(int) - 类 的构造器io.netty.util.internal.AppendableCharSequence
 
appendHeaders(StringBuilder) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
appendPrettyHexDump(StringBuilder, ByteBuf) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Appends the prettified multi-line hexadecimal dump of the specified ByteBuf to the specified StringBuilder that is easy to read by humans.
appendPrettyHexDump(StringBuilder, ByteBuf, int, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Appends the prettified multi-line hexadecimal dump of the specified ByteBuf to the specified StringBuilder that is easy to read by humans, starting at the given offset using the given length.
APPLICATION_JSON - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
"application/json"
APPLICATION_X_WWW_FORM_URLENCODED - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
"application/x-www-form-urlencoded"
applicationProtocol() - 类 中的方法io.netty.handler.ssl.SslHandler
Returns the name of the current application-level protocol.
ApplicationProtocolConfig - io.netty.handler.ssl中的类
Provides an SSLEngine agnostic way to configure a ApplicationProtocolNegotiator.
ApplicationProtocolConfig(ApplicationProtocolConfig.Protocol, ApplicationProtocolConfig.SelectorFailureBehavior, ApplicationProtocolConfig.SelectedListenerFailureBehavior, Iterable<String>) - 类 的构造器io.netty.handler.ssl.ApplicationProtocolConfig
Create a new instance.
ApplicationProtocolConfig(ApplicationProtocolConfig.Protocol, ApplicationProtocolConfig.SelectorFailureBehavior, ApplicationProtocolConfig.SelectedListenerFailureBehavior, String...) - 类 的构造器io.netty.handler.ssl.ApplicationProtocolConfig
Create a new instance.
applicationProtocolConfig(ApplicationProtocolConfig) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
Application protocol negotiation configuration.
ApplicationProtocolConfig.Protocol - io.netty.handler.ssl中的枚举
Defines which application level protocol negotiation to use.
ApplicationProtocolConfig.SelectedListenerFailureBehavior - io.netty.handler.ssl中的枚举
Defines the most common behaviors for the peer which is notified of the selected protocol.
ApplicationProtocolConfig.SelectorFailureBehavior - io.netty.handler.ssl中的枚举
Defines the most common behaviors for the peer that selects the application protocol.
ApplicationProtocolNames - io.netty.handler.ssl中的类
Provides a set of protocol names used in ALPN and NPN.
ApplicationProtocolNegotiationHandler - io.netty.handler.ssl中的类
Configures a ChannelPipeline depending on the application-level protocol negotiation result of SslHandler.
ApplicationProtocolNegotiationHandler(String) - 类 的构造器io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
Creates a new instance with the specified fallback protocol name.
ApplicationProtocolNegotiator - io.netty.handler.ssl中的接口
已过时。
applicationProtocolNegotiator() - 类 中的方法io.netty.handler.ssl.DelegatingSslContext
 
applicationProtocolNegotiator() - 类 中的方法io.netty.handler.ssl.JdkSslContext
 
applicationProtocolNegotiator() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
applicationProtocolNegotiator() - 类 中的方法io.netty.handler.ssl.SslContext
Returns the object responsible for negotiating application layer protocols for the TLS NPN/ALPN extensions.
apply(ChannelUDT) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
apply(ChannelUDT) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
ARCTIC_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
ARCTIC = 3;
array() - 类 中的方法io.netty.buffer.ByteBuf
Returns the backing byte array of this buffer.
array() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
array() - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
array() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
array() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
array() - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
array() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
array() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
array() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
array() - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
arrayList() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
arrayList(int) - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
arrayOffset() - 类 中的方法io.netty.buffer.ByteBuf
Returns the offset of the first byte within the backing byte array of this buffer.
arrayOffset() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
arrayOffset() - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
arrayOffset() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
arrayOffset() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
arrayOffset() - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
arrayOffset() - 类 中的方法io.netty.buffer.SwappedByteBuf
 
arrayOffset() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
arrayOffset() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
arrayOffset() - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
artifactId() - 类 中的方法io.netty.util.Version
 
artifactVersion() - 类 中的方法io.netty.util.Version
 
ASIA_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
ASIA = 4;
asMap() - 类 中的方法io.netty.util.DomainNameMapping
Returns a read-only Map of the domain mapping patterns and their associated value objects.
ASSOCIATED_TO_STREAM_ID - 类 中的静态变量io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"x-spdy-associated-to-stream-id"
associatedStreamId() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
associatedStreamId() - 接口 中的方法io.netty.handler.codec.spdy.SpdySynStreamFrame
Returns the Associated-To-Stream-ID of this frame.
association() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
association() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
 
association() - 接口 中的方法io.netty.channel.sctp.SctpChannel
Returns the underlying SCTP association.
ATLANTIC_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
ATLANTIC = 5;
ato() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
attr(AttributeKey<T>, T) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
Allow to specify an initial attribute of the newly created Channel.
attr(AttributeKey<T>) - 接口 中的方法io.netty.util.AttributeMap
Get the Attribute for the given AttributeKey.
attr(AttributeKey<T>) - 类 中的方法io.netty.util.DefaultAttributeMap
 
Attribute - io.netty.handler.codec.http.multipart中的接口
Attribute interface
Attribute<T> - io.netty.util中的接口
An attribute which allows to store a value reference.
AttributeKey<T> - io.netty.util中的类
Key which can be used to access Attribute out of the AttributeMap.
AttributeKey(String) - 类 的构造器io.netty.util.AttributeKey
已过时。
AttributeMap - io.netty.util中的接口
Holds Attributes which can be accessed via AttributeKey.
AUSTRALIA_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
AUSTRALIA = 6;
authenticationMethods(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
Return the methods used for authentication.
AUTHORIZATION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Authorization"
AUTHORIZATION - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Authorization"
authScheme() - 类 中的方法io.netty.handler.codec.socks.SocksInitResponse
authSchemes() - 类 中的方法io.netty.handler.codec.socks.SocksInitRequest
Returns the List<SocksAuthScheme> of this SocksInitRequest
authStatus() - 类 中的方法io.netty.handler.codec.socks.SocksAuthResponse
AUTO_CLOSE - 类 中的静态变量io.netty.channel.ChannelOption
已过时。
Auto close will be removed in a future release. If true then the Channel is closed automatically and immediately on write failure. The default value is true.
AUTO_READ - 类 中的静态变量io.netty.channel.ChannelOption
 
autoReadCleared() - 类 中的方法io.netty.channel.DefaultChannelConfig
Is called once DefaultChannelConfig.setAutoRead(boolean) is called with false and DefaultChannelConfig.isAutoRead() was true before.
autoReadCleared() - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
autoReadCleared() - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
autoReadCleared() - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
available() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
available() - 类 中的方法io.netty.channel.oio.AbstractOioByteChannel
Return the number of bytes ready to read from the underlying Socket.
available() - 类 中的方法io.netty.channel.oio.OioByteStreamChannel
 
available() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
availableCipherSuites() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
availableJavaCipherSuites() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
Returns all the available cipher suites (Java-style).
availableOpenSslCipherSuites() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
Returns all the available OpenSSL cipher suites.
availableProcessors() - 类 中的静态方法io.netty.util.NettyRuntime
Get the configured number of available processors.
AVP - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"AVP"
await() - 接口 中的方法io.netty.channel.ChannelFuture
 
await() - 接口 中的方法io.netty.channel.ChannelProgressiveFuture
 
await() - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
await() - 接口 中的方法io.netty.channel.ChannelPromise
 
await() - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
await() - 类 中的方法io.netty.channel.DefaultChannelPromise
 
await() - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
await() - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
await(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
await(long) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
await() - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
await() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
await(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
await(long) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
await() - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future to be completed.
await(long, TimeUnit) - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future to be completed within the specified time limit.
await(long) - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future to be completed within the specified time limit.
await() - 接口 中的方法io.netty.util.concurrent.ProgressiveFuture
 
await() - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
await() - 接口 中的方法io.netty.util.concurrent.Promise
 
awaitInactivity(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.GlobalEventExecutor
Waits until the worker thread of this executor has no tasks left in its task queue and terminates itself.
awaitInactivity(long, TimeUnit) - 类 中的静态方法io.netty.util.ThreadDeathWatcher
已过时。
Waits until the thread of this watcher has no threads to watch and terminates itself.
awaitTermination(long, TimeUnit) - 类 中的方法io.netty.channel.ThreadPerChannelEventLoopGroup
 
awaitTermination(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.GlobalEventExecutor
 
awaitTermination(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.ImmediateEventExecutor
 
awaitTermination(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.MultithreadEventExecutorGroup
 
awaitTermination(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
awaitUninterruptibly() - 接口 中的方法io.netty.channel.ChannelFuture
 
awaitUninterruptibly() - 接口 中的方法io.netty.channel.ChannelProgressiveFuture
 
awaitUninterruptibly() - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
awaitUninterruptibly() - 接口 中的方法io.netty.channel.ChannelPromise
 
awaitUninterruptibly() - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
awaitUninterruptibly() - 类 中的方法io.netty.channel.DefaultChannelPromise
 
awaitUninterruptibly() - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
awaitUninterruptibly() - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
awaitUninterruptibly(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
awaitUninterruptibly(long) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
awaitUninterruptibly() - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
awaitUninterruptibly() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
awaitUninterruptibly(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
awaitUninterruptibly(long) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
awaitUninterruptibly() - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future to be completed without interruption.
awaitUninterruptibly(long, TimeUnit) - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly(long) - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly() - 接口 中的方法io.netty.util.concurrent.ProgressiveFuture
 
awaitUninterruptibly() - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
awaitUninterruptibly() - 接口 中的方法io.netty.util.concurrent.Promise
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Netty 4.0.56.Final(2018/10/07)

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