- fackets() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
-
- FactorialClient - io.netty.example.factorial中的类
-
Sends a sequence of integers to a
FactorialServer
to calculate
the factorial of the specified integer.
- FactorialClient() - 类 的构造器io.netty.example.factorial.FactorialClient
-
- FactorialClientHandler - io.netty.example.factorial中的类
-
Handler for a client-side channel.
- FactorialClientHandler() - 类 的构造器io.netty.example.factorial.FactorialClientHandler
-
- FactorialClientInitializer - io.netty.example.factorial中的类
-
- FactorialClientInitializer(SslContext) - 类 的构造器io.netty.example.factorial.FactorialClientInitializer
-
- FactorialServer - io.netty.example.factorial中的类
-
Receives a sequence of integers from a
FactorialClient
to calculate
the factorial of the specified integer.
- FactorialServer() - 类 的构造器io.netty.example.factorial.FactorialServer
-
- FactorialServerHandler - io.netty.example.factorial中的类
-
Handler for a server-side channel.
- FactorialServerHandler() - 类 的构造器io.netty.example.factorial.FactorialServerHandler
-
- FactorialServerInitializer - io.netty.example.factorial中的类
-
- FactorialServerInitializer(SslContext) - 类 的构造器io.netty.example.factorial.FactorialServerInitializer
-
- failAndRecycle(Throwable) - 类 中的方法io.netty.util.internal.PendingWrite
-
Fails the underlying
Promise
with the given cause and recycle this instance.
- FAILED_DEPENDENCY - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
-
424 Failed Dependency (WebDAV, RFC4918)
- FailedFuture<V> - io.netty.util.concurrent中的类
-
- FailedFuture(EventExecutor, Throwable) - 类 的构造器io.netty.util.concurrent.FailedFuture
-
Creates a new instance.
- failure(Throwable) - 类 中的静态方法io.netty.handler.codec.DecoderResult
-
- FAILURE - 类 中的静态变量io.netty.handler.codec.socksx.v5.Socks5CommandStatus
-
- FAILURE - 类 中的静态变量io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
-
- FallbackRequestHandler - io.netty.example.http2.tiles中的类
-
Handles the exceptional case where HTTP 1.x was negotiated under TLS.
- FallbackRequestHandler() - 类 的构造器io.netty.example.http2.tiles.FallbackRequestHandler
-
- FALSE_SUPPLIER - 接口 中的静态变量io.netty.util.BooleanSupplier
-
A supplier which always returns false
and never throws.
- FALSE_SUPPLIER - 接口 中的静态变量io.netty.util.UncheckedBooleanSupplier
-
A supplier which always returns false
and never throws.
- FastLzFrameDecoder - io.netty.handler.codec.compression中的类
-
- FastLzFrameDecoder() - 类 的构造器io.netty.handler.codec.compression.FastLzFrameDecoder
-
Creates the fastest FastLZ decoder without checksum calculation.
- FastLzFrameDecoder(boolean) - 类 的构造器io.netty.handler.codec.compression.FastLzFrameDecoder
-
Creates a FastLZ decoder with calculation of checksums as specified.
- FastLzFrameDecoder(Checksum) - 类 的构造器io.netty.handler.codec.compression.FastLzFrameDecoder
-
Creates a FastLZ decoder with specified checksum calculator.
- FastLzFrameEncoder - io.netty.handler.codec.compression中的类
-
Compresses a
ByteBuf
using the FastLZ algorithm.
- FastLzFrameEncoder() - 类 的构造器io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder without checksum calculator and with auto detection of compression level.
- FastLzFrameEncoder(int) - 类 的构造器io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder with specified compression level and without checksum calculator.
- FastLzFrameEncoder(boolean) - 类 的构造器io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder with auto detection of compression
level and calculation of checksums as specified.
- FastLzFrameEncoder(int, Checksum) - 类 的构造器io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder with specified compression level and checksum calculator.
- FastThreadLocal<V> - io.netty.util.concurrent中的类
-
A special variant of
ThreadLocal
that yields higher access performance when accessed from a
FastThreadLocalThread
.
- FastThreadLocal() - 类 的构造器io.netty.util.concurrent.FastThreadLocal
-
- FastThreadLocalThread - io.netty.util.concurrent中的类
-
- FastThreadLocalThread() - 类 的构造器io.netty.util.concurrent.FastThreadLocalThread
-
- FastThreadLocalThread(Runnable) - 类 的构造器io.netty.util.concurrent.FastThreadLocalThread
-
- FastThreadLocalThread(ThreadGroup, Runnable) - 类 的构造器io.netty.util.concurrent.FastThreadLocalThread
-
- FastThreadLocalThread(String) - 类 的构造器io.netty.util.concurrent.FastThreadLocalThread
-
- FastThreadLocalThread(ThreadGroup, String) - 类 的构造器io.netty.util.concurrent.FastThreadLocalThread
-
- FastThreadLocalThread(Runnable, String) - 类 的构造器io.netty.util.concurrent.FastThreadLocalThread
-
- FastThreadLocalThread(ThreadGroup, Runnable, String) - 类 的构造器io.netty.util.concurrent.FastThreadLocalThread
-
- FastThreadLocalThread(ThreadGroup, Runnable, String, long) - 类 的构造器io.netty.util.concurrent.FastThreadLocalThread
-
- fd - 类 中的变量io.netty.channel.unix.SocketWritableByteChannel
-
- fd() - 接口 中的方法io.netty.channel.unix.UnixChannel
-
- feedbackFailure(InetSocketAddress, Throwable, long) - 接口 中的方法io.netty.resolver.dns.DnsServerResponseFeedbackAddressStream
-
- feedbackSuccess(InetSocketAddress, long) - 接口 中的方法io.netty.resolver.dns.DnsServerResponseFeedbackAddressStream
-
- FILE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
-
- FileDescriptor - io.netty.channel.unix中的类
-
- FileDescriptor(int) - 类 的构造器io.netty.channel.unix.FileDescriptor
-
- FILENAME - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
-
- FileRegion - io.netty.channel中的接口
-
- FileServer - io.netty.example.file中的类
-
Server that accept the path of a file an echo back its content.
- FileServer() - 类 的构造器io.netty.example.file.FileServer
-
- FileServerHandler - io.netty.example.file中的类
-
- FileServerHandler() - 类 的构造器io.netty.example.file.FileServerHandler
-
- FileUpload - io.netty.handler.codec.http.multipart中的接口
-
FileUpload interface that could be in memory, on temporary file or any other implementations.
- fillInStackTrace() - 异常错误 中的方法io.netty.channel.unix.Errors.NativeIoException
-
- fillInStackTrace() - 异常错误 中的方法io.netty.handler.codec.http2.Http2MultiplexActiveStreamsException
-
- fillInStackTrace() - 异常错误 中的方法io.netty.handler.timeout.TimeoutException
-
- fillInStackTrace() - 异常错误 中的方法io.netty.resolver.dns.DnsErrorCauseException
-
- fillInStackTrace() - 异常错误 中的方法io.netty.resolver.dns.DnsNameResolverException
-
- fillInStackTrace() - 错误 中的方法io.netty.util.Signal
-
- filterArgs() - 类 中的方法io.netty.channel.kqueue.AcceptFilter
-
- filterCipherSuites(Iterable<String>, List<String>, Set<String>) - 接口 中的方法io.netty.handler.ssl.CipherSuiteFilter
-
Filter the requested ciphers
based upon other cipher characteristics.
- filterCipherSuites(Iterable<String>, List<String>, Set<String>) - 类 中的方法io.netty.handler.ssl.IdentityCipherSuiteFilter
-
- filterCipherSuites(Iterable<String>, List<String>, Set<String>) - 类 中的方法io.netty.handler.ssl.SupportedCipherSuiteFilter
-
- filterName() - 类 中的方法io.netty.channel.kqueue.AcceptFilter
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.AbstractChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.AbstractServerChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.epoll.AbstractEpollServerChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.kqueue.AbstractKQueueServerChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.kqueue.AbstractKQueueStreamChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.nio.AbstractNioByteChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.oio.AbstractOioByteChannel
-
已过时。
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
-
已过时。
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
-
已过时。
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.socket.nio.NioServerSocketChannel
-
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.socket.oio.OioDatagramChannel
-
已过时。
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
-
已过时。
- filterOutboundMessage(Object) - 类 中的方法io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
已过时。
- finalize() - 类 中的方法io.netty.handler.ssl.OpenSslContext
-
- finalize() - 类 中的方法io.netty.handler.ssl.OpenSslEngine
-
- finalize() - 类 中的方法io.netty.util.HashedWheelTimer
-
- finalizeRequest() - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Finalize the request by preparing the Header in the request and returns the request ready to be sent.
- find(ChannelId) - 接口 中的方法io.netty.channel.group.ChannelGroup
-
- find(Channel) - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
-
Returns the
ChannelFuture
of the individual I/O operation which
is associated with the specified
Channel
.
- find(ChannelId) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
-
- find(Object, Class<?>, String) - 类 中的静态方法io.netty.util.internal.TypeParameterMatcher
-
- FIND_ASCII_SPACE - 接口 中的静态变量io.netty.util.ByteProcessor
-
Aborts on a ascii space character (' '
).
- FIND_COMMA - 接口 中的静态变量io.netty.util.ByteProcessor
-
Aborts on a comma (',')
.
- FIND_CR - 接口 中的静态变量io.netty.buffer.ByteBufProcessor
-
- FIND_CR - 接口 中的静态变量io.netty.util.ByteProcessor
-
Aborts on a CR ('\r')
.
- FIND_CRLF - 接口 中的静态变量io.netty.buffer.ByteBufProcessor
-
- FIND_CRLF - 接口 中的静态变量io.netty.util.ByteProcessor
-
Aborts on a CR ('\r')
or a LF ('\n')
.
- FIND_LF - 接口 中的静态变量io.netty.buffer.ByteBufProcessor
-
- FIND_LF - 接口 中的静态变量io.netty.util.ByteProcessor
-
Aborts on a LF ('\n')
.
- FIND_LINEAR_WHITESPACE - 接口 中的静态变量io.netty.buffer.ByteBufProcessor
-
- FIND_LINEAR_WHITESPACE - 接口 中的静态变量io.netty.util.ByteProcessor
-
Aborts on a linear whitespace (a (' '
or a '\t'
).
- FIND_NON_CR - 接口 中的静态变量io.netty.buffer.ByteBufProcessor
-
- FIND_NON_CR - 接口 中的静态变量io.netty.util.ByteProcessor
-
Aborts on a non-CR ('\r')
.
- FIND_NON_CRLF - 接口 中的静态变量io.netty.buffer.ByteBufProcessor
-
- FIND_NON_CRLF - 接口 中的静态变量io.netty.util.ByteProcessor
-
Aborts on a byte which is neither a CR ('\r')
nor a LF ('\n')
.
- FIND_NON_LF - 接口 中的静态变量io.netty.buffer.ByteBufProcessor
-
- FIND_NON_LF - 接口 中的静态变量io.netty.util.ByteProcessor
-
Aborts on a non-LF ('\n')
.
- FIND_NON_LINEAR_WHITESPACE - 接口 中的静态变量io.netty.buffer.ByteBufProcessor
-
- FIND_NON_LINEAR_WHITESPACE - 接口 中的静态变量io.netty.util.ByteProcessor
-
Aborts on a byte which is not a linear whitespace (neither ' '
nor '\t'
).
- FIND_NON_NUL - 接口 中的静态变量io.netty.buffer.ByteBufProcessor
-
- FIND_NON_NUL - 接口 中的静态变量io.netty.util.ByteProcessor
-
Aborts on a non-NUL (0x00)
.
- FIND_NUL - 接口 中的静态变量io.netty.buffer.ByteBufProcessor
-
- FIND_NUL - 接口 中的静态变量io.netty.util.ByteProcessor
-
Aborts on a NUL (0x00)
.
- FIND_SEMI_COLON - 接口 中的静态变量io.netty.util.ByteProcessor
-
Aborts on a semicolon (';')
.
- findBySubProtocol(String) - 枚举 中的静态方法io.netty.example.stomp.websocket.StompVersion
-
- findNextPositivePowerOfTwo(int) - 类 中的静态方法io.netty.util.internal.MathUtil
-
Fast method of finding the next power of 2 greater than or equal to the supplied value.
- fingerprints(CharSequence...) - 类 中的方法io.netty.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
-
Adds fingerprints.
- fingerprints(Iterable<? extends CharSequence>) - 类 中的方法io.netty.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
-
Adds fingerprints.
- FingerprintTrustManagerFactory - io.netty.handler.ssl.util中的类
-
An TrustManagerFactory
that trusts an X.509 certificate whose hash matches.
- FingerprintTrustManagerFactory(Iterable<String>) - 类 的构造器io.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
- FingerprintTrustManagerFactory(String...) - 类 的构造器io.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
- FingerprintTrustManagerFactory(byte[]...) - 类 的构造器io.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
- FingerprintTrustManagerFactoryBuilder - io.netty.handler.ssl.util中的类
-
- finish() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
-
- finish(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.compression.BrotliEncoder
-
Finish the encoding, close streams and write final
ByteBuf
to the channel.
- finish(Promise<Void>) - 类 中的方法io.netty.util.concurrent.PromiseCombiner
-
Sets the promise to be notified when all combined futures have finished.
- finishAggregation(FullHttpMessage) - 类 中的方法io.netty.handler.codec.http.HttpObjectAggregator
-
- finishAggregation(O) - 类 中的方法io.netty.handler.codec.MessageAggregator
-
Invoked when the specified aggregated
message is about to be passed to the next handler in the pipeline.
- finishAndReleaseAll() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
-
Mark this
Channel
as finished and release all pending message in the inbound and outbound buffer.
- finishConnect() - 类 中的方法com.sun.nio.sctp.SctpChannel
-
- finishConnect() - 类 中的方法io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- finishConnect() - 接口 中的方法io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
Finish connect
- finishConnect() - 类 中的方法io.netty.channel.unix.Socket
-
- finishHandshake(Channel, FullHttpResponse) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- FIRE_EXCEPTION_ON_FAILURE - 接口 中的静态变量io.netty.channel.ChannelFutureListener
-
- fireChannelActive() - 接口 中的方法io.netty.channel.ChannelHandlerContext
-
- fireChannelActive() - 接口 中的方法io.netty.channel.ChannelInboundInvoker
-
A
Channel
is active now, which means it is connected.
- fireChannelActive() - 接口 中的方法io.netty.channel.ChannelPipeline
-
- fireChannelActive() - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- fireChannelInactive() - 接口 中的方法io.netty.channel.ChannelHandlerContext
-
- fireChannelInactive() - 接口 中的方法io.netty.channel.ChannelInboundInvoker
-
A
Channel
is inactive now, which means it is closed.
- fireChannelInactive() - 接口 中的方法io.netty.channel.ChannelPipeline
-
- fireChannelInactive() - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- fireChannelRead(Object) - 接口 中的方法io.netty.channel.ChannelHandlerContext
-
- fireChannelRead(Object) - 接口 中的方法io.netty.channel.ChannelInboundInvoker
-
- fireChannelRead(Object) - 接口 中的方法io.netty.channel.ChannelPipeline
-
- fireChannelRead(Object) - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- fireChannelRead(ChannelHandlerContext, FullHttpMessage, boolean, Http2Stream) - 类 中的方法io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Set final headers and fire a channel read event
- fireChannelReadComplete() - 接口 中的方法io.netty.channel.ChannelHandlerContext
-
- fireChannelReadComplete() - 接口 中的方法io.netty.channel.ChannelInboundInvoker
-
- fireChannelReadComplete() - 接口 中的方法io.netty.channel.ChannelPipeline
-
- fireChannelReadComplete() - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- fireChannelRegistered() - 接口 中的方法io.netty.channel.ChannelHandlerContext
-
- fireChannelRegistered() - 接口 中的方法io.netty.channel.ChannelInboundInvoker
-
- fireChannelRegistered() - 接口 中的方法io.netty.channel.ChannelPipeline
-
- fireChannelRegistered() - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- fireChannelUnregistered() - 接口 中的方法io.netty.channel.ChannelHandlerContext
-
- fireChannelUnregistered() - 接口 中的方法io.netty.channel.ChannelInboundInvoker
-
- fireChannelUnregistered() - 接口 中的方法io.netty.channel.ChannelPipeline
-
- fireChannelUnregistered() - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- fireChannelWritabilityChanged() - 接口 中的方法io.netty.channel.ChannelHandlerContext
-
- fireChannelWritabilityChanged() - 接口 中的方法io.netty.channel.ChannelInboundInvoker
-
- fireChannelWritabilityChanged() - 接口 中的方法io.netty.channel.ChannelPipeline
-
- fireChannelWritabilityChanged() - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- fireExceptionCaught(Throwable) - 接口 中的方法io.netty.channel.ChannelHandlerContext
-
- fireExceptionCaught(Throwable) - 接口 中的方法io.netty.channel.ChannelInboundInvoker
-
A
Channel
received an
Throwable
in one of its inbound operations.
- fireExceptionCaught(Throwable) - 接口 中的方法io.netty.channel.ChannelPipeline
-
- fireExceptionCaught(Throwable) - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- fireUserEventTriggered(Object) - 接口 中的方法io.netty.channel.ChannelHandlerContext
-
- fireUserEventTriggered(Object) - 接口 中的方法io.netty.channel.ChannelInboundInvoker
-
A
Channel
received an user defined event.
- fireUserEventTriggered(Object) - 接口 中的方法io.netty.channel.ChannelPipeline
-
- fireUserEventTriggered(Object) - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- first() - 接口 中的方法io.netty.channel.ChannelPipeline
-
- first() - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- FIRST_ALL_IDLE_STATE_EVENT - 类 中的静态变量io.netty.handler.timeout.IdleStateEvent
-
- FIRST_READER_IDLE_STATE_EVENT - 类 中的静态变量io.netty.handler.timeout.IdleStateEvent
-
- FIRST_WRITER_IDLE_STATE_EVENT - 类 中的静态变量io.netty.handler.timeout.IdleStateEvent
-
- firstContext() - 接口 中的方法io.netty.channel.ChannelPipeline
-
- firstContext() - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- firstValue(QueryStringDecoder, String) - 类 中的静态方法io.netty.example.http2.Http2ExampleUtil
-
- FixedChannelPool - io.netty.channel.pool中的类
-
ChannelPool
implementation that takes another
ChannelPool
implementation and enforce a maximum
number of concurrent connections.
- FixedChannelPool(Bootstrap, ChannelPoolHandler, int) - 类 的构造器io.netty.channel.pool.FixedChannelPool
-
- FixedChannelPool(Bootstrap, ChannelPoolHandler, int, int) - 类 的构造器io.netty.channel.pool.FixedChannelPool
-
- FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int) - 类 的构造器io.netty.channel.pool.FixedChannelPool
-
Creates a new instance.
- FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int, boolean) - 类 的构造器io.netty.channel.pool.FixedChannelPool
-
Creates a new instance.
- FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int, boolean, boolean) - 类 的构造器io.netty.channel.pool.FixedChannelPool
-
Creates a new instance.
- FixedChannelPool.AcquireTimeoutAction - io.netty.channel.pool中的枚举
-
- fixedHeader() - 类 中的方法io.netty.handler.codec.mqtt.MqttMessage
-
- FixedLengthFrameDecoder - io.netty.handler.codec中的类
-
A decoder that splits the received
ByteBuf
s by the fixed number
of bytes.
- FixedLengthFrameDecoder(int) - 类 的构造器io.netty.handler.codec.FixedLengthFrameDecoder
-
Creates a new instance.
- FixedRecvByteBufAllocator - io.netty.channel中的类
-
- FixedRecvByteBufAllocator(int) - 类 的构造器io.netty.channel.FixedRecvByteBufAllocator
-
Creates a new predictor that always returns the same prediction of
the specified buffer size.
- FixedRedisMessagePool - io.netty.handler.codec.redis中的类
-
A default fixed redis message pool.
- FixedRedisMessagePool.RedisErrorKey - io.netty.handler.codec.redis中的枚举
-
- FixedRedisMessagePool.RedisReplyKey - io.netty.handler.codec.redis中的枚举
-
- flags() - 类 中的方法io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
-
- flags() - 接口 中的方法io.netty.handler.codec.dns.DnsOptPseudoRecord
-
- flags() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- flags() - 接口 中的方法io.netty.handler.codec.http2.Http2UnknownFrame
-
- FLOW_CONTROL_ERROR - 类 中的静态变量io.netty.handler.codec.spdy.SpdyStreamStatus
-
7 Flow Control Error
- FlowControlHandler - io.netty.handler.flow中的类
-
- FlowControlHandler() - 类 的构造器io.netty.handler.flow.FlowControlHandler
-
- FlowControlHandler(boolean) - 类 的构造器io.netty.handler.flow.FlowControlHandler
-
- flowController() - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- flowController() - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- flowController() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- flowController() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- flowController() - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the flow controller for this endpoint.
- flowController(F) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Sets the flow controller for this endpoint.
- flowController() - 接口 中的方法io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Provides the local flow controller for managing inbound traffic.
- flowController() - 接口 中的方法io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Provides the remote flow controller for managing outbound traffic.
- flush() - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
-
- flush() - 类 中的方法io.netty.channel.AbstractChannel
-
- flush() - 接口 中的方法io.netty.channel.Channel
-
- flush() - 接口 中的方法io.netty.channel.Channel.Unsafe
-
- flush(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelDuplexHandler
-
- flush() - 接口 中的方法io.netty.channel.ChannelHandlerContext
-
- flush(ChannelHandlerContext) - 接口 中的方法io.netty.channel.ChannelOutboundHandler
-
Called once a flush operation is made.
- flush(ChannelHandlerContext) - 类 中的方法io.netty.channel.ChannelOutboundHandlerAdapter
-
- flush() - 接口 中的方法io.netty.channel.ChannelOutboundInvoker
-
Request to flush all pending messages via this ChannelOutboundInvoker.
- flush() - 接口 中的方法io.netty.channel.ChannelPipeline
-
- flush(ChannelHandlerContext) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
-
- flush() - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- flush() - 接口 中的方法io.netty.channel.group.ChannelGroup
-
- flush(ChannelMatcher) - 接口 中的方法io.netty.channel.group.ChannelGroup
-
- flush() - 类 中的方法io.netty.channel.group.DefaultChannelGroup
-
- flush(ChannelMatcher) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
-
- flush(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.compression.Lz4FrameEncoder
-
- flush(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.compression.ZstdEncoder
-
- flush(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.DatagramPacketEncoder
-
- flush(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http.HttpClientUpgradeHandler
-
- flush(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
-
- FLUSH - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- flush() - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
已过时。
- flush(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
-
- flush(ChannelHandlerContext) - 类 中的方法io.netty.handler.flush.FlushConsolidationHandler
-
- flush(ChannelHandlerContext) - 类 中的方法io.netty.handler.logging.LoggingHandler
-
- flush(ChannelHandlerContext) - 类 中的方法io.netty.handler.proxy.ProxyHandler
-
- flush(ChannelHandlerContext) - 类 中的方法io.netty.handler.ssl.SslClientHelloHandler
-
- flush(ChannelHandlerContext) - 类 中的方法io.netty.handler.ssl.SslHandler
-
- flush(ChannelHandlerContext) - 类 中的方法io.netty.handler.stream.ChunkedWriteHandler
-
- flush0() - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
-
- flush0() - 类 中的方法io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- flushAndWrite(Object) - 接口 中的方法io.netty.channel.group.ChannelGroup
-
- flushAndWrite(Object, ChannelMatcher) - 接口 中的方法io.netty.channel.group.ChannelGroup
-
- flushAndWrite(Object) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
-
- flushAndWrite(Object, ChannelMatcher) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
-
- flushCheckpoint() - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
-
- flushCheckpoint(long) - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
-
- flushCheckpoint() - 类 中的方法io.netty.channel.DefaultChannelPromise
-
- flushCheckpoint(long) - 类 中的方法io.netty.channel.DefaultChannelPromise
-
- FlushConsolidationHandler - io.netty.handler.flush中的类
-
- FlushConsolidationHandler() - 类 的构造器io.netty.handler.flush.FlushConsolidationHandler
-
Create new instance which explicit flush after
256 pending flush
operations at the latest.
- FlushConsolidationHandler(int) - 类 的构造器io.netty.handler.flush.FlushConsolidationHandler
-
Create new instance which doesn't consolidate flushes when no read is in progress.
- FlushConsolidationHandler(int, boolean) - 类 的构造器io.netty.handler.flush.FlushConsolidationHandler
-
Create new instance.
- flushInbound() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
-
Flushes the inbound of this
Channel
.
- flushOutbound() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
-
Flushes the outbound of this
Channel
.
- flushPreface(boolean) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the
Preface
should be automatically flushed when the
Channel
becomes active or not.
- flushPreface() - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the
Preface
should be automatically flushed when the
Channel
becomes active or not.
- flushPreface(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- flushPreface(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- flushPreface(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
已过时。
- flushPreface(boolean) - 类 中的方法io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- FLUSHQ - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- FOOTER - 类 中的静态变量io.netty.example.http2.tiles.Html
-
- forAnyOrigin() - 类 中的静态方法io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Creates a Builder instance with it's origin set to '*'.
- FORBIDDEN - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
-
403 Forbidden
- FORBIDDEN - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
-
403 Forbidden
- FORBIDDEN - 类 中的静态变量io.netty.handler.codec.socksx.v5.Socks5CommandStatus
-
- forceCloseTimeoutMillis() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- forceCloseTimeoutMillis(long) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Close the connection if it was not closed by the server after timeout specified
- forceCloseTimeoutMillis() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- forceCloseTimeoutMillis(long) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Close the connection if it was not closed by the client after timeout specified
- forceCloseTimeoutMillis() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
-
- forceFlush() - 类 中的方法io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- forceFlush() - 接口 中的方法io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
- forceTcpChannel(InetSocketAddress, InetSocketAddress, boolean) - 类 中的方法io.netty.handler.pcap.PcapWriteHandler.Builder
-
Force this handler to write data as if they were TCP packets, with the given connection metadata.
- forceUdpChannel(InetSocketAddress, InetSocketAddress) - 类 中的方法io.netty.handler.pcap.PcapWriteHandler.Builder
-
Force this handler to write data as if they were UDP packets, with the given connection metadata.
- forClient() - 类 中的静态方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Creates a builder for an HTTP/2 client.
- forClient(ChannelHandler) - 类 中的静态方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
已过时。
Creates a builder for an HTTP/2 client.
- forClient() - 类 中的静态方法io.netty.handler.ssl.SslContextBuilder
-
- forEachActiveStream(Http2StreamVisitor) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Connection
-
- forEachActiveStream(Http2FrameStreamVisitor) - 类 中的方法io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
Allows to iterate over all currently active streams.
- forEachActiveStream(Http2StreamVisitor) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection
-
Provide a means of iterating over the collection of active streams.
- forEachByte(ByteProcessor) - 类 中的方法io.netty.buffer.AbstractByteBuf
-
- forEachByte(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.AbstractByteBuf
-
- forEachByte(ByteProcessor) - 类 中的方法io.netty.buffer.ByteBuf
-
Iterates over the readable bytes of this buffer with the specified processor
in ascending order.
- forEachByte(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.ByteBuf
-
Iterates over the specified area of this buffer with the specified processor
in ascending order.
- forEachByte() - 类 中的方法io.netty.buffer.CompositeByteBufSequentialBenchmark
-
- forEachByte(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
-
已过时。
- forEachByte(ByteProcessor) - 类 中的方法io.netty.buffer.EmptyByteBuf
-
- forEachByte(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.EmptyByteBuf
-
- forEachByte(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
-
已过时。
- forEachByte(ByteProcessor) - 类 中的方法io.netty.buffer.SwappedByteBuf
-
已过时。
- forEachByte(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.SwappedByteBuf
-
已过时。
- forEachByte(ByteProcessor) - 类 中的方法io.netty.util.AsciiString
-
Iterates over the readable bytes of this buffer with the specified processor
in ascending order.
- forEachByte(int, int, ByteProcessor) - 类 中的方法io.netty.util.AsciiString
-
Iterates over the specified area of this buffer with the specified processor
in ascending order.
- forEachByteAsc0(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.CompositeByteBuf
-
- forEachByteDesc(ByteProcessor) - 类 中的方法io.netty.buffer.AbstractByteBuf
-
- forEachByteDesc(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.AbstractByteBuf
-
- forEachByteDesc(ByteProcessor) - 类 中的方法io.netty.buffer.ByteBuf
-
Iterates over the readable bytes of this buffer with the specified processor
in descending order.
- forEachByteDesc(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.ByteBuf
-
Iterates over the specified area of this buffer with the specified processor
in descending order.
- forEachByteDesc(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
-
已过时。
- forEachByteDesc(ByteProcessor) - 类 中的方法io.netty.buffer.EmptyByteBuf
-
- forEachByteDesc(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.EmptyByteBuf
-
- forEachByteDesc(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
-
已过时。
- forEachByteDesc(ByteProcessor) - 类 中的方法io.netty.buffer.SwappedByteBuf
-
已过时。
- forEachByteDesc(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.SwappedByteBuf
-
已过时。
- forEachByteDesc(ByteProcessor) - 类 中的方法io.netty.util.AsciiString
-
Iterates over the readable bytes of this buffer with the specified processor
in descending order.
- forEachByteDesc(int, int, ByteProcessor) - 类 中的方法io.netty.util.AsciiString
-
Iterates over the specified area of this buffer with the specified processor
in descending order.
- forEachByteDesc0(int, int, ByteProcessor) - 类 中的方法io.netty.buffer.CompositeByteBuf
-
- forEachFlushedMessage(ChannelOutboundBuffer.MessageProcessor) - 类 中的方法io.netty.channel.ChannelOutboundBuffer
-
- FORM_DATA - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
-
- format(Date) - 类 中的静态方法io.netty.handler.codec.DateFormatter
-
Format a Date
into RFC1123 format
- format(ChannelHandlerContext, String) - 类 中的方法io.netty.handler.logging.LoggingHandler
-
Formats an event and returns the formatted message.
- format(ChannelHandlerContext, String, Object) - 类 中的方法io.netty.handler.logging.LoggingHandler
-
Formats an event and returns the formatted message.
- format(ChannelHandlerContext, String, Object, Object) - 类 中的方法io.netty.handler.logging.LoggingHandler
-
Formats an event and returns the formatted message.
- format(String, Object) - 类 中的静态方法io.netty.util.internal.logging.MessageFormatter
-
Performs single argument substitution for the 'messagePattern' passed as
parameter.
- format(String, Object, Object) - 类 中的静态方法io.netty.util.internal.logging.MessageFormatter
-
Performs a two argument substitution for the 'messagePattern' passed as
parameter.
- formatAddress(byte[]) - 类 中的静态方法io.netty.util.internal.MacAddressUtil
-
- formatHostnameForHttp(InetSocketAddress) - 类 中的静态方法io.netty.handler.codec.http.HttpUtil
-
Formats the host string of an address so it can be used for computing an HTTP component
such as a URL or a Host header
- formatHttpHeaderDateFormat() - 类 中的方法io.netty.handler.codec.DateFormatterBenchmark
-
- formatHttpHeaderDateFormatter() - 类 中的方法io.netty.handler.codec.DateFormatterBenchmark
-
- FormattingTuple - io.netty.util.internal.logging中的类
-
- FormattingTuple(String, Throwable) - 类 的构造器io.netty.util.internal.logging.FormattingTuple
-
- FORMERR - 类 中的静态变量io.netty.handler.codec.dns.DnsResponseCode
-
The 'FormErr' DNS RCODE (1), as defined in
RFC1035.
- forOrigin(String) - 类 中的静态方法io.netty.handler.codec.http.cors.CorsConfigBuilder
-
- forOrigins(String...) - 类 中的静态方法io.netty.handler.codec.http.cors.CorsConfigBuilder
-
- forServer() - 类 中的静态方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Creates a builder for an HTTP/2 server.
- forServer(ChannelHandler) - 类 中的静态方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
已过时。
Creates a builder for an HTTP/2 server.
- forServer(File, File) - 类 中的静态方法io.netty.handler.ssl.SslContextBuilder
-
- forServer(InputStream, InputStream) - 类 中的静态方法io.netty.handler.ssl.SslContextBuilder
-
- forServer(PrivateKey, X509Certificate...) - 类 中的静态方法io.netty.handler.ssl.SslContextBuilder
-
- forServer(PrivateKey, Iterable<? extends X509Certificate>) - 类 中的静态方法io.netty.handler.ssl.SslContextBuilder
-
- forServer(File, File, String) - 类 中的静态方法io.netty.handler.ssl.SslContextBuilder
-
- forServer(InputStream, InputStream, String) - 类 中的静态方法io.netty.handler.ssl.SslContextBuilder
-
- forServer(PrivateKey, String, X509Certificate...) - 类 中的静态方法io.netty.handler.ssl.SslContextBuilder
-
- forServer(PrivateKey, String, Iterable<? extends X509Certificate>) - 类 中的静态方法io.netty.handler.ssl.SslContextBuilder
-
- forServer(KeyManagerFactory) - 类 中的静态方法io.netty.handler.ssl.SslContextBuilder
-
- forServer(KeyManager) - 类 中的静态方法io.netty.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext
with
KeyManager
.
- FOUND - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
-
302 Found
- FRAME_HEADER_LENGTH - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
-
- FRAME_TOO_LARGE - 类 中的静态变量io.netty.handler.codec.spdy.SpdyStreamStatus
-
11 Frame Too Large
- frameListener() - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the listener of inbound frames.
- frameListener(Http2FrameListener) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the listener of inbound frames.
- frameListener(Http2FrameListener) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- frameListener() - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- frameListener(Http2FrameListener) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- frameListener() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- frameListener(Http2FrameListener) - 接口 中的方法io.netty.handler.codec.http2.Http2ConnectionDecoder
-
- frameListener() - 接口 中的方法io.netty.handler.codec.http2.Http2ConnectionDecoder
-
- frameListener(Http2FrameListener) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- frameListener(Http2FrameListener) - 类 中的方法io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- frameLogger() - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the logger that is used for the encoder and decoder.
- frameLogger(Http2FrameLogger) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the logger that is used for the encoder and decoder.
- frameLogger(Http2FrameLogger) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- frameLogger() - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- frameLogger(Http2FrameLogger) - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- frameLogger() - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
已过时。
- frameLogger(Http2FrameLogger) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
已过时。
- frameLogger(Http2FrameLogger) - 类 中的方法io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- frameSizePolicy() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- frameSizePolicy() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- frameSizePolicy() - 接口 中的方法io.netty.handler.codec.http2.Http2FrameReader.Configuration
-
- frameSizePolicy() - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter.Configuration
-
- frameType() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- frameType() - 接口 中的方法io.netty.handler.codec.http2.Http2UnknownFrame
-
- frameWriter() - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- frameWriter() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- frameWriter(Http2FrameWriter) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- frameWriter() - 接口 中的方法io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Provides direct access to the underlying frame writer object.
- frameWriter() - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
-
- frameWriter(Http2FrameWriter) - 接口 中的方法io.netty.handler.codec.http2.Http2LocalFlowController
-
Sets the writer to be use for sending WINDOW_UPDATE
frames.
- free(ByteBuffer) - 类 中的静态方法io.netty.channel.unix.Buffer
-
Free the direct ByteBuffer
.
- freeArray(byte[]) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
-
- freeBytes() - 接口 中的方法io.netty.buffer.PoolChunkMetric
-
Return the number of free bytes in the chunk.
- freeDirect(ByteBuffer) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
-
Free a direct ByteBuffer
- freeDirectBuffer(ByteBuffer) - 类 中的静态方法io.netty.util.internal.PlatformDependent
-
Try to deallocate the specified direct ByteBuffer
.
- freeDirectNoCleaner(ByteBuffer) - 类 中的静态方法io.netty.util.internal.PlatformDependent
-
- freeMemory(long) - 类 中的静态方法io.netty.util.internal.PlatformDependent
-
- freeThreadLocalCache() - 类 中的方法io.netty.buffer.PooledByteBufAllocator
-
- freezeTime() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
-
Freeze the clock of this channel's event loop.
- FRIDAY_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.DayOfWeek
-
FRIDAY = 6;
- from(String) - 类 中的静态方法io.netty.channel.unix.FileDescriptor
-
- from(File) - 类 中的静态方法io.netty.channel.unix.FileDescriptor
-
- FROM - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
-
"from"
- FROM - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
-
已过时。
"From"
- from(int) - 类 中的静态方法io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
-
- FROM - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
-
"from"
- FROM - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
-
已过时。
"From"
- fromByte(byte) - 枚举 中的静态方法io.netty.handler.codec.socks.SocksAddressType
-
- fromByte(byte) - 枚举 中的静态方法io.netty.handler.codec.socks.SocksAuthScheme
-
- fromByte(byte) - 枚举 中的静态方法io.netty.handler.codec.socks.SocksAuthStatus
-
- fromByte(byte) - 枚举 中的静态方法io.netty.handler.codec.socks.SocksCmdStatus
-
- fromByte(byte) - 枚举 中的静态方法io.netty.handler.codec.socks.SocksCmdType
-
- fromByte(byte) - 枚举 中的静态方法io.netty.handler.codec.socks.SocksProtocolVersion
-
- fromByte(byte) - 枚举 中的静态方法io.netty.handler.codec.socks.SocksSubnegotiationVersion
-
- fromProtocolNameAndLevel(String, byte) - 枚举 中的静态方法io.netty.handler.codec.mqtt.MqttVersion
-
- FullBinaryMemcacheRequest - io.netty.handler.codec.memcache.binary中的接口
-
- FullBinaryMemcacheResponse - io.netty.handler.codec.memcache.binary中的接口
-
- FullBulkStringRedisMessage - io.netty.handler.codec.redis中的类
-
An aggregated bulk string of
RESP.
- FullBulkStringRedisMessage(ByteBuf) - 类 的构造器io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
- FullHttpMessage - io.netty.handler.codec.http中的接口
-
- FullHttpRequest - io.netty.handler.codec.http中的接口
-
- FullHttpResponse - io.netty.handler.codec.http中的接口
-
- FullMemcacheMessage - io.netty.handler.codec.memcache中的接口
-
- Future<V> - io.netty.util.concurrent中的接口
-
The result of an asynchronous operation.
- FutureListener<V> - io.netty.util.concurrent中的接口
-
- futureListenerStackDepth() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
-