跳过导航链接
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 _ 

E

E2BIG - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
EARLY_HINTS - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
103 Early Hints (RFC 8297)
EchoClient - io.netty.example.echo中的类
Sends one message when a connection is open and echoes back any received data to the server.
EchoClient() - 类 的构造器io.netty.example.echo.EchoClient
 
EchoClientHandler - io.netty.example.echo中的类
Handler implementation for the echo client.
EchoClientHandler() - 类 的构造器io.netty.example.echo.EchoClientHandler
Creates a client-side handler.
EchoServer - io.netty.example.echo中的类
Echoes back any received data from a client.
EchoServer() - 类 的构造器io.netty.example.echo.EchoServer
 
EchoServerHandler - io.netty.example.echo中的类
Handler implementation for the echo server.
EchoServerHandler() - 类 的构造器io.netty.example.echo.EchoServerHandler
 
EHLO - 类 中的静态变量io.netty.handler.codec.smtp.SmtpCommand
 
ehlo(CharSequence) - 类 中的静态方法io.netty.handler.codec.smtp.SmtpRequests
Creates a EHLO request.
EINVA - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
element() - 类 中的方法io.netty.util.internal.EmptyPriorityQueue
 
elements - 类 中的变量io.netty.handler.codec.AdvancedCodecOutputListBenchmark
 
elements - 类 中的变量io.netty.handler.codec.CodecOutputListBenchmark
 
elementSize() - 接口 中的方法io.netty.buffer.PoolSubpageMetric
Return the size (in bytes) of the elements that will be allocated.
EmbeddedChannel - io.netty.channel.embedded中的类
Base class for Channel implementations that are used in an embedded fashion.
EmbeddedChannel() - 类 的构造器io.netty.channel.embedded.EmbeddedChannel
Create a new instance with an EmbeddedChannelId and an empty pipeline.
EmbeddedChannel(ChannelId) - 类 的构造器io.netty.channel.embedded.EmbeddedChannel
Create a new instance with the specified ID and an empty pipeline.
EmbeddedChannel(ChannelHandler...) - 类 的构造器io.netty.channel.embedded.EmbeddedChannel
Create a new instance with the pipeline initialized with the specified handlers.
EmbeddedChannel(boolean, ChannelHandler...) - 类 的构造器io.netty.channel.embedded.EmbeddedChannel
Create a new instance with the pipeline initialized with the specified handlers.
EmbeddedChannel(boolean, boolean, ChannelHandler...) - 类 的构造器io.netty.channel.embedded.EmbeddedChannel
Create a new instance with the pipeline initialized with the specified handlers.
EmbeddedChannel(ChannelId, ChannelHandler...) - 类 的构造器io.netty.channel.embedded.EmbeddedChannel
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.
EmbeddedChannel(ChannelId, boolean, ChannelHandler...) - 类 的构造器io.netty.channel.embedded.EmbeddedChannel
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.
EmbeddedChannel(ChannelId, boolean, boolean, ChannelHandler...) - 类 的构造器io.netty.channel.embedded.EmbeddedChannel
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.
EmbeddedChannel(Channel, ChannelId, boolean, boolean, ChannelHandler...) - 类 的构造器io.netty.channel.embedded.EmbeddedChannel
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.
EmbeddedChannel(ChannelId, boolean, ChannelConfig, ChannelHandler...) - 类 的构造器io.netty.channel.embedded.EmbeddedChannel
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.
empty() - 类 中的静态方法io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
 
EMPTY - 类 中的静态变量io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
EMPTY - 类 中的静态变量io.netty.handler.codec.smtp.SmtpCommand
 
empty(CharSequence...) - 类 中的静态方法io.netty.handler.codec.smtp.SmtpRequests
Creates a EMPTY request.
EMPTY_ASCII_STRINGS - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_BUFFER - 类 中的静态变量io.netty.buffer.Unpooled
A buffer whose capacity is 0.
EMPTY_BYTE_BUFFERS - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_BYTES - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_CERTIFICATES - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_CHARS - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_CLASSES - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_HEADERS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders
已过时。
Use EmptyHttpHeaders.INSTANCE.

The instance is instantiated here to break the cyclic static initialization between EmptyHttpHeaders and HttpHeaders. The issue is that if someone accesses EmptyHttpHeaders.INSTANCE before HttpHeaders.EMPTY_HEADERS then HttpHeaders.EMPTY_HEADERS will be null.

EMPTY_INSTANCE - 类 中的静态变量io.netty.handler.codec.redis.ArrayRedisMessage
A predefined empty array instance for ArrayRedisMessage.
EMPTY_INSTANCE - 类 中的静态变量io.netty.handler.codec.redis.FullBulkStringRedisMessage
A predefined empty instance of FullBulkStringRedisMessage.
EMPTY_INTS - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_JAVAX_X509_CERTIFICATES - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_LAST_CONTENT - 接口 中的静态变量io.netty.handler.codec.http.LastHttpContent
The 'end of content' marker in chunked encoding.
EMPTY_LAST_CONTENT - 接口 中的静态变量io.netty.handler.codec.memcache.LastMemcacheContent
 
EMPTY_LAST_CONTENT - 接口 中的静态变量io.netty.handler.codec.redis.LastBulkStringRedisContent
The 'end of content' marker in chunked encoding.
EMPTY_LAST_CONTENT - 接口 中的静态变量io.netty.handler.codec.smtp.LastSmtpContent
EMPTY_LAST_CONTENT - 接口 中的静态变量io.netty.handler.codec.stomp.LastStompContentSubframe
 
EMPTY_OBJECTS - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_STACK_TRACE - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_STRING - 类 中的静态变量io.netty.util.AsciiString
 
EMPTY_STRING - 类 中的静态变量io.netty.util.internal.StringUtil
 
EMPTY_STRINGS - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_THROWABLES - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_X509_CERTIFICATES - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EmptyArrays - io.netty.util.internal中的类
 
EmptyByteBuf - io.netty.buffer中的类
An empty ByteBuf whose capacity and maximum capacity are all 0.
EmptyByteBuf(ByteBufAllocator) - 类 的构造器io.netty.buffer.EmptyByteBuf
 
EmptyHeaders<K,V,T extends Headers<K,V,T>> - io.netty.handler.codec中的类
 
EmptyHeaders() - 类 的构造器io.netty.handler.codec.EmptyHeaders
 
EmptyHttp2Headers - io.netty.handler.codec.http2中的类
 
EmptyHttpHeaders - io.netty.handler.codec.http中的类
 
EmptyHttpHeaders() - 类 的构造器io.netty.handler.codec.http.EmptyHttpHeaders
 
EmptyPriorityQueue<T> - io.netty.util.internal中的类
 
enableOcsp(boolean) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
Enables OCSP stapling.
enableTcpFastOpen(ServerBootstrap, Bootstrap) - 类 中的方法io.netty.testsuite.transport.socket.SocketConnectTest
 
encapsulatedTLVs() - 类 中的方法io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns an unmodifiable Set of encapsulated HAProxyTLVs.
encode(ChannelHandlerContext, Number, ByteBuf) - 类 中的方法io.netty.example.factorial.NumberEncoder
 
encode(ChannelHandlerContext, StompSubframe, List<Object>) - 类 中的方法io.netty.example.stomp.websocket.StompWebSocketFrameEncoder
 
