Netty 3.10.5.Final(build 2016/02/27)
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

T

TCP - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"TCP"
TE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"TE"
TEARDOWN - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspMethods
The TEARDOWN request stops the stream delivery for the given URI, freeing the resources associated with it.
TelnetClient - org.jboss.netty.example.telnet中的类
Simplistic telnet client.
TelnetClient() - 类 的构造器org.jboss.netty.example.telnet.TelnetClient
 
TelnetClientHandler - org.jboss.netty.example.telnet中的类
Handles a client-side channel.
TelnetClientHandler() - 类 的构造器org.jboss.netty.example.telnet.TelnetClientHandler
 
TelnetClientPipelineFactory - org.jboss.netty.example.telnet中的类
Creates a newly configured ChannelPipeline for a new channel.
TelnetClientPipelineFactory(SslContext) - 类 的构造器org.jboss.netty.example.telnet.TelnetClientPipelineFactory
 
TelnetServer - org.jboss.netty.example.telnet中的类
Simplistic telnet server.
TelnetServer() - 类 的构造器org.jboss.netty.example.telnet.TelnetServer
 
TelnetServerHandler - org.jboss.netty.example.telnet中的类
Handles a server-side channel.
TelnetServerHandler() - 类 的构造器org.jboss.netty.example.telnet.TelnetServerHandler
 
TelnetServerPipelineFactory - org.jboss.netty.example.telnet中的类
Creates a newly configured ChannelPipeline for a new channel.
TelnetServerPipelineFactory(SslContext) - 类 的构造器org.jboss.netty.example.telnet.TelnetServerPipelineFactory
 
TEMPORARY_REDIRECT - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
307 Temporary Redirect (since HTTP/1.1)
terminate(Executor...) - 类 中的静态方法org.jboss.netty.util.internal.ExecutorUtil
Shuts down the specified executors.
terminate(ThreadLocal<Executor>, Executor...) - 类 中的静态方法org.jboss.netty.util.internal.ExecutorUtil
Shuts down the specified executors using the given ThreadLocal to check if there is a deadlock
terminated() - 类 中的方法org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor
 
TextWebSocketFrame - org.jboss.netty.handler.codec.http.websocketx中的类
Web Socket text frame with assumed UTF-8 encoding
TextWebSocketFrame() - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new empty text frame.
TextWebSocketFrame(String) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified text string.
TextWebSocketFrame(ChannelBuffer) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified binary data.
TextWebSocketFrame(boolean, int, String) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified text string.
TextWebSocketFrame(boolean, int, ChannelBuffer) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified binary data.
ThreadLocalBoolean - org.jboss.netty.util.internal中的类
 
ThreadLocalBoolean() - 类 的构造器org.jboss.netty.util.internal.ThreadLocalBoolean
 
ThreadLocalBoolean(boolean) - 类 的构造器org.jboss.netty.util.internal.ThreadLocalBoolean
 
ThreadLocalMarshallerProvider - org.jboss.netty.handler.codec.marshalling中的类
UnmarshallerProvider implementation which use a ThreadLocal to store references to Marshaller instances.
ThreadLocalMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - 类 的构造器org.jboss.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
Create a new instance of the ThreadLocalMarshallerProvider
ThreadLocalRandom - org.jboss.netty.util.internal中的类
A random number generator isolated to the current thread.
ThreadLocalRandom() - 类 的构造器org.jboss.netty.util.internal.ThreadLocalRandom
 
ThreadLocalUnmarshallerProvider - org.jboss.netty.handler.codec.marshalling中的类
UnmarshallerProvider implementation which use a ThreadLocal to store references to Unmarshaller instances.
ThreadLocalUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - 类 的构造器org.jboss.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
Create a new instance of the ThreadLocalUnmarshallerProvider
ThreadNameDeterminer - org.jboss.netty.util中的接口
Overrides the thread name proposed by ThreadRenamingRunnable.
ThreadRenamingRunnable - org.jboss.netty.util中的类
A Runnable that changes the current thread name and reverts it back when its execution ends.
ThreadRenamingRunnable(Runnable, String, ThreadNameDeterminer) - 类 的构造器org.jboss.netty.util.ThreadRenamingRunnable
Creates a new instance which wraps the specified runnable and changes the thread name to the specified thread name when the specified runnable is running.
ThreadRenamingRunnable(Runnable, String) - 类 的构造器org.jboss.netty.util.ThreadRenamingRunnable
 
