- takeTask() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
-
Take the next Runnable
from the task queue and so will block if no task is currently present.
- targetContentEncoding() - 类 中的方法io.netty.handler.codec.http.HttpContentEncoder.Result
-
- task() - 接口 中的方法io.netty.util.Timeout
-
Returns the
TimerTask
which is associated with this handle.
- TCP - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
-
"TCP"
- TCP_CORK - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
-
- TCP_DEFER_ACCEPT - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
-
- TCP_FASTOPEN - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
-
- TCP_KEEPCNT - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
-
- TCP_KEEPIDLE - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
-
- TCP_KEEPINTVL - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
-
- TCP_MD5SIG - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
-
- TCP_MD5SIG_MAXKEYLEN - 类 中的静态变量io.netty.channel.epoll.Native
-
- TCP_NODELAY - 类 中的静态变量io.netty.channel.ChannelOption
-
- TCP_NOTSENT_LOWAT - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
-
- TCP_QUICKACK - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
-
- TCP_USER_TIMEOUT - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
-
- tcpInfo() - 类 中的方法io.netty.channel.epoll.EpollSocketChannel
-
Returns the TCP_INFO
for the current socket.
- tcpInfo(EpollTcpInfo) - 类 中的方法io.netty.channel.epoll.EpollSocketChannel
-
Updates and returns the TCP_INFO
for the current socket.
- tcpInfo(int, EpollTcpInfo) - 类 中的静态方法io.netty.channel.epoll.Native
-
- TE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
-
"TE"
- TEARDOWN - 类 中的静态变量io.netty.handler.codec.rtsp.RtspMethods
-
The TEARDOWN request stops the stream delivery for the given URI,
freeing the resources associated with it.
- TelnetClient - io.netty.example.telnet中的类
-
Simplistic telnet client.
- TelnetClient() - 类 的构造器io.netty.example.telnet.TelnetClient
-
- TelnetClientHandler - io.netty.example.telnet中的类
-
Handles a client-side channel.
- TelnetClientHandler() - 类 的构造器io.netty.example.telnet.TelnetClientHandler
-
- TelnetClientInitializer - io.netty.example.telnet中的类
-
- TelnetClientInitializer(SslContext) - 类 的构造器io.netty.example.telnet.TelnetClientInitializer
-
- TelnetServer - io.netty.example.telnet中的类
-
Simplistic telnet server.
- TelnetServer() - 类 的构造器io.netty.example.telnet.TelnetServer
-
- TelnetServerHandler - io.netty.example.telnet中的类
-
Handles a server-side channel.
- TelnetServerHandler() - 类 的构造器io.netty.example.telnet.TelnetServerHandler
-
- TelnetServerInitializer - io.netty.example.telnet中的类
-
- TelnetServerInitializer(SslContext) - 类 的构造器io.netty.example.telnet.TelnetServerInitializer
-
- TEMPORARY_REDIRECT - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
-
307 Temporary Redirect (since HTTP/1.1)
- terminationFuture() - 类 中的方法io.netty.channel.ThreadPerChannelEventLoopGroup
-
- terminationFuture() - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
-
Returns the
Future
which is notified when this executor has been terminated.
- terminationFuture() - 类 中的方法io.netty.util.concurrent.GlobalEventExecutor
-
- terminationFuture() - 类 中的方法io.netty.util.concurrent.ImmediateEventExecutor
-
- terminationFuture() - 类 中的方法io.netty.util.concurrent.MultithreadEventExecutorGroup
-
- terminationFuture() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
-
- terminationFuture() - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- text() - 类 中的方法io.netty.handler.codec.http.HttpVersion
-
Returns the full protocol version text such as "HTTP/1.0"
.
- text() - 类 中的方法io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Returns the text data in this frame
- text() - 类 中的方法io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Returns the text data in this frame
- TextWebSocketFrame - io.netty.handler.codec.http.websocketx中的类
-
Web Socket text frame with assumed UTF-8 encoding
- TextWebSocketFrame() - 类 的构造器io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new empty text frame.
- TextWebSocketFrame(String) - 类 的构造器io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified text string.
- TextWebSocketFrame(ByteBuf) - 类 的构造器io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified binary data.
- TextWebSocketFrame(boolean, int, String) - 类 的构造器io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified text string.
- TextWebSocketFrame(boolean, int, ByteBuf) - 类 的构造器io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified binary data.
- ThreadDeathWatcher - io.netty.util中的类
-
已过时。
will be removed in the next major release
- threadGroup - 类 中的变量io.netty.util.concurrent.DefaultThreadFactory
-
- threadLocalDirectBuffer() - 类 中的静态方法io.netty.buffer.ByteBufUtil
-
Returns a cached thread-local direct buffer, if available.
- threadLocalMap() - 类 中的方法io.netty.util.concurrent.FastThreadLocalThread
-
Returns the internal data structure that keeps the thread-local variables bound to this thread.
- ThreadLocalMarshallerProvider - io.netty.handler.codec.marshalling中的类
-
UnmarshallerProvider
implementation which use a
ThreadLocal
to store references
to
Marshaller
instances.
- ThreadLocalMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - 类 的构造器io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
-
- threadLocalRandom() - 类 中的静态方法io.netty.util.internal.PlatformDependent
-
Return a Random
which is not-threadsafe and so can only be used from the same thread.
- ThreadLocalRandom - io.netty.util.internal中的类
-
A random number generator isolated to the current thread.
- ThreadLocalUnmarshallerProvider - io.netty.handler.codec.marshalling中的类
-
UnmarshallerProvider
implementation which use a
ThreadLocal
to store references
to
Unmarshaller
instances.
- ThreadLocalUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - 类 的构造器io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
-
- ThreadPerChannelEventLoop - io.netty.channel中的类
-
- ThreadPerChannelEventLoop(ThreadPerChannelEventLoopGroup) - 类 的构造器io.netty.channel.ThreadPerChannelEventLoop
-
- ThreadPerChannelEventLoopGroup - io.netty.channel中的类
-
- ThreadPerChannelEventLoopGroup() - 类 的构造器io.netty.channel.ThreadPerChannelEventLoopGroup
-
- ThreadPerChannelEventLoopGroup(int) - 类 的构造器io.netty.channel.ThreadPerChannelEventLoopGroup
-
- ThreadPerChannelEventLoopGroup(int, ThreadFactory, Object...) - 类 的构造器io.netty.channel.ThreadPerChannelEventLoopGroup
-
- threadProperties() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
-
- ThreadProperties - io.netty.util.concurrent中的接口
-
Expose details for a Thread
.
- ThrowableUtil - io.netty.util.internal中的类
-
- throwException(Throwable) - 类 中的静态方法io.netty.util.internal.PlatformDependent
-
Raises an exception bypassing compiler checks for checked exceptions.
- THURSDAY_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.DayOfWeek
-
THURSDAY = 5;
- TICKET_KEY_SIZE - 类 中的静态变量io.netty.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticker key
- TICKET_KEY_SIZE - 类 中的静态变量io.netty.internal.tcnative.SessionTicketKey
-
Size of session ticket key
- ticketKeyFail() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of times a client presented a ticket that did not match any key in the list.
- ticketKeyNew() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of times a client did not present a ticket and we issued a new one
- ticketKeyRenew() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of times a client presented a ticket derived from an older key,
and we upgraded to the primary key.
- ticketKeyResume() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of times a client presented a ticket derived from the primary key.
- TIME - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
-
"time"
- TIMEOUT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
-
"timeout"
- Timeout - io.netty.util中的接口
-
- TimeoutException - io.netty.handler.timeout中的异常错误
-
A
TimeoutException
when no data was either read or written within a
certain period of time.
- timeouts() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of sessions proposed by clients and either found in the internal or external session cache
in server mode, but that were invalid due to timeout.
- timer() - 接口 中的方法io.netty.util.Timeout
-
Returns the
Timer
that created this handle.
- Timer - io.netty.util中的接口
-
Schedules
TimerTask
s for one-time future execution in a background
thread.
- TimerTask - io.netty.util中的接口
-
- TIMESTAMP - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
-
"Timestamp"
- tinyCacheSize() - 类 中的方法io.netty.buffer.PooledByteBufAllocator
-
- tinyCacheSize() - 类 中的方法io.netty.buffer.PooledByteBufAllocatorMetric
-
Return the size of the tiny cache.
- tinySubpages() - 接口 中的方法io.netty.buffer.PoolArenaMetric
-
- TLS_CT_DSS_FIXED_DH - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
- TLS_CT_DSS_SIGN - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
- TLS_CT_ECDSA_FIXED_ECDH - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
- TLS_CT_ECDSA_SIGN - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
- TLS_CT_RSA_FIXED_DH - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
- TLS_CT_RSA_FIXED_ECDH - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
- TLS_CT_RSA_SIGN - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
The types contained in the keyTypeBytes
array.
- tlvs() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyMessage
-
Returns a list of
HAProxyTLV
or an empty list if no TLVs are present.
- tmpdir() - 类 中的静态方法io.netty.util.internal.PlatformDependent
-
Returns the temporary directory.
- toAddressString(InetAddress) - 类 中的静态方法io.netty.util.NetUtil
-
Returns the String
representation of an InetAddress
.
- toAddressString(InetAddress, boolean) - 类 中的静态方法io.netty.util.NetUtil
-
Returns the String
representation of an InetAddress
.
- toArray() - 类 中的方法io.netty.channel.group.DefaultChannelGroup
-
- toArray(T[]) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
-
- toBuilder() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
-
- toBuilder() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
-
- toBuilder() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
-
- toBuilder() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
-
- toByteIndex(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
-
- toComponentIndex(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
-
Return the index for the given offset
- toHexString(byte[]) - 类 中的静态方法io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexString(byte[], int, int) - 类 中的静态方法io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexString(T, byte[]) - 类 中的静态方法io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value and appends it to the specified buffer.
- toHexString(T, byte[], int, int) - 类 中的静态方法io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value and appends it to the specified buffer.
- toHexStringPadded(byte[]) - 类 中的静态方法io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexStringPadded(byte[], int, int) - 类 中的静态方法io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexStringPadded(T, byte[]) - 类 中的静态方法io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value and appends it to the specified buffer.
- toHexStringPadded(T, byte[], int, int) - 类 中的静态方法io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value and appends it to the specified buffer.
- toHintString() - 接口 中的方法io.netty.util.ResourceLeakHint
-
Returns a human-readable message that potentially enables easier resource leak tracking.
- toHttpHeaderValue() - 枚举 中的方法io.netty.handler.codec.http.websocketx.WebSocketVersion
-
- toLeakAwareBuffer(ByteBuf) - 类 中的静态方法io.netty.buffer.AbstractByteBufAllocator
-
- toLeakAwareBuffer(CompositeByteBuf) - 类 中的静态方法io.netty.buffer.AbstractByteBufAllocator
-
- toMap() - 接口 中的方法io.netty.channel.ChannelPipeline
-
Converts this pipeline into an ordered Map
whose keys are
handler names and whose values are handlers.
- toMap() - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- TOO_MANY_REQUESTS - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
-
429 Too Many Requests (RFC6585)
- TooLongFrameException - io.netty.handler.codec中的异常错误
-
An
DecoderException
which is thrown when the length of the frame
decoded is greater than the allowed maximum.
- TooLongFrameException() - 异常错误 的构造器io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(String) - 异常错误 的构造器io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(Throwable) - 异常错误 的构造器io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- toPoolName(Class<?>) - 类 中的静态方法io.netty.util.concurrent.DefaultThreadFactory
-
- toSocketAddressString(InetSocketAddress) - 类 中的静态方法io.netty.util.NetUtil
-
Returns the String
representation of an InetSocketAddress
.
- toSocketAddressString(String, int) - 类 中的静态方法io.netty.util.NetUtil
-
Returns the String
representation of a host port combo.
- toString() - 类 中的方法io.netty.bootstrap.AbstractBootstrap
-
- toString() - 类 中的方法io.netty.bootstrap.Bootstrap
-
- toString() - 类 中的方法io.netty.bootstrap.ServerBootstrap
-
- toString(Charset) - 类 中的方法io.netty.buffer.AbstractByteBuf
-
- toString(int, int, Charset) - 类 中的方法io.netty.buffer.AbstractByteBuf
-
- toString() - 类 中的方法io.netty.buffer.AbstractByteBuf
-
- toString() - 类 中的方法io.netty.buffer.AbstractByteBufAllocator
-
- toString(Charset) - 类 中的方法io.netty.buffer.ByteBuf
-
Decodes this buffer's readable bytes into a string with the specified
character set name.
- toString(int, int, Charset) - 类 中的方法io.netty.buffer.ByteBuf
-
Decodes this buffer's sub-region into a string with the specified
character set.
- toString() - 类 中的方法io.netty.buffer.ByteBuf
-
Returns the string representation of this buffer.
- toString() - 类 中的方法io.netty.buffer.CompositeByteBuf
-
- toString() - 类 中的方法io.netty.buffer.DefaultByteBufHolder
-
- toString(Charset) - 类 中的方法io.netty.buffer.EmptyByteBuf
-
- toString(int, int, Charset) - 类 中的方法io.netty.buffer.EmptyByteBuf
-
- toString() - 类 中的方法io.netty.buffer.EmptyByteBuf
-
- toString() - 类 中的方法io.netty.buffer.PooledByteBufAllocatorMetric
-
- toString(Charset) - 类 中的方法io.netty.buffer.SwappedByteBuf
-
- toString(int, int, Charset) - 类 中的方法io.netty.buffer.SwappedByteBuf
-
- toString() - 类 中的方法io.netty.buffer.SwappedByteBuf
-
- toString() - 类 中的方法io.netty.channel.AbstractChannel
-
Returns the String
representation of this channel.
- toString() - 类 中的方法io.netty.channel.DefaultAddressedEnvelope
-
- toString() - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
Returns the String
representation of this pipeline.
- toString() - 类 中的方法io.netty.channel.group.DefaultChannelGroup
-
- toString() - 类 中的方法io.netty.channel.local.LocalAddress
-
- toString() - 类 中的方法io.netty.channel.sctp.SctpMessage
-
- toString() - 类 中的方法io.netty.channel.unix.DomainSocketAddress
-
- toString() - 类 中的方法io.netty.channel.unix.FileDescriptor
-
- toString() - 类 中的方法io.netty.channel.unix.PeerCredentials
-
- toString() - 类 中的方法io.netty.channel.unix.Socket
-
- toString() - 类 中的方法io.netty.handler.codec.DecoderResult
-
- toString() - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
-
- toString() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
-
- toString() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
-
- toString() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpResponse
-
- toString() - 类 中的方法io.netty.handler.codec.http.DefaultHttpContent
-
- toString() - 类 中的方法io.netty.handler.codec.http.DefaultHttpRequest
-
- toString() - 类 中的方法io.netty.handler.codec.http.DefaultHttpResponse
-
- toString() - 类 中的方法io.netty.handler.codec.http.DefaultLastHttpContent
-
- toString() - 类 中的方法io.netty.handler.codec.http.HttpMethod
-
- toString() - 类 中的方法io.netty.handler.codec.http.HttpResponseStatus
-
- toString() - 类 中的方法io.netty.handler.codec.http.HttpVersion
-
Returns the full protocol version text such as "HTTP/1.0"
.
- toString() - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
-
- toString() - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
-
- toString() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
-
- toString() - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- toString() - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
-
- toString() - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
-
- toString() - 类 中的方法io.netty.handler.codec.http.QueryStringDecoder
-
- toString() - 类 中的方法io.netty.handler.codec.http.QueryStringEncoder
-
- toString() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketFrame
-
- toString() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- toString() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
-
- toString() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
- toString() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyPingFrame
-
- toString() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
-
- toString() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- toString() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
-
- toString() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
- toString() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
-
- toString() - 类 中的方法io.netty.handler.codec.spdy.SpdySessionStatus
-
- toString() - 类 中的方法io.netty.handler.codec.spdy.SpdyStreamStatus
-
- toString() - 类 中的方法io.netty.handler.ssl.PemX509Certificate
-
- toString() - 类 中的方法io.netty.handler.ssl.SslCompletionEvent
-
- toString() - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- toString() - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- toString() - 类 中的方法io.netty.handler.traffic.TrafficCounter
-
- toString() - 类 中的方法io.netty.util.collection.IntObjectHashMap
-
- toString() - 类 中的方法io.netty.util.concurrent.DefaultPromise
-
- toString() - 类 中的方法io.netty.util.DomainNameMapping
-
- toString() - 类 中的方法io.netty.util.internal.AppendableCharSequence
-
- toString() - 类 中的方法io.netty.util.internal.logging.AbstractInternalLogger
-
- toString() - 错误 中的方法io.netty.util.Signal
-
- toString() - 类 中的方法io.netty.util.UniqueName
-
已过时。
- toString() - 类 中的方法io.netty.util.Version
-
- toStringBuilder() - 类 中的方法io.netty.util.concurrent.DefaultPromise
-
- totalPendingWriteBytes() - 类 中的方法io.netty.channel.ChannelOutboundBuffer
-
- totalRetrans() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
-
- toUri() - 类 中的方法io.netty.handler.codec.http.QueryStringEncoder
-
- TRACE - 类 中的静态变量io.netty.handler.codec.http.HttpMethod
-
The TRACE getMethod is used to invoke a remote, application-layer loop- back of the request
message.
- trace(String) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
-
Log a message at the TRACE level.
- trace(String, Object) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
-
Log a message at the TRACE level according to the specified format
and argument.
- trace(String, Object, Object) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
-
Log a message at the TRACE level according to the specified format
and arguments.
- trace(String, Object...) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
-
Log a message at the TRACE level according to the specified format
and arguments.
- trace(String, Throwable) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the TRACE level with an
accompanying message.
- track(T) - 类 中的方法io.netty.util.ResourceLeakDetector
-
- trafficCounter - 类 中的变量io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Traffic Counter
- trafficCounter() - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- TrafficCounter - io.netty.handler.traffic中的类
-
Counts the number of read and written bytes for rate-limiting traffic.
- TrafficCounter(ScheduledExecutorService, String, long) - 类 的构造器io.netty.handler.traffic.TrafficCounter
-
Constructor with the
AbstractTrafficShapingHandler
that hosts it, the
ScheduledExecutorService
to use, its name, the checkInterval between two computations in milliseconds.
- TrafficCounter(AbstractTrafficShapingHandler, ScheduledExecutorService, String, long) - 类 的构造器io.netty.handler.traffic.TrafficCounter
-
Constructor with the
AbstractTrafficShapingHandler
that hosts it, the Timer to use, its
name, the checkInterval between two computations in millisecond.
- TRAILER - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
-
"Trailer"
- TRAILERS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
-
"trailers"
- trailingHeaders() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
-
- trailingHeaders() - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpResponse
-
- trailingHeaders() - 类 中的方法io.netty.handler.codec.http.DefaultLastHttpContent
-
- trailingHeaders() - 接口 中的方法io.netty.handler.codec.http.LastHttpContent
-
- TRANSFER_ENCODING - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
-
"Transfer-Encoding"
- transfered() - 类 中的方法io.netty.channel.DefaultFileRegion
-
- transfered() - 接口 中的方法io.netty.channel.FileRegion
-
Return the bytes which was transfered already
- transferredBytes() - 类 中的方法io.netty.handler.stream.ChunkedNioStream
-
Returns the number of transferred bytes.
- transferredBytes() - 类 中的方法io.netty.handler.stream.ChunkedStream
-
Returns the number of transferred bytes.
- transferTo(WritableByteChannel, long) - 类 中的方法io.netty.channel.DefaultFileRegion
-
- transferTo(WritableByteChannel, long) - 接口 中的方法io.netty.channel.FileRegion
-
Transfers the content of this file region to the specified channel.
- TRANSPORT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
-
"Transport"
- transportProtocol() - 枚举 中的方法io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
- trustManager(File) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate.
- trustManager(InputStream) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate.
- trustManager(X509Certificate...) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate, null
uses the system default.
- trustManager(TrustManagerFactory) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
-
Trusted manager for verifying the remote endpoint's certificate.
- tryCancel(Promise<?>, InternalLogger) - 类 中的静态方法io.netty.util.internal.PromiseNotificationUtil
-
Try to cancel the
Promise
and log if
logger
is not
null
in case this fails.
- tryFailure(Throwable) - 类 中的方法io.netty.util.concurrent.DefaultPromise
-
- tryFailure(Throwable) - 接口 中的方法io.netty.util.concurrent.Promise
-
Marks this future as a failure and notifies all
listeners.
- tryFailure(Promise<?>, Throwable, InternalLogger) - 类 中的静态方法io.netty.util.internal.PromiseNotificationUtil
-
Try to mark the
Promise
as failure and log if
logger
is not
null
in case this fails.
- tryProgress(long, long) - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
-
- tryProgress(long, long) - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
-
- trySetAccessible(AccessibleObject, boolean) - 类 中的静态方法io.netty.util.internal.ReflectionUtil
-
Try to call AccessibleObject.setAccessible(boolean)
but will catch any SecurityException
and
java.lang.reflect.InaccessibleObjectException
and return it.
- trySuccess() - 接口 中的方法io.netty.channel.ChannelPromise
-
- trySuccess() - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
-
- trySuccess() - 类 中的方法io.netty.channel.DefaultChannelPromise
-
- trySuccess(V) - 类 中的方法io.netty.util.concurrent.DefaultPromise
-
- trySuccess(V) - 接口 中的方法io.netty.util.concurrent.Promise
-
Marks this future as a success and notifies all
listeners.
- trySuccess(Promise<? super V>, V, InternalLogger) - 类 中的静态方法io.netty.util.internal.PromiseNotificationUtil
-
Try to mark the
Promise
as success and log if
logger
is not
null
in case this fails.
- TTL - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
-
"ttl"
- TUESDAY_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.DayOfWeek
-
TUESDAY = 3;
- type() - 类 中的方法io.netty.channel.udt.nio.NioUdtProvider
-
已过时。
UDT Socket Type.
- type() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyTLV
-
- type() - 类 中的方法io.netty.handler.codec.socks.SocksMessage
-
- typeByteValue() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyTLV
-
Returns the type of the TLV as byte
- typeForByteValue(byte) - 枚举 中的静态方法io.netty.handler.codec.haproxy.HAProxyTLV.Type
-
- TypeParameterMatcher - io.netty.util.internal中的类
-
- typeParameterMatcherFindCache() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
-
- typeParameterMatcherGetCache() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
-