encode(ChannelHandlerContext, StompSubframe, List<Object>) - 类 中的方法io.netty.example.stomp.websocket.StompWebSocketProtocolCodec
 
encode(Map.Entry<CharSequence, CharSequence>) - 类 中的方法io.netty.handler.codec.AsciiHeadersEncoder
 
encode(ByteBuf) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, Base64Dialect) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, boolean) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, boolean, Base64Dialect) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, int, int) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, int, int, Base64Dialect) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, int, int, boolean) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, int, int, boolean, Base64Dialect) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, int, int, boolean, Base64Dialect, ByteBufAllocator) - 类 中的静态方法io.netty.handler.codec.base64.Base64
 
encode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.base64.Base64Encoder
 
encode(ChannelHandlerContext, byte[], List<Object>) - 类 中的方法io.netty.handler.codec.bytes.ByteArrayEncoder
 
encode(ChannelHandlerContext, I, ByteBuf) - 类 中的方法io.netty.handler.codec.ByteToMessageCodec
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.compression.BrotliEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.compression.Bzip2Encoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.compression.FastLzFrameEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.compression.JdkZlibEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.compression.JZlibEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.compression.Lz4FrameEncoder
Encode a message into a ByteBuf.
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.compression.LzfEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.compression.LzmaFrameEncoder
 
encode(ByteBuf, ByteBuf, int) - 类 中的方法io.netty.handler.codec.compression.Snappy
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.compression.SnappyFrameEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.compression.ZstdEncoder
 
encode(ChannelHandlerContext, AddressedEnvelope<M, InetSocketAddress>, List<Object>) - 类 中的方法io.netty.handler.codec.DatagramPacketEncoder
 
encode(ChannelHandlerContext, AddressedEnvelope<DnsQuery, InetSocketAddress>, List<Object>) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQueryEncoder
 
encode(ChannelHandlerContext, AddressedEnvelope<DnsResponse, InetSocketAddress>, List<Object>) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponseEncoder
 
encode(ChannelHandlerContext, DnsQuery, ByteBuf) - 类 中的方法io.netty.handler.codec.dns.TcpDnsQueryEncoder
 
encode(ChannelHandlerContext, DnsResponse, List<Object>) - 类 中的方法io.netty.handler.codec.dns.TcpDnsResponseEncoder
 
encode(ChannelHandlerContext, HAProxyMessage, ByteBuf) - 类 中的方法io.netty.handler.codec.haproxy.HAProxyMessageEncoder
 
encode(String, String) - 类 中的静态方法io.netty.handler.codec.http.ClientCookieEncoder
已过时。
encode(Cookie) - 类 中的静态方法io.netty.handler.codec.http.ClientCookieEncoder
已过时。
encode(Cookie...) - 类 中的静态方法io.netty.handler.codec.http.ClientCookieEncoder
已过时。
encode(Iterable<Cookie>) - 类 中的静态方法io.netty.handler.codec.http.ClientCookieEncoder
已过时。
encode(String, String) - 类 中的方法io.netty.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookie into a Cookie header value.
encode(Cookie) - 类 中的方法io.netty.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookie into a Cookie header value.
encode(Cookie...) - 类 中的方法io.netty.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookies into a single Cookie header value.
encode(Collection<? extends Cookie>) - 类 中的方法io.netty.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookies into a single Cookie header value.
encode(Iterable<? extends Cookie>) - 类 中的方法io.netty.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookies into a single Cookie header value.
encode(String, String) - 类 中的方法io.netty.handler.codec.http.cookie.ServerCookieEncoder
Encodes the specified cookie name-value pair into a Set-Cookie header value.
encode(Cookie) - 类 中的方法io.netty.handler.codec.http.cookie.ServerCookieEncoder
Encodes the specified cookie into a Set-Cookie header value.
encode(Cookie...) - 类 中的方法io.netty.handler.codec.http.cookie.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(Collection<? extends Cookie>) - 类 中的方法io.netty.handler.codec.http.cookie.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(Iterable<? extends Cookie>) - 类 中的方法io.netty.handler.codec.http.cookie.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(ChannelHandlerContext, HttpObject, List<Object>) - 类 中的方法io.netty.handler.codec.http.HttpContentEncoder
 
encode(ChannelHandlerContext, Object, List<Object>) - 类 中的方法io.netty.handler.codec.http.HttpObjectEncoder
 
encode(String, String) - 类 中的静态方法io.netty.handler.codec.http.ServerCookieEncoder
已过时。
encode(Cookie) - 类 中的静态方法io.netty.handler.codec.http.ServerCookieEncoder
已过时。
encode(Cookie...) - 类 中的静态方法io.netty.handler.codec.http.ServerCookieEncoder
已过时。
encode(Collection<Cookie>) - 类 中的静态方法io.netty.handler.codec.http.ServerCookieEncoder
已过时。
encode(Iterable<Cookie>) - 类 中的静态方法io.netty.handler.codec.http.ServerCookieEncoder
已过时。
encode(ChannelHandlerContext, WebSocketFrame, List<Object>) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
 
encode(ChannelHandlerContext, WebSocketFrame, List<Object>) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
encode(Blackhole) - 类 中的方法io.netty.handler.codec.http2.HpackEncoderBenchmark
 
encode(Blackhole) - 类 中的方法io.netty.handler.codec.http2.HpackEncoderBenchmarkUniqueValues
 
encode(ChannelHandlerContext, HttpObject, List<Object>) - 类 中的方法io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
Encode from an HttpObject to an Http2StreamFrame.
encode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.LengthFieldPrepender
 
encode(ChannelHandlerContext, Object, ByteBuf) - 类 中的方法io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
 
encode(ChannelHandlerContext, Object, ByteBuf) - 类 中的方法io.netty.handler.codec.marshalling.MarshallingEncoder
 
encode(ChannelHandlerContext, Object, List<Object>) - 类 中的方法io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
 
encode(ChannelHandlerContext, I, ByteBuf) - 类 中的方法io.netty.handler.codec.MessageToByteEncoder
Encode a message into a ByteBuf.
encode(ChannelHandlerContext, OUTBOUND_IN, List<Object>) - 类 中的方法io.netty.handler.codec.MessageToMessageCodec
 
encode(ChannelHandlerContext, I, List<Object>) - 类 中的方法io.netty.handler.codec.MessageToMessageEncoder
Encode from one message to an other.
encode(ChannelHandlerContext, MqttMessage, List<Object>) - 类 中的方法io.netty.handler.codec.mqtt.MqttEncoder
 
encode(ChannelHandlerContext, MessageLiteOrBuilder, List<Object>) - 类 中的方法io.netty.handler.codec.protobuf.ProtobufEncoder
 
encode(ChannelHandlerContext, MessageNano, List<Object>) - 类 中的方法io.netty.handler.codec.protobuf.ProtobufEncoderNano
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
 
encode(ChannelHandlerContext, RedisMessage, List<Object>) - 类 中的方法io.netty.handler.codec.redis.RedisEncoder
 
encode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
 
encode(ChannelHandlerContext, Serializable, ByteBuf) - 类 中的方法io.netty.handler.codec.serialization.CompatibleObjectEncoder
已过时。
 
encode(ChannelHandlerContext, Serializable, ByteBuf) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoder
已过时。
 