THURSDAY_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
THURSDAY = 5;
TIME - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"time"
TIMEOUT - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"timeout"
Timeout - org.jboss.netty.util中的接口
A handle associated with a TimerTask that is returned by a Timer.
TimeoutException - org.jboss.netty.handler.timeout中的异常错误
A TimeoutException when no data was either read or written within a certain period of time.
TimeoutException() - 异常错误 的构造器org.jboss.netty.handler.timeout.TimeoutException
Creates a new instance.
TimeoutException(String, Throwable) - 异常错误 的构造器org.jboss.netty.handler.timeout.TimeoutException
Creates a new instance.
TimeoutException(String) - 异常错误 的构造器org.jboss.netty.handler.timeout.TimeoutException
Creates a new instance.
TimeoutException(Throwable) - 异常错误 的构造器org.jboss.netty.handler.timeout.TimeoutException
Creates a new instance.
timeouts() - 类 中的方法org.jboss.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 - 类 中的变量org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Timer associated to any TrafficCounter
Timer - org.jboss.netty.util中的接口
Schedules TimerTasks for one-time future execution in a background thread.
TimerTask - org.jboss.netty.util中的接口
A task which is executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).
TIMESTAMP - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Timestamp"
toAddressString(InetAddress) - 类 中的静态方法org.jboss.netty.util.NetUtil
Returns the String representation of an InetAddress.
toAddressString(InetAddress, boolean) - 类 中的静态方法org.jboss.netty.util.NetUtil
Returns the String representation of an InetAddress.
toArray() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
toArray(T[]) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
toBoolean(Object) - 类 中的静态方法org.jboss.netty.util.internal.ConversionUtil
Converts the specified object into a boolean.
toBuilder() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
 
toBuilder() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
 
toBuilder() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Location
 
toBuilder() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
 
