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 _ 

E

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
 
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(ChannelHandler...) - 类 的构造器io.netty.channel.embedded.EmbeddedChannel
Create a new instance
EmbeddedChannel(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(boolean, boolean, ChannelHandler...) - 类 的构造器io.netty.channel.embedded.EmbeddedChannel
Create a new instance with the pipeline initialized with the specified handlers.
EmbeddedChannel(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_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
 
EMPTY_HEADERS - 类 中的静态变量io.netty.handler.codec.spdy.SpdyHeaders
 
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_OBJECTS - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_STACK_TRACE - 类 中的静态变量io.netty.util.internal.EmptyArrays
 
EMPTY_STRING - 类 中的静态变量io.netty.util.internal.StringUtil
 
EMPTY_STRINGS - 类 中的静态变量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
 
enableOcsp(boolean) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
Enables OCSP stapling.
enableOcsp(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
Enables OCSP stapling for the given SSLEngine or throws an exception if OCSP stapling is not supported.
enableOcsp(long, boolean) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Enables OCSP stapling for the given SSLContext or throws an exception if OCSP stapling is not supported.
encapsulatedTLVs() - 类 中的方法io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns an unmodifiable Set of encapsulated HAProxyTLVs.
encode(ChannelHandlerContext, Number, ByteBuf) - 类 中的方法io.netty.example.factorial.NumberEncoder
 
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.JdkZlibEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.compression.JZlibEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.compression.SnappyFramedEncoder
 
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(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法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, 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, MessageLiteOrBuilder, List<Object>) - 类 中的方法io.netty.handler.codec.protobuf.ProtobufEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - 类 中的方法io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
 
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, SocksMessage, ByteBuf) - 类 中的方法io.netty.handler.codec.socks.SocksMessageEncoder
 
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, CharSequence, List<Object>) - 类 中的方法io.netty.handler.codec.string.StringEncoder
 
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
 
encodeHeaders(HttpHeaders, ByteBuf) - 类 中的方法io.netty.handler.codec.http.HttpObjectEncoder
Encode the HttpHeaders into a ByteBuf.
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
 
encodePingFrame(ByteBufAllocator, int) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameEncoder
 
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.
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.
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.
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
 
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.
engine() - 类 中的方法io.netty.handler.ssl.SslHandler
Returns the SSLEngine which is used by this handler.
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.
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) - 类 中的方法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.
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.
ensureAvailability() - 类 中的静态方法io.netty.channel.epoll.Epoll
Ensure that netty-transport-native-epoll is available.
ensureAvailability() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
Ensure that netty-tcnative and its OpenSSL support are available.
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.
ensureWritable(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
ensureWritable(int, boolean) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
ensureWritable(int) - 类 中的方法io.netty.buffer.ByteBuf
Makes sure the number of the writable bytes is equal to or greater than the specified value.
ensureWritable(int, boolean) - 类 中的方法io.netty.buffer.ByteBuf
Tries to make sure the number of the 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
 
entries() - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
entries() - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Returns a new List that contains all headers in this object.
entries() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
entries() - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaders
Returns all header names and values that this frame contains.
entries() - 类 中的方法io.netty.util.collection.IntObjectHashMap
 
entries() - 接口 中的方法io.netty.util.collection.IntObjectMap
Gets an iterable collection of the entries contained in this map.
Epoll - io.netty.channel.epoll中的类
Tells if netty-transport-native-epoll is supported.
EPOLL_MODE - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
 
EpollChannelConfig - io.netty.channel.epoll中的类
 
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
 
EpollDatagramChannel(FileDescriptor) - 类 的构造器io.netty.channel.epoll.EpollDatagramChannel
EpollDatagramChannel(Socket) - 类 的构造器io.netty.channel.epoll.EpollDatagramChannel
 
EpollDatagramChannelConfig - io.netty.channel.epoll中的类
 
EpollDomainSocketChannel - io.netty.channel.epoll中的类
 
EpollDomainSocketChannel() - 类 的构造器io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannel(Channel, FileDescriptor) - 类 的构造器io.netty.channel.epoll.EpollDomainSocketChannel
EpollDomainSocketChannel(FileDescriptor) - 类 的构造器io.netty.channel.epoll.EpollDomainSocketChannel
EpollDomainSocketChannel(Channel, Socket) - 类 的构造器io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannel(Socket, boolean) - 类 的构造器io.netty.channel.epoll.EpollDomainSocketChannel
Creates a new EpollDomainSocketChannel from an existing FileDescriptor
EpollDomainSocketChannelConfig - io.netty.channel.epoll中的类
 
EPOLLERR - 类 中的静态变量io.netty.channel.epoll.Native
 
EPOLLET - 类 中的静态变量io.netty.channel.epoll.Native
 
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(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, 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, ThreadFactory, int, SelectStrategyFactory, RejectedExecutionHandler) - 类 的构造器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(FileDescriptor) - 类 的构造器io.netty.channel.epoll.EpollServerDomainSocketChannel
EpollServerDomainSocketChannel(Socket) - 类 的构造器io.netty.channel.epoll.EpollServerDomainSocketChannel
EpollServerDomainSocketChannel(Socket, 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(FileDescriptor) - 类 的构造器io.netty.channel.epoll.EpollServerSocketChannel
EpollServerSocketChannel(Socket) - 类 的构造器io.netty.channel.epoll.EpollServerSocketChannel
EpollServerSocketChannel(Socket, boolean) - 类 的构造器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(FileDescriptor) - 类 的构造器io.netty.channel.epoll.EpollSocketChannel
EpollSocketChannel(Socket, boolean) - 类 的构造器io.netty.channel.epoll.EpollSocketChannel
Creates a new EpollSocketChannel from an existing FileDescriptor.
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
 
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, ByteBuf) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Returns true if and only if the two specified buffers are identical to each other as described in ChannelBuffer#equals(Object).
equals(Object) - 类 中的方法io.netty.buffer.DefaultByteBufHolder
 
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.group.DefaultChannelGroup
 
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.handler.codec.http.cookie.DefaultCookie
 
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.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.spdy.SpdySessionStatus
 
equals(Object) - 类 中的方法io.netty.handler.codec.spdy.SpdyStreamStatus
 
equals(Object) - 类 中的方法io.netty.handler.ssl.PemX509Certificate
 
equals(Object) - 类 中的方法io.netty.util.collection.IntObjectHashMap
 
equals(Object) - 异常错误 中的方法io.netty.util.ResourceLeakException
已过时。
 
equals(Object) - 类 中的方法io.netty.util.UniqueName
已过时。
 
equalsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Returns true if both CharSequence's are equals when ignore the case.
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(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_EALREADY_NEGATIVE - 类 中的静态变量io.netty.channel.unix.Errors
 
ERROR_ECONNREFUSED_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.ssl.OpenSslCertificateException
Return the error code to use.
Errors - io.netty.channel.unix中的类
Internal usage only!
Errors.NativeIoException - io.netty.channel.unix中的异常错误
Internal usage only!
Errors.NativeIoException(String, int) - 异常错误 的构造器io.netty.channel.unix.Errors.NativeIoException
 
escapeCsv(CharSequence) - 类 中的静态方法io.netty.util.internal.StringUtil
Escapes the specified value, if necessary according to RFC-4180.
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.
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
 
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.
exceptionCaught(ChannelHandlerContext, Throwable) - 接口 中的方法io.netty.channel.ChannelHandler
已过时。
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.localecho.LocalEchoClientHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.example.localecho.LocalEchoServerHandler
 
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.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.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.http.cors.CorsHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.codec.spdy.SpdyOrHttpChooser
已过时。
 
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.ssl.ApplicationProtocolNegotiationHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法io.netty.handler.ssl.SslHandler
 
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.SingleThreadEventExecutor
 
execute(Runnable) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
executor() - 接口 中的方法io.netty.channel.ChannelHandlerContext
The EventExecutor that is used to dispatch the events.
executor() - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
executor() - 类 中的方法io.netty.channel.DefaultChannelPromise
 
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.util.AttributeKey
Returns true if a AttributeKey exists for the given name.
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
EXPIRES - 类 中的静态变量io.netty.handler.codec.http.cookie.CookieHeaderNames
 
EXPIRES - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Expires"
EXPIRES - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Expires"
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
Specifies the headers to be exposed to calling clients.
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
 
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.