encode(ChannelHandlerContext, Object, List<Object>) - 类 中的方法io.netty.handler.codec.smtp.SmtpRequestEncoder
 
encode(ChannelHandlerContext, SocksMessage, ByteBuf) - 类 中的方法io.netty.handler.codec.socks.SocksMessageEncoder
 
encode(ChannelHandlerContext, Socks4CommandRequest, ByteBuf) - 类 中的方法io.netty.handler.codec.socksx.v4.Socks4ClientEncoder
 
encode(ChannelHandlerContext, Socks4CommandResponse, ByteBuf) - 类 中的方法io.netty.handler.codec.socksx.v4.Socks4ServerEncoder
 
encode(ChannelHandlerContext, Socks5Message, ByteBuf) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
 
encode(ChannelHandlerContext, Socks5Message, ByteBuf) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
 
encode(ByteBufAllocator, SpdyHeadersFrame) - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
 
encode(ChannelHandlerContext, HttpObject, List<Object>) - 类 中的方法io.netty.handler.codec.spdy.SpdyHttpEncoder
 
encode(ChannelHandlerContext, HttpMessage, List<Object>) - 类 中的方法io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
encode(ChannelHandlerContext, StompSubframe, List<Object>) - 类 中的方法io.netty.handler.codec.stomp.StompSubframeEncoder
 
encode(ChannelHandlerContext, CharSequence, List<Object>) - 类 中的方法io.netty.handler.codec.string.LineEncoder
 
encode(ChannelHandlerContext, CharSequence, List<Object>) - 类 中的方法io.netty.handler.codec.string.StringEncoder
 
encodeAddress(Socks5AddressType, String, ByteBuf) - 接口 中的方法io.netty.handler.codec.socksx.v5.Socks5AddressEncoder
Encodes a SOCKS5 address.
encodeAsByteBuf(ByteBuf) - 类 中的方法io.netty.handler.codec.socks.SocksAuthRequest
 
encodeAsByteBuf(ByteBuf) - 类 中的方法io.netty.handler.codec.socks.SocksAuthResponse
 
encodeAsByteBuf(ByteBuf) - 类 中的方法io.netty.handler.codec.socks.SocksCmdRequest
 
encodeAsByteBuf(ByteBuf) - 类 中的方法io.netty.handler.codec.socks.SocksCmdResponse
 
encodeAsByteBuf(ByteBuf) - 类 中的方法io.netty.handler.codec.socks.SocksInitRequest
 
encodeAsByteBuf(ByteBuf) - 类 中的方法io.netty.handler.codec.socks.SocksInitResponse
 
encodeAsByteBuf(ByteBuf) - 类 中的方法io.netty.handler.codec.socks.SocksMessage
已过时。
Do not use; this method was intended for an internal use only.
encodeAsByteBuf(ByteBuf) - 类 中的方法io.netty.handler.codec.socks.UnknownSocksRequest
 
encodeAsByteBuf(ByteBuf) - 类 中的方法io.netty.handler.codec.socks.UnknownSocksResponse
 
encodeAscii(CharSequence, ByteBuf) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
encodeAscii(String, ByteBuf) - 类 中的静态方法io.netty.handler.codec.http.HttpObjectEncoder
已过时。
encodeDataFrame(ByteBufAllocator, int, boolean, ByteBuf) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeGoAwayFrame(ByteBufAllocator, int, int) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeHeader(ByteBuf, M) - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
Encode the header.
encodeHeader(ByteBuf, BinaryMemcacheRequest) - 类 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestEncoder
 
encodeHeader(ByteBuf, BinaryMemcacheResponse) - 类 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseEncoder
 