toByteBuffer() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
toByteBuffer(int, int) - 类 中的方法org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
toByteBuffer() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Converts this buffer's readable bytes into a NIO buffer.
toByteBuffer(int, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Converts this buffer's sub-region into a NIO buffer.
toByteBuffer(int, int) - 类 中的方法org.jboss.netty.buffer.CompositeChannelBuffer
 
toByteBuffer(int, int) - 类 中的方法org.jboss.netty.buffer.DuplicatedChannelBuffer
 
toByteBuffer(int, int) - 类 中的方法org.jboss.netty.buffer.DynamicChannelBuffer
 
toByteBuffer(int, int) - 类 中的方法org.jboss.netty.buffer.HeapChannelBuffer
 
toByteBuffer(int, int) - 类 中的方法org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
toByteBuffer(int, int) - 类 中的方法org.jboss.netty.buffer.SlicedChannelBuffer
 
toByteBuffer(int, int) - 类 中的方法org.jboss.netty.buffer.TruncatedChannelBuffer
 
toByteBuffers() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
toByteBuffers(int, int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
toByteBuffers() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Converts this buffer's readable bytes into an array of NIO buffers.
toByteBuffers(int, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Converts this buffer's sub-region into an array of NIO buffers.
toByteBuffers(int, int) - 类 中的方法org.jboss.netty.buffer.CompositeChannelBuffer
 
toByteBuffers(int, int) - 类 中的方法org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
toChannelBuffer() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
toHttpHeaderValue() - 枚举 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketVersion
 
toInt(Object) - 类 中的静态方法org.jboss.netty.util.internal.ConversionUtil
Converts the specified object into an integer.
toMap() - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Converts this pipeline into an ordered Map whose keys are handler names and whose values are handlers.
toMap() - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
TOO_MANY_REQUESTS - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
429 Too Many Requests (RFC6585)
TooLongFrameException - org.jboss.netty.handler.codec.frame中的异常错误
An Exception which is thrown when the length of the frame decoded is greater than the maximum.
TooLongFrameException() - 异常错误 的构造器org.jboss.netty.handler.codec.frame.TooLongFrameException
Creates a new instance.
TooLongFrameException(String, Throwable) - 异常错误 的构造器org.jboss.netty.handler.codec.frame.TooLongFrameException
Creates a new instance.
TooLongFrameException(String) - 异常错误 的构造器org.jboss.netty.handler.codec.frame.TooLongFrameException
Creates a new instance.
TooLongFrameException(Throwable) - 异常错误 的构造器org.jboss.netty.handler.codec.frame.TooLongFrameException
Creates a new instance.
toString(Charset) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
toString(int, int, Charset) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
toString() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
toString(Charset) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Decodes this buffer's readable bytes into a string with the specified character set name.
toString(int, int, Charset) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Decodes this buffer's sub-region into a string with the specified character set.
toString() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Returns the string representation of this buffer.
toString() - 类 中的方法org.jboss.netty.buffer.CompositeChannelBuffer
 
toString() - 类 中的方法org.jboss.netty.channel.AbstractChannel
Returns the String representation of this channel.
toString() - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
Returns the String representation of this pipeline.
toString() - 类 中的方法org.jboss.netty.channel.DefaultChildChannelStateEvent
 
toString() - 类 中的方法org.jboss.netty.channel.DefaultExceptionEvent
 
toString() - 类 中的方法org.jboss.netty.channel.DefaultWriteCompletionEvent
 
toString() - 类 中的方法org.jboss.netty.channel.DownstreamChannelStateEvent
 
toString() - 类 中的方法org.jboss.netty.channel.DownstreamMessageEvent
 
toString() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
toString() - 类 中的方法org.jboss.netty.channel.local.LocalAddress
 
toString() - 类 中的方法org.jboss.netty.channel.UpstreamChannelStateEvent
 
toString() - 类 中的方法org.jboss.netty.channel.UpstreamMessageEvent
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpMessage
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpRequest
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpResponse
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.HttpMethod
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.HttpResponseStatus
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.HttpVersion
Returns the full protocol version text such as "HTTP/1.0".
toString() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DiskFileUpload
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MemoryFileUpload
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.QueryStringEncoder
Returns the URL-encoded URI which was created from the path string specified in the constructor and the parameters added by QueryStringEncoder.addParam(String, String) method.
toString() - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
toString() - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdySessionStatus
 
toString() - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyStreamStatus
 
toString() - 类 中的方法org.jboss.netty.handler.ipfilter.CIDR
 
toString() - 类 中的方法org.jboss.netty.handler.ipfilter.IpSubnet
 
toString() - 类 中的方法org.jboss.netty.handler.ipfilter.IpV4Subnet
 
toString() - 类 中的方法org.jboss.netty.handler.timeout.DefaultIdleStateEvent
 
toString() - 类 中的方法org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
toString() - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
toString() - 类 中的方法org.jboss.netty.handler.traffic.TrafficCounter
String information
toString(int) - 类 中的静态方法org.jboss.netty.util.internal.ConversionUtil
 
toStringArray(Object) - 类 中的静态方法org.jboss.netty.util.internal.ConversionUtil
Converts the specified object into an array of strings.
total_in - 类 中的变量org.jboss.netty.util.internal.jzlib.ZStream
 
total_out - 类 中的变量org.jboss.netty.util.internal.jzlib.ZStream
 
toUri() - 类 中的方法org.jboss.netty.handler.codec.http.QueryStringEncoder
Returns the URL-encoded URI object which was created from the path string specified in the constructor and the parameters added by QueryStringEncoder.addParam(String, String) method.
TRACE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpMethod
The TRACE method is used to invoke a remote, application-layer loop- back of the request message.
trafficCounter - 类 中的变量org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Traffic Counter
TrafficCounter - org.jboss.netty.handler.traffic中的类
TrafficCounter is associated with AbstractTrafficShapingHandler.
TrafficCounter(AbstractTrafficShapingHandler, Timer, String, long) - 类 的构造器org.jboss.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 - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Trailer"
TRAILERS - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
"trailers"
trailingHeaders() - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer
 
trailingHeaders() - 接口 中的方法org.jboss.netty.handler.codec.http.HttpChunkTrailer
Returns the trialing headers of this trailer.
TRANSFER_ENCODING - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Transfer-Encoding"
transferTo(WritableByteChannel, long) - 类 中的方法org.jboss.netty.channel.DefaultFileRegion
 
transferTo(WritableByteChannel, long) - 接口 中的方法org.jboss.netty.channel.FileRegion
Transfers the content of this file region to the specified channel.
TRANSPORT - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Transport"
TruncatedChannelBuffer - org.jboss.netty.buffer中的类
A derived buffer which hides its parent's tail data beyond a certain index.
TruncatedChannelBuffer(ChannelBuffer, int) - 类 的构造器org.jboss.netty.buffer.TruncatedChannelBuffer
 
tryAcquire(int) - 类 中的方法org.jboss.netty.util.internal.NonReentrantLock
 
tryLock() - 类 中的方法org.jboss.netty.util.internal.NonReentrantLock
 
tryLock(long, TimeUnit) - 类 中的方法org.jboss.netty.util.internal.NonReentrantLock
 
tryRelease(int) - 类 中的方法org.jboss.netty.util.internal.NonReentrantLock
 
TTL - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"ttl"
TUESDAY_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
TUESDAY = 3;
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
Netty 3.10.5.Final(build 2016/02/27)

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