encodeHeaders(HttpHeaders, ByteBuf) - 类 中的方法io.netty.handler.codec.http.HttpObjectEncoder
Encode the HttpHeaders into a ByteBuf.
encodeHeaders(int, Http2Headers, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
encodeHeaders(int, Http2Headers, ByteBuf) - 接口 中的方法io.netty.handler.codec.http2.Http2HeadersEncoder
Encodes the given headers and writes the output headers block to the given output buffer.
encodeHeadersFrame(ByteBufAllocator, int, boolean, ByteBuf) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeInitialLine(ByteBuf, H) - 类 中的方法io.netty.handler.codec.http.HttpObjectEncoder
 
encodeInitialLine(ByteBuf, HttpRequest) - 类 中的方法io.netty.handler.codec.http.HttpRequestEncoder
 
encodeInitialLine(ByteBuf, HttpResponse) - 类 中的方法io.netty.handler.codec.http.HttpResponseEncoder
 
encodeInitialLine(ByteBuf, HttpMessage) - 类 中的方法io.netty.handler.codec.rtsp.RtspEncoder
 
encodeMessage(ChannelHandlerContext, M) - 类 中的方法io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
Take the given MemcacheMessage and encode it into a writable ByteBuf.
encodeMessage(ChannelHandlerContext, M) - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
 
encodeName(String, ByteBuf) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
encodePingFrame(ByteBufAllocator, int) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeQuestion(DnsQuestion, ByteBuf) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
encodeQuestion(DnsQuestion, ByteBuf) - 接口 中的方法io.netty.handler.codec.dns.DnsRecordEncoder
Encodes a DnsQuestion.
encoder() - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the Http2ConnectionEncoder to use.
encoder() - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
encoder(Charset, CodingErrorAction, CodingErrorAction) - 类 中的静态方法io.netty.util.CharsetUtil
Returns a new CharsetEncoder for the Charset with specified error actions.
encoder(Charset, CodingErrorAction) - 类 中的静态方法io.netty.util.CharsetUtil
Returns a new CharsetEncoder for the Charset with the specified error action.
encoder(Charset) - 类 中的静态方法io.netty.util.CharsetUtil
Returns a cached thread-local CharsetEncoder for the specified Charset.
encodeRecord(DnsRecord, ByteBuf) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
encodeRecord(DnsRecord, ByteBuf) - 接口 中的方法io.netty.handler.codec.dns.DnsRecordEncoder
Encodes a DnsRecord.
encoderEnforceMaxConcurrentStreams() - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns if the encoder should queue frames if the maximum number of concurrent streams would otherwise be exceeded.
encoderEnforceMaxConcurrentStreams(boolean) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets if the encoder should queue frames if the maximum number of concurrent streams would otherwise be exceeded.
encoderEnforceMaxConcurrentStreams(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
encoderEnforceMaxConcurrentStreams() - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
encoderEnforceMaxConcurrentStreams(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
encoderEnforceMaxConcurrentStreams() - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
已过时。
 
encoderEnforceMaxConcurrentStreams(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
已过时。
 
encoderEnforceMaxConcurrentStreams(boolean) - 类 中的方法io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
encoderEnforceMaxQueuedControlFrames() - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the maximum number of queued control frames that are allowed before the connection is closed.
encoderEnforceMaxQueuedControlFrames(int) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the maximum number of queued control frames that are allowed before the connection is closed.
encoderEnforceMaxQueuedControlFrames() - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
encoderEnforceMaxQueuedControlFrames(int) - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
encoderEnforceMaxQueuedControlFrames() - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
已过时。
 
encoderEnforceMaxQueuedControlFrames(int) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
已过时。
 
EncoderException - io.netty.handler.codec中的异常错误
An CodecException which is thrown by an encoder.
EncoderException() - 异常错误 的构造器io.netty.handler.codec.EncoderException
Creates a new instance.
EncoderException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.EncoderException
Creates a new instance.
EncoderException(String) - 异常错误 的构造器io.netty.handler.codec.EncoderException
Creates a new instance.
EncoderException(Throwable) - 异常错误 的构造器io.netty.handler.codec.EncoderException
Creates a new instance.
encoderFilter() - 接口 中的方法io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
Returns the extension filter for WebSocketExtensionEncoder encoder.
encoderIgnoreMaxHeaderListSize(boolean) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets if the SETTINGS_MAX_HEADER_LIST_SIZE should be ignored when encoding headers.
encoderIgnoreMaxHeaderListSize(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
encoderIgnoreMaxHeaderListSize(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
encoderIgnoreMaxHeaderListSize(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
已过时。
 
encodeRstStreamFrame(ByteBufAllocator, int, int) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeSettingsFrame(ByteBufAllocator, SpdySettingsFrame) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeString(ByteBufAllocator, CharBuffer, Charset) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Encode the given CharBuffer using the given Charset into a new ByteBuf which is allocated via the ByteBufAllocator.
encodeString(ByteBufAllocator, CharBuffer, Charset, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Encode the given CharBuffer using the given Charset into a new ByteBuf which is allocated via the ByteBufAllocator.
encodeSynReplyFrame(ByteBufAllocator, int, boolean, ByteBuf) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeSynStreamFrame(ByteBufAllocator, int, int, byte, boolean, boolean, ByteBuf) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeWindowUpdateFrame(ByteBufAllocator, int, int) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encoding() - 类 中的方法io.netty.handler.codec.xml.XmlDocumentStart
Return defined or guessed XML encoding
encodingScheme() - 类 中的方法io.netty.handler.codec.xml.XmlDocumentStart
Return defined encoding or null
END_HEADERS - 类 中的静态变量io.netty.handler.codec.http2.Http2Flags
 
END_STREAM - 类 中的静态变量io.netty.handler.codec.http2.Http2Flags
 
EndOfDataDecoderException() - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
 
endOffset() - 类 中的方法io.netty.handler.stream.ChunkedFile
Returns the offset in the file where the transfer will end.
endOffset() - 类 中的方法io.netty.handler.stream.ChunkedNioFile
Returns the offset in the file where the transfer will end.
endOfHeaders() - 类 中的方法io.netty.handler.codec.http2.Http2Flags
Determines whether the Http2Flags.END_HEADERS flag is set.
endOfHeaders(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.END_HEADERS flag.
endOfStream - 类 中的变量io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
endOfStream() - 类 中的方法io.netty.handler.codec.http2.Http2Flags
Determines whether the Http2Flags.END_STREAM flag is set.
endOfStream(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.END_STREAM flag.
ENDPOINT_UNAVAILABLE - 类 中的静态变量io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
endsWith(CharSequence) - 类 中的方法io.netty.util.AsciiString
Compares the specified string to this string to determine if the specified string is a suffix.
endsWith(CharSequence, char) - 类 中的静态方法io.netty.util.internal.StringUtil
Determine if the string s ends with the char c.
engine() - 类 中的方法io.netty.handler.ssl.SslHandler
Returns the SSLEngine which is used by this handler.
engineGetKeyManagers() - 类 中的方法io.netty.handler.ssl.util.KeyManagerFactoryWrapper
 
engineGetKeyManagers() - 类 中的方法io.netty.handler.ssl.util.SimpleKeyManagerFactory
Returns one key manager for each type of key material.
engineGetTrustManagers() - 类 中的方法io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
engineGetTrustManagers() - 类 中的方法io.netty.handler.ssl.util.InsecureTrustManagerFactory
 
engineGetTrustManagers() - 类 中的方法io.netty.handler.ssl.util.SimpleTrustManagerFactory
Returns one trust manager for each type of trust material.
engineGetTrustManagers() - 类 中的方法io.netty.handler.ssl.util.TrustManagerFactoryWrapper
 
engineInit(KeyStore) - 类 中的方法io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
engineInit(ManagerFactoryParameters) - 类 中的方法io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
engineInit(KeyStore) - 类 中的方法io.netty.handler.ssl.util.InsecureTrustManagerFactory
 
engineInit(ManagerFactoryParameters) - 类 中的方法io.netty.handler.ssl.util.InsecureTrustManagerFactory
 
engineInit(KeyStore, char[]) - 类 中的方法io.netty.handler.ssl.util.KeyManagerFactoryWrapper
 
engineInit(ManagerFactoryParameters) - 类 中的方法io.netty.handler.ssl.util.KeyManagerFactoryWrapper
 
engineInit(KeyStore, char[]) - 类 中的方法io.netty.handler.ssl.util.SimpleKeyManagerFactory
Initializes this factory with a source of certificate authorities and related key material.
engineInit(ManagerFactoryParameters) - 类 中的方法io.netty.handler.ssl.util.SimpleKeyManagerFactory
Initializes this factory with a source of provider-specific key material.
engineInit(KeyStore) - 类 中的方法io.netty.handler.ssl.util.SimpleTrustManagerFactory
Initializes this factory with a source of certificate authorities and related trust material.
engineInit(ManagerFactoryParameters) - 类 中的方法io.netty.handler.ssl.util.SimpleTrustManagerFactory
Initializes this factory with a source of provider-specific key material.
engineInit(KeyStore) - 类 中的方法io.netty.handler.ssl.util.TrustManagerFactoryWrapper
 
engineInit(ManagerFactoryParameters) - 类 中的方法io.netty.handler.ssl.util.TrustManagerFactoryWrapper
 
ENOMEM - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
ensureAccessible() - 类 中的方法io.netty.buffer.AbstractByteBuf
Should be called by every method that tries to access the buffers content to check if the buffer was released before.
ensureAccessible(ByteBuf) - 类 中的静态方法io.netty.buffer.ByteBufUtil
 
ensureAvailability() - 类 中的静态方法io.netty.channel.epoll.Epoll
Ensure that netty-transport-native-epoll is available.
ensureAvailability() - 类 中的静态方法io.netty.channel.kqueue.KQueue
Ensure that netty-transport-native-kqueue is available.
ensureAvailability() - 类 中的静态方法io.netty.channel.unix.Unix
已过时。
ensureAvailability() - 类 中的静态方法io.netty.handler.codec.compression.Brotli
Throws when brotli support is missing from the classpath or is unavailable on this platform
ensureAvailability() - 类 中的静态方法io.netty.handler.codec.compression.Zstd
Throws when zstd support is missing from the classpath or is unavailable on this platform
ensureAvailability() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
Ensure that netty-tcnative and its OpenSSL support are available.
ensureAvailability() - 类 中的静态方法io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
ensureNotSharable() - 类 中的方法io.netty.channel.ChannelHandlerAdapter
Throws IllegalStateException if ChannelHandlerAdapter.isSharable() returns true
ensureOpen(ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
 
ensureOpen() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Ensure the Channel is open and if not throw an exception.
ensureSunSslEngineAvailability() - 类 中的静态方法io.netty.handler.ssl.SslMasterKeyHandler
Ensure that SSLSessionImpl is available.
ensureWritable(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
ensureWritable(int, boolean) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
ensureWritable(int) - 类 中的方法io.netty.buffer.ByteBuf
Expands the buffer ByteBuf.capacity() to make sure the number of writable bytes is equal to or greater than the specified value.
ensureWritable(int, boolean) - 类 中的方法io.netty.buffer.ByteBuf
Expands the buffer ByteBuf.capacity() to make sure the number of writable bytes is equal to or greater than the specified value.
ensureWritable(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
ensureWritable(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
ensureWritable(int, boolean) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
ensureWritable(int, boolean) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
ensureWritable(int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
ensureWritable(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
ensureWritable(int, boolean) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
ensureWritableSuccess(int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Used to determine if the return value of ByteBuf.ensureWritable(int, boolean) means that there is adequate space and a write operation will succeed.
entries() - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
entries() - 类 中的方法io.netty.handler.codec.http.EmptyHttpHeaders
 
entries() - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Returns a new List that contains all headers in this object.
entries() - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
Epoll - io.netty.channel.epoll中的类
Tells if netty-transport-native-epoll is supported.
EPOLL_MODE - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
 
epollBusyWait(FileDescriptor, EpollEventArray) - 类 中的静态方法io.netty.channel.epoll.Native
Non-blocking variant of Native.epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int) that will also hint to processor we are in a busy-wait loop.
EpollChannelConfig - io.netty.channel.epoll中的类
 
EpollChannelConfig(Channel) - 类 的构造器io.netty.channel.epoll.EpollChannelConfig
 
EpollChannelConfig(Channel, RecvByteBufAllocator) - 类 的构造器io.netty.channel.epoll.EpollChannelConfig
 
EpollChannelOption<T> - io.netty.channel.epoll中的类
 
epollCtlAdd(int, int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
epollCtlDel(int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
epollCtlMod(int, int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
EpollDatagramChannel - io.netty.channel.epoll中的类
DatagramChannel implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.
EpollDatagramChannel() - 类 的构造器io.netty.channel.epoll.EpollDatagramChannel
Create a new instance which selects the InternetProtocolFamily to use depending on the Operation Systems default which will be chosen.
EpollDatagramChannel(InternetProtocolFamily) - 类 的构造器io.netty.channel.epoll.EpollDatagramChannel
Create a new instance using the given InternetProtocolFamily.
EpollDatagramChannel(int) - 类 的构造器io.netty.channel.epoll.EpollDatagramChannel
Create a new instance which selects the InternetProtocolFamily to use depending on the Operation Systems default which will be chosen.
EpollDatagramChannelConfig - io.netty.channel.epoll中的类
 
EpollDomainDatagramChannel - io.netty.channel.epoll中的类
 
EpollDomainDatagramChannel() - 类 的构造器io.netty.channel.epoll.EpollDomainDatagramChannel
 
EpollDomainDatagramChannel(int) - 类 的构造器io.netty.channel.epoll.EpollDomainDatagramChannel
 
EpollDomainDatagramChannelConfig - io.netty.channel.epoll中的类
 
EpollDomainSocketChannel - io.netty.channel.epoll中的类
 
EpollDomainSocketChannel() - 类 的构造器io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannel(int) - 类 的构造器io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannel(Channel, LinuxSocket) - 类 的构造器io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannel(int, boolean) - 类 的构造器io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannelConfig - io.netty.channel.epoll中的类
 
EPOLLERR - 类 中的静态变量io.netty.channel.epoll.Native
 
EPOLLET - 类 中的静态变量io.netty.channel.epoll.Native
 
EpollEventArray - io.netty.channel.epoll中的类
This is an internal datastructure which can be directly passed to epoll_wait to reduce the overhead.
EpollEventLoop - io.netty.channel.epoll中的类
EventLoop which uses epoll under the covers.
EpollEventLoopGroup - io.netty.channel.epoll中的类
EventLoopGroup which uses epoll under the covers.
EpollEventLoopGroup() - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the default number of threads and the default ThreadFactory.
EpollEventLoopGroup(int) - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the specified number of threads and the default ThreadFactory.
EpollEventLoopGroup(ThreadFactory) - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the default number of threads and the given ThreadFactory.
EpollEventLoopGroup(int, SelectStrategyFactory) - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the specified number of threads and the default ThreadFactory.
EpollEventLoopGroup(int, ThreadFactory) - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the specified number of threads and the given ThreadFactory.
EpollEventLoopGroup(int, Executor) - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, ThreadFactory, SelectStrategyFactory) - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the specified number of threads and the given ThreadFactory.
EpollEventLoopGroup(int, ThreadFactory, int) - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
EpollEventLoopGroup(int, ThreadFactory, int, SelectStrategyFactory) - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
EpollEventLoopGroup(int, Executor, SelectStrategyFactory) - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory) - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler) - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory) - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory, EventLoopTaskQueueFactory) - 类 的构造器io.netty.channel.epoll.EpollEventLoopGroup
 
EPOLLIN - 类 中的静态变量io.netty.channel.epoll.Native
 
EpollMode - io.netty.channel.epoll中的枚举
The epoll mode to use.
EPOLLOUT - 类 中的静态变量io.netty.channel.epoll.Native
 
EPOLLRDHUP - 类 中的静态变量io.netty.channel.epoll.Native
 
EpollServerChannelConfig - io.netty.channel.epoll中的类
 
EpollServerDomainSocketChannel - io.netty.channel.epoll中的类
 
EpollServerDomainSocketChannel() - 类 的构造器io.netty.channel.epoll.EpollServerDomainSocketChannel
 
EpollServerDomainSocketChannel(int) - 类 的构造器io.netty.channel.epoll.EpollServerDomainSocketChannel
 
EpollServerDomainSocketChannel(int, boolean) - 类 的构造器io.netty.channel.epoll.EpollServerDomainSocketChannel
 
EpollServerSocketChannel - io.netty.channel.epoll中的类
ServerSocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.
EpollServerSocketChannel() - 类 的构造器io.netty.channel.epoll.EpollServerSocketChannel
 
EpollServerSocketChannel(InternetProtocolFamily) - 类 的构造器io.netty.channel.epoll.EpollServerSocketChannel
 
EpollServerSocketChannel(int) - 类 的构造器io.netty.channel.epoll.EpollServerSocketChannel
 
EpollServerSocketChannelConfig - io.netty.channel.epoll中的类
 
EpollSocketChannel - io.netty.channel.epoll中的类
SocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.
EpollSocketChannel() - 类 的构造器io.netty.channel.epoll.EpollSocketChannel
 
EpollSocketChannel(InternetProtocolFamily) - 类 的构造器io.netty.channel.epoll.EpollSocketChannel
 
EpollSocketChannel(int) - 类 的构造器io.netty.channel.epoll.EpollSocketChannel
 
EpollSocketChannelConfig - io.netty.channel.epoll中的类
 
EpollTcpInfo - io.netty.channel.epoll中的类
struct tcp_info { __u8 tcpi_state; __u8 tcpi_ca_state; __u8 tcpi_retransmits; __u8 tcpi_probes; __u8 tcpi_backoff; __u8 tcpi_options; __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; __u32 tcpi_rto; __u32 tcpi_ato; __u32 tcpi_snd_mss; __u32 tcpi_rcv_mss; __u32 tcpi_unacked; __u32 tcpi_sacked; __u32 tcpi_lost; __u32 tcpi_retrans; __u32 tcpi_fackets; __u32 tcpi_last_data_sent; __u32 tcpi_last_ack_sent; __u32 tcpi_last_data_recv; __u32 tcpi_last_ack_recv; __u32 tcpi_pmtu; __u32 tcpi_rcv_ssthresh; __u32 tcpi_rtt; __u32 tcpi_rttvar; __u32 tcpi_snd_ssthresh; __u32 tcpi_snd_cwnd; __u32 tcpi_advmss; __u32 tcpi_reordering; __u32 tcpi_rcv_rtt; __u32 tcpi_rcv_space; __u32 tcpi_total_retrans; };
EpollTcpInfo() - 类 的构造器io.netty.channel.epoll.EpollTcpInfo
 
epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int) - 类 中的静态方法io.netty.channel.epoll.Native
已过时。
this method is no longer supported. This functionality is internal to this package.
equals(Object) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
equals(Object) - 类 中的方法io.netty.buffer.ByteBuf
Determines if the content of the specified buffer is identical to the content of this array.
equals(ByteBuf, int, ByteBuf, int, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Returns true if and only if the two specified buffers are identical to each other for length bytes starting at aStartIndex index for the a buffer and bStartIndex index for the b buffer.
equals(ByteBuf, ByteBuf) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Returns true if and only if the two specified buffers are identical to each other as described in ByteBuf.equals(Object).
equals(Object) - 类 中的方法io.netty.buffer.DefaultByteBufHolder
This implementation of the equals operation is restricted to work only with instances of the same class.
equals(Object) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
equals(Object) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
equals(Object) - 类 中的方法io.netty.channel.AbstractChannel
Returns true if and only if the specified object is identical with this channel (i.e: this == o).
equals(Object) - 类 中的方法io.netty.channel.DefaultChannelId
 
equals(Object) - 类 中的方法io.netty.channel.epoll.VSockAddress
 
equals(Object) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
equals(Object) - 类 中的方法io.netty.channel.kqueue.AcceptFilter
 
equals(Object) - 类 中的方法io.netty.channel.local.LocalAddress
 
equals(Object) - 类 中的方法io.netty.channel.sctp.SctpMessage
 
equals(Object) - 类 中的方法io.netty.channel.unix.DomainSocketAddress
 
equals(Object) - 类 中的方法io.netty.channel.unix.FileDescriptor
 
equals(Object) - 类 中的方法io.netty.example.stomp.websocket.StompSubscription
 
equals(Object) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
equals(Headers<K, V, ?>, HashingStrategy<V>) - 类 中的方法io.netty.handler.codec.DefaultHeaders
Test this object for equality against h2.
equals(Object) - 类 中的方法io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
equals(Object) - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
equals(Object) - 类 中的方法io.netty.handler.codec.dns.AbstractDnsRecord
 
equals(Object) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQuery
 
equals(Object) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
equals(Object) - 类 中的方法io.netty.handler.codec.dns.DnsOpCode
 
equals(Object) - 类 中的方法io.netty.handler.codec.dns.DnsRecordType
 
equals(Object) - 类 中的方法io.netty.handler.codec.dns.DnsResponseCode
Equality of DnsResponseCode only depends on DnsResponseCode.intValue().
equals(Object) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpResponse
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.DefaultHttpMessage
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.DefaultHttpObject
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.DefaultHttpRequest
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.DefaultHttpResponse
 
EQUALS - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Equals '='
equals(Object) - 类 中的方法io.netty.handler.codec.http.HttpMethod
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.HttpResponseStatus
Equality of HttpResponseStatus only depends on HttpResponseStatus.code().
equals(Object) - 类 中的方法io.netty.handler.codec.http.HttpScheme
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.HttpVersion
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
equals(Object) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
equals(Object) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketScheme
 
equals(Object) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2StreamFrame
Returns true if o has equal stream to this object.
equals(Object) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
equals(Object) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
equals(Object) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Headers
 
equals(Object) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
equals(Object) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2PingFrame
 
equals(Object) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
 
equals(Object) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ResetFrame
 
equals(Object) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
 
equals(Object) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
equals(Object) - 类 中的方法io.netty.handler.codec.http2.Http2Flags
 
equals(Object) - 类 中的方法io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
 
equals(Object) - 类 中的方法io.netty.handler.codec.mqtt.MqttProperties.StringPair
 
equals(Object) - 类 中的方法io.netty.handler.codec.mqtt.MqttSubscriptionOption
 
equals(Object) - 类 中的方法io.netty.handler.codec.smtp.DefaultSmtpRequest
 
equals(Object) - 类 中的方法io.netty.handler.codec.smtp.DefaultSmtpResponse
 
equals(Object) - 类 中的方法io.netty.handler.codec.smtp.SmtpCommand
 
equals(Object) - 类 中的方法io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
equals(Object) - 类 中的方法io.netty.handler.codec.socksx.v4.Socks4CommandType
 
equals(Object) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5AddressType
 
equals(Object) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
equals(Object) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
equals(Object) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5CommandType
 
equals(Object) - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
equals(Object) - 类 中的方法io.netty.handler.codec.spdy.SpdySessionStatus
 
equals(Object) - 类 中的方法io.netty.handler.codec.spdy.SpdyStreamStatus
 
equals(Object) - 类 中的方法io.netty.handler.codec.string.LineSeparator
 
equals(Object) - 类 中的方法io.netty.handler.codec.xml.XmlAttribute
 
equals(Object) - 类 中的方法io.netty.handler.codec.xml.XmlContent
 
equals(Object) - 类 中的方法io.netty.handler.codec.xml.XmlDocumentStart
 
equals(Object) - 类 中的方法io.netty.handler.codec.xml.XmlDTD
 
equals(Object) - 类 中的方法io.netty.handler.codec.xml.XmlElement
 
equals(Object) - 类 中的方法io.netty.handler.codec.xml.XmlElementStart
 
equals(Object) - 类 中的方法io.netty.handler.codec.xml.XmlEntityReference
 
equals(Object) - 类 中的方法io.netty.handler.codec.xml.XmlNamespace
 
equals(Object) - 类 中的方法io.netty.handler.codec.xml.XmlProcessingInstruction
 
equals(Object) - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
equals(Object) - 类 中的方法io.netty.util.AbstractConstant
 
equals(Object) - 类 中的方法io.netty.util.AsciiString
 
equals(T, T) - 接口 中的方法io.netty.util.HashingStrategy
Returns true if the arguments are equal to each other and false otherwise.
equals(Object) - 类 中的方法io.netty.util.internal.EmptyPriorityQueue
 
equals(byte[], int, byte[], int, int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
Compare two byte arrays for equality.
equals(Object) - 异常错误 中的方法io.netty.util.ResourceLeakException
已过时。
 
equals(Object) - 错误 中的方法io.netty.util.Signal
 
equalsConstantTime(int, int) - 类 中的静态方法io.netty.util.internal.ConstantTimeUtils
Compare two ints without leaking timing information.
equalsConstantTime(long, long) - 类 中的静态方法io.netty.util.internal.ConstantTimeUtils
Compare two longss without leaking timing information.
equalsConstantTime(byte[], int, byte[], int, int) - 类 中的静态方法io.netty.util.internal.ConstantTimeUtils
Compare two byte arrays for equality without leaking timing information.
equalsConstantTime(CharSequence, CharSequence) - 类 中的静态方法io.netty.util.internal.ConstantTimeUtils
Compare two CharSequence objects without leaking timing information.
equalsConstantTime(byte[], int, byte[], int, int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
Compare two byte arrays for equality without leaking timing information.
equalsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
ERRNO_EAGAIN_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
ERRNO_EBADF_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
ERRNO_ECONNRESET_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
ERRNO_EINPROGRESS_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
ERRNO_ENOENT_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
ERRNO_ENOTCONN_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
ERRNO_EPIPE_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
ERRNO_EWOULDBLOCK_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
error() - 异常错误 中的方法io.netty.handler.codec.http2.Http2Exception
 
error() - 异常错误 中的方法io.netty.handler.codec.http2.Http2FrameStreamException
 
error(ChannelHandlerContext, Throwable) - 接口 中的方法io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
Called to indicate that an error occurred before this object could be completely written.
error(Throwable) - 类 中的方法io.netty.util.internal.logging.AbstractInternalLogger
 
error(String) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log a message at the ERROR level.
error(String, Object) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log a message at the ERROR level according to the specified format and argument.
error(String, Object, Object) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Object...) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Throwable) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the ERROR level with an accompanying message.
error(Throwable) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the ERROR level.
ERROR_EALREADY_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
ERROR_ECONNREFUSED_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
ERROR_EHOSTUNREACH_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
ERROR_EISCONN_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
ERROR_ENETUNREACH_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
errorCode() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
errorCode() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ResetFrame
 
errorCode() - 接口 中的方法io.netty.handler.codec.http2.Http2GoAwayFrame
The reason for beginning closure of the connection.
errorCode() - 接口 中的方法io.netty.handler.codec.http2.Http2ResetFrame
The reason for resetting the stream.
errorCode() - 异常错误 中的方法io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
 
errorCode() - 异常错误 中的方法io.netty.handler.ssl.OpenSslCertificateException
Return the error code to use.
ErrorDataDecoderException() - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
ErrorDataDecoderException(String) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
ErrorDataDecoderException(Throwable) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
ErrorDataDecoderException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
ErrorDataEncoderException() - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
 
ErrorDataEncoderException(String) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
 
ErrorDataEncoderException(Throwable) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
 
ErrorDataEncoderException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
 
ErrorRedisMessage - io.netty.handler.codec.redis中的类
Errors of RESP.
ErrorRedisMessage(String) - 类 的构造器io.netty.handler.codec.redis.ErrorRedisMessage
Creates a ErrorRedisMessage from content.
Errors - io.netty.channel.unix中的类
Internal usage only!
Errors.NativeIoException - io.netty.channel.unix中的异常错误
Internal usage only!
escapeCsv(CharSequence) - 类 中的静态方法io.netty.util.internal.StringUtil
Escapes the specified value, if necessary according to RFC-4180.
escapeCsv(CharSequence, boolean) - 类 中的静态方法io.netty.util.internal.StringUtil
Escapes the specified value, if necessary according to RFC-4180.
estimateMaxDirectMemory() - 类 中的静态方法io.netty.util.internal.PlatformDependent
Compute an estimate of the maximum amount of direct memory available to this JVM.
ETAG - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"etag"
ETAG - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"ETag"
EUROPE_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
EUROPE = 7;
EventExecutor - io.netty.util.concurrent中的接口
The EventExecutor is a special EventExecutorGroup which comes with some handy methods to see if a Thread is executed in a event loop.
EventExecutorChooserFactory - io.netty.util.concurrent中的接口
EventExecutorChooserFactory.EventExecutorChooser - io.netty.util.concurrent中的接口
Chooses the next EventExecutor to use.
EventExecutorGroup - io.netty.util.concurrent中的接口
The EventExecutorGroup is responsible for providing the EventExecutor's to use via its EventExecutorGroup.next() method.
eventFdRead(int) - 类 中的静态方法io.netty.channel.epoll.Native
 
eventFdWrite(int, long) - 类 中的静态方法io.netty.channel.epoll.Native
 
eventLoop() - 类 中的方法io.netty.channel.AbstractChannel
 
eventLoop() - 接口 中的方法io.netty.channel.Channel
Return the EventLoop this Channel was registered to.
EventLoop - io.netty.channel中的接口
Will handle all the I/O operations for a Channel once registered.
eventLoop() - 类 中的方法io.netty.channel.nio.AbstractNioChannel
 
eventLoop() - 类 中的方法io.netty.handler.ssl.ocsp.IoTransport
 
eventLoop(EventLoop) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Sets the EventLoop which will perform the communication with the DNS servers.
EventLoopException - io.netty.channel中的异常错误
Special ChannelException which will be thrown by EventLoop and EventLoopGroup implementations when an error occurs.
EventLoopException() - 异常错误 的构造器io.netty.channel.EventLoopException
 
EventLoopException(String, Throwable) - 异常错误 的构造器io.netty.channel.EventLoopException
 
EventLoopException(String) - 异常错误 的构造器io.netty.channel.EventLoopException
 
EventLoopException(Throwable) - 异常错误 的构造器io.netty.channel.EventLoopException
 
EventLoopGroup - io.netty.channel中的接口
Special EventExecutorGroup which allows registering Channels that get processed for later selection during the event loop.
EventLoopTaskQueueFactory - io.netty.channel中的接口
Factory used to create Queue instances that will be used to store tasks for an EventLoop.
eventReceived(ChannelHandlerContext, I) - 类 中的方法io.netty.channel.SimpleUserEventChannelHandler
Is called for each user event triggered of type I.
exceptionCaught(ChannelHandlerContext, Throwable) - 接口 中的方法io.netty.channel.ChannelHandler
已过时。
if you want to handle this event you should implement ChannelInboundHandler and implement the method there.
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.channel.ChannelHandlerAdapter
已过时。
exceptionCaught(ChannelHandlerContext, Throwable) - 接口 中的方法io.netty.channel.ChannelInboundHandler
Gets called if a Throwable was thrown.
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.channel.ChannelInboundHandlerAdapter
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.channel.ChannelInitializer
Handle the Throwable by logging and closing the Channel.
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.discard.DiscardClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.discard.DiscardServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.echo.EchoClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.echo.EchoServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.factorial.FactorialClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.factorial.FactorialServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.file.FileServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http.file.HttpStaticFileServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http.helloworld.HttpHelloWorldServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http.snoop.HttpSnoopClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http.snoop.HttpSnoopServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http.upload.HttpUploadClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http.upload.HttpUploadServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http.websocketx.benchmarkserver.WebSocketServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http.websocketx.client.WebSocketClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http.websocketx.server.WebSocketIndexPageHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http2.file.Http2StaticFileServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http2.helloworld.frame.server.HelloWorldHttp2Handler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http2.helloworld.multiplex.server.HelloWorldHttp2Handler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp1Handler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http2.tiles.FallbackRequestHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.http2.tiles.Http2RequestHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.localecho.LocalEchoClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.localecho.LocalEchoServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.memcache.binary.MemcacheClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.mqtt.heartBeat.MqttHeartBeatBrokerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.mqtt.heartBeat.MqttHeartBeatClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.objectecho.ObjectEchoClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.objectecho.ObjectEchoServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.proxy.HexDumpProxyBackendHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.proxy.HexDumpProxyFrontendHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.qotm.QuoteOfTheMomentClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.qotm.QuoteOfTheMomentServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.redis.RedisClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.sctp.SctpEchoClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.sctp.SctpEchoServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.securechat.SecureChatClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.securechat.SecureChatServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.socksproxy.DirectClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.socksproxy.RelayHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.socksproxy.SocksServerConnectHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.socksproxy.SocksServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.spdy.client.HttpResponseClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.spdy.server.SpdyServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.stomp.StompClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.telnet.TelnetClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.telnet.TelnetServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.udt.echo.bytes.ByteEchoClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.udt.echo.bytes.ByteEchoServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.udt.echo.message.MsgEchoClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.udt.echo.message.MsgEchoServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.udt.echo.rendezvous.MsgEchoPeerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.udt.echo.rendezvousBytes.ByteEchoPeerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.uptime.UptimeClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.uptime.UptimeServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.worldclock.WorldClockClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.worldclock.WorldClockServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.codec.DatagramPacketDecoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.codec.DatagramPacketEncoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.codec.http.websocketx.Utf8FrameValidator
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
Handles Http2Exception objects that were thrown from other handlers.
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.codec.spdy.SpdySessionHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.flush.FlushConsolidationHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.logging.LoggingHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.pcap.PcapWriteHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.proxy.ProxyHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.ssl.SslHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.testsuite.autobahn.AutobahnServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp1Handler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.testsuite.svm.HttpNativeServerHandler
 
exceptionMessage(String) - 类 中的方法io.netty.handler.proxy.ProxyHandler
Decorates the specified exception message with the common information such as the current protocol, authentication scheme, proxy address, and destination address.
exclusive() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
 
exclusive() - 接口 中的方法io.netty.handler.codec.http2.Http2PriorityFrame
Set to true if this stream is exclusive else set to false
execute(Runnable) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
 
execute(Runnable) - 类 中的方法io.netty.util.concurrent.GlobalEventExecutor
 
execute(Runnable) - 类 中的方法io.netty.util.concurrent.ImmediateEventExecutor
 
execute(Runnable) - 类 中的方法io.netty.util.concurrent.ImmediateExecutor
 
execute(Runnable) - 类 中的方法io.netty.util.concurrent.NonStickyEventExecutorGroup
 
execute(Runnable) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
execute(Runnable) - 类 中的方法io.netty.util.concurrent.ThreadPerTaskExecutor
 
execute(Runnable) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
executeAfterEventLoopIteration(Runnable) - 类 中的方法io.netty.channel.SingleThreadEventLoop
Adds a task to be run once at the end of next (or current) eventloop iteration.
executor() - 接口 中的方法io.netty.channel.ChannelHandlerContext
Returns the EventExecutor which is used to execute an arbitrary task.
executor() - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
executor() - 类 中的方法io.netty.channel.DefaultChannelPromise
 
executor() - 类 中的方法io.netty.resolver.AbstractAddressResolver
Returns the EventExecutor which is used to notify the listeners of the Future returned by AbstractAddressResolver.resolve(SocketAddress).
executor() - 类 中的方法io.netty.resolver.dns.DnsNameResolver
 
executor() - 类 中的方法io.netty.resolver.SimpleNameResolver
Returns the EventExecutor which is used to notify the listeners of the Future returned by SimpleNameResolver.resolve(String).
executor() - 类 中的方法io.netty.util.concurrent.CompleteFuture
Return the EventExecutor which is used by this CompleteFuture.
executor() - 类 中的方法io.netty.util.concurrent.DefaultPromise
Get the executor used to notify listeners when this promise is complete.
executorCount() - 类 中的方法io.netty.util.concurrent.MultithreadEventExecutorGroup
Return the number of EventExecutor this implementation uses.
exists(String) - 类 中的静态方法io.netty.channel.ChannelOption
Returns true if a ChannelOption exists for the given name.
exists(String) - 类 中的静态方法io.netty.handler.ssl.SslContextOption
Returns true if a SslContextOption exists for the given name.
exists(String) - 类 中的静态方法io.netty.util.AttributeKey
Returns true if a AttributeKey exists for the given name.
exists(String) - 类 中的方法io.netty.util.ConstantPool
Returns true if a AttributeKey exists for the given name.
EXPECT - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"expect"
EXPECT - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Expect"
expect(Signal) - 错误 中的方法io.netty.util.Signal
Check if the given Signal is the same as this instance.
EXPECTATION_FAILED - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
417 Expectation Failed
expectedErr() - 异常错误 中的方法io.netty.channel.unix.Errors.NativeIoException
 
expectedSubprotocol() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the CSV of requested subprotocol(s) sent to the server as specified in the constructor
expectMaskedFrames(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
expectMaskedFrames() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
 
expectMaskedFrames(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
EXPIRES - 类 中的静态变量io.netty.handler.codec.http.cookie.CookieHeaderNames
 
EXPIRES - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"expires"
EXPIRES - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Expires"
EXPIRES - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"expires"
EXPIRES - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Expires"
EXPN - 类 中的静态变量io.netty.handler.codec.smtp.SmtpCommand
 
expn(CharSequence) - 类 中的静态方法io.netty.handler.codec.smtp.SmtpRequests
Creates a EXPN request.
exposedHeaders() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
Returns a set of headers to be exposed to calling clients.
exposeHeaders(String...) - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig.Builder
exposeHeaders(String...) - 类 中的方法io.netty.handler.codec.http.cors.CorsConfigBuilder
Specifies the headers to be exposed to calling clients.
exposeHeaders(CharSequence...) - 类 中的方法io.netty.handler.codec.http.cors.CorsConfigBuilder
Specifies the headers to be exposed to calling clients.
extendedRcode() - 类 中的方法io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
 
extendedRcode() - 接口 中的方法io.netty.handler.codec.dns.DnsOptPseudoRecord
Returns the EXTENDED-RCODE which is encoded into DnsRecord.timeToLive().
EXTENSIONS_SYSTEM_PROPERTY - 类 中的静态变量io.netty.bootstrap.ChannelInitializerExtension
The name of the system property that control initializer extensions.
extensionsClassLoader(ClassLoader) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
Load ChannelInitializerExtensions using the given class loader.
extractExtensions(String) - 类 中的静态方法io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 
extractFrame(ChannelHandlerContext, ByteBuf, int, int) - 类 中的方法io.netty.handler.codec.dns.TcpDnsResponseDecoder
 
extractFrame(ChannelHandlerContext, ByteBuf, int, int) - 类 中的方法io.netty.handler.codec.LengthFieldBasedFrameDecoder
Extract the sub-region of the specified buffer.
extractFrame(ChannelHandlerContext, ByteBuf, int, int) - 类 中的方法io.netty.handler.codec.marshalling.MarshallingDecoder
 
extractObject(ChannelHandlerContext, ByteBuf, int, int) - 类 中的方法io.netty.handler.codec.json.JsonObjectDecoder
Override this method if you want to filter the json objects/arrays that get passed through the pipeline.
extras() - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
extras() - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns a ByteBuf representation of the optional extras.
extrasLength() - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
extrasLength() - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Return the extras length of the message.
extraStreamIds() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
extraStreamIds() - 接口 中的方法io.netty.handler.codec.http2.Http2GoAwayFrame
The number of IDs to reserve for the receiver to use while GOAWAY is in transit.
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.