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 

A

AbstractChannel - org.jboss.netty.channel中的类
A skeletal Channel implementation.
AbstractChannel(Channel, ChannelFactory, ChannelPipeline, ChannelSink) - 类 的构造器org.jboss.netty.channel.AbstractChannel
Creates a new instance.
AbstractChannel(Integer, Channel, ChannelFactory, ChannelPipeline, ChannelSink) - 类 的构造器org.jboss.netty.channel.AbstractChannel
(Internal use only) Creates a new temporary instance with the specified ID.
AbstractChannelBuffer - org.jboss.netty.buffer中的类
A skeletal implementation of a buffer.
AbstractChannelBuffer() - 类 的构造器org.jboss.netty.buffer.AbstractChannelBuffer
 
AbstractChannelBufferFactory - org.jboss.netty.buffer中的类
A skeletal implementation of ChannelBufferFactory.
AbstractChannelBufferFactory() - 类 的构造器org.jboss.netty.buffer.AbstractChannelBufferFactory
Creates a new factory whose default ByteOrder is ByteOrder.BIG_ENDIAN.
AbstractChannelBufferFactory(ByteOrder) - 类 的构造器org.jboss.netty.buffer.AbstractChannelBufferFactory
Creates a new factory with the specified default ByteOrder.
AbstractChannelSink - org.jboss.netty.channel中的类
A skeletal ChannelSink implementation.
AbstractChannelSink() - 类 的构造器org.jboss.netty.channel.AbstractChannelSink
Creates a new instance.
AbstractDiskHttpData - org.jboss.netty.handler.codec.http.multipart中的类
Abstract Disk HttpData implementation
AbstractDiskHttpData(String, Charset, long) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
AbstractHttpData - org.jboss.netty.handler.codec.http.multipart中的类
Abstract HttpData implementation
AbstractHttpData(String, Charset, long) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.AbstractHttpData
 
AbstractInternalLogger - org.jboss.netty.logging中的类
A skeletal implementation of InternalLogger.
AbstractInternalLogger() - 类 的构造器org.jboss.netty.logging.AbstractInternalLogger
Creates a new instance.
AbstractMemoryHttpData - org.jboss.netty.handler.codec.http.multipart中的类
Abstract Memory HttpData implementation
AbstractMemoryHttpData(String, Charset, long) - 类 的构造器org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
AbstractNioBossPool<E extends Boss> - org.jboss.netty.channel.socket.nio中的类
 
AbstractNioChannelSink - org.jboss.netty.channel.socket.nio中的类
 
AbstractNioChannelSink() - 类 的构造器org.jboss.netty.channel.socket.nio.AbstractNioChannelSink
 
AbstractNioWorkerPool<E extends org.jboss.netty.channel.socket.nio.AbstractNioWorker> - org.jboss.netty.channel.socket.nio中的类
Abstract base class for WorkerPool implementations that create the Worker's up-front and return them in a "fair" fashion when calling AbstractNioWorkerPool.nextWorker()
AbstractOioChannelSink - org.jboss.netty.channel.socket.oio中的类
 
AbstractOioChannelSink() - 类 的构造器org.jboss.netty.channel.socket.oio.AbstractOioChannelSink
 
AbstractServerChannel - org.jboss.netty.channel中的类
A skeletal server-side Channel implementation.
AbstractServerChannel(ChannelFactory, ChannelPipeline, ChannelSink) - 类 的构造器org.jboss.netty.channel.AbstractServerChannel
Creates a new instance.
AbstractTrafficShapingHandler - org.jboss.netty.handler.traffic中的类
AbstractTrafficShapingHandler allows to limit the global bandwidth (see GlobalTrafficShapingHandler) or per session bandwidth (see ChannelTrafficShapingHandler), as traffic shaping.
AbstractTrafficShapingHandler(Timer, long, long, long) - 类 的构造器org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long) - 类 的构造器org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(Timer, long, long) - 类 的构造器org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator and using default Check Interval value of 1000L ms and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long) - 类 的构造器org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator and using default Check Interval value of 1000L ms and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(Timer) - 类 的构造器org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator and using NO LIMIT and default Check Interval value of 1000L ms and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer) - 类 的构造器org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator and using NO LIMIT and default Check Interval value of 1000L ms and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(Timer, long) - 类 的构造器org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator and using NO LIMIT and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long) - 类 的构造器org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator and using NO LIMIT and default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(Timer, long, long, long, long) - 类 的构造器org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default ObjectSizeEstimator.
AbstractTrafficShapingHandler(ObjectSizeEstimator, Timer, long, long, long, long) - 类 的构造器org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using the specified ObjectSizeEstimator.
AbstractTrafficShapingHandler.SimpleObjectSizeEstimator - org.jboss.netty.handler.traffic中的类
For simple ChannelBuffer, returns the readableBytes, else use standard DefaultObjectSizeEstimator.
AbstractTrafficShapingHandler.SimpleObjectSizeEstimator() - 类 的构造器org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler.SimpleObjectSizeEstimator
 
accelerationFactor() - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
ACCEPT - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept"
ACCEPT - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept"
accept(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilteringHandlerImpl
Called when the channel is connected.
accept(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
 
accept(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - 类 中的方法org.jboss.netty.handler.ipfilter.OneIpFilterHandler
 
accept() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of started SSL/TLS handshakes in server mode.
ACCEPT_CHARSET - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept-Charset"
ACCEPT_ENCODING - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept-Encoding"
ACCEPT_ENCODING - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept-Encoding"
ACCEPT_LANGUAGE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept-Language"
ACCEPT_LANGUAGE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept-Lanugage"
ACCEPT_PATCH - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept-Patch"
ACCEPT_RANGES - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Accept-Ranges"
ACCEPTED - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpResponseStatus
202 Accepted
acceptGood() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully established SSL/TLS sessions in server mode.
acceptRenegotiate() - 类 中的方法org.jboss.netty.handler.ssl.OpenSslSessionStats
Returns the number of start renegotiations in server mode.
ACCESS_CONTROL_ALLOW_CREDENTIALS - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Credentials"
ACCESS_CONTROL_ALLOW_HEADERS - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Headers"
ACCESS_CONTROL_ALLOW_METHODS - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Methods"
ACCESS_CONTROL_ALLOW_ORIGIN - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Origin"
ACCESS_CONTROL_EXPOSE_HEADERS - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Expose-Headers"
ACCESS_CONTROL_MAX_AGE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Max-Age"
ACCESS_CONTROL_REQUEST_HEADERS - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Request-Headers"
ACCESS_CONTROL_REQUEST_METHOD - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Request-Method"
acquireBuffer() - 类 中的方法org.jboss.netty.handler.ssl.SslBufferPool
Acquire a new ByteBuffer out of the SslBufferPool
actualReadableBytes() - 类 中的方法org.jboss.netty.handler.codec.frame.FrameDecoder
Returns the actual number of readable bytes in the internal cumulative buffer of this decoder.
AdaptiveReceiveBufferSizePredictor - org.jboss.netty.channel中的类
The ReceiveBufferSizePredictor that automatically increases and decreases the predicted buffer size on feed back.
AdaptiveReceiveBufferSizePredictor() - 类 的构造器org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
Creates a new predictor with the default parameters.
AdaptiveReceiveBufferSizePredictor(int, int, int) - 类 的构造器org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor
Creates a new predictor with the specified parameters.
AdaptiveReceiveBufferSizePredictorFactory - org.jboss.netty.channel中的类
AdaptiveReceiveBufferSizePredictorFactory() - 类 的构造器org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictorFactory
Creates a new factory with the default parameters.
AdaptiveReceiveBufferSizePredictorFactory(int, int, int) - 类 的构造器org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictorFactory
Creates a new factory with the specified parameters.
add(Channel) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
add(String, Object) - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
add(String, Iterable<?>) - 类 中的方法org.jboss.netty.handler.codec.http.DefaultHttpHeaders
 
add(String, Object) - 类 中的方法org.jboss.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and value.
add(String, Iterable<?>) - 类 中的方法org.jboss.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and values.
add(HttpHeaders) - 类 中的方法org.jboss.netty.handler.codec.http.HttpHeaders
Adds all header entries of the specified headers.
add(String, Object) - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
add(String, Iterable<?>) - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyHeaders
 
add(String, Object) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
Adds a new header with the specified name and value.
add(String, Iterable<?>) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
Adds a new header with the specified name and values.
add(IpFilterRule) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Add an ipFilterRule in the list at the end
add(int, IpFilterRule) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Add an ipFilterRule in the list at the specified position (shifting to the right other elements)
addAfter(String, String, ChannelHandler) - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Inserts a ChannelHandler after an existing handler of this pipeline.
addAfter(String, String, ChannelHandler) - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
addAll(Collection<IpFilterRule>) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<IpFilterRule>) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAllAbsent(Collection<IpFilterRule>) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Append the element if not present.
addAllLocalTime(Iterable<? extends LocalTimeProtocol.LocalTime>) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
addAllLocation(Iterable<? extends LocalTimeProtocol.Location>) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
repeated .org.jboss.netty.example.localtime.Location location = 1;
addBefore(String, String, ChannelHandler) - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Inserts a ChannelHandler before an existing handler of this pipeline.
addBefore(String, String, ChannelHandler) - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
addBodyAttribute(String, String) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add a simple attribute in the body as Name=Value
addBodyFileUpload(String, File, String, boolean) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add a file as a FileUpload
addBodyFileUploads(String, File[], String[], boolean[]) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add a series of Files associated with one File parameter
addBodyHttpData(InterfaceHttpData) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add the InterfaceHttpData to the Body list
addContent(ChannelBuffer, boolean) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
addContent(ChannelBuffer, boolean) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
addContent(ChannelBuffer, boolean) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.DiskAttribute
 
addContent(ChannelBuffer, boolean) - 接口 中的方法org.jboss.netty.handler.codec.http.multipart.HttpData
Add the content from the ChannelBuffer
addContent(ChannelBuffer, boolean) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MemoryAttribute
 
addContent(ChannelBuffer, boolean) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedAttribute
 
addContent(ChannelBuffer, boolean) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.MixedFileUpload
 
addCookie(String, String) - 类 中的方法org.jboss.netty.handler.codec.http.CookieEncoder
Adds a new Cookie created with the specified name and value to this encoder.
addCookie(Cookie) - 类 中的方法org.jboss.netty.handler.codec.http.CookieEncoder
Adds the specified Cookie to this encoder.
addDateHeader(HttpMessage, String, Date) - 类 中的静态方法org.jboss.netty.handler.codec.http.HttpHeaders
Adds a new date header with the specified name and value.
addFirst(String, ChannelHandler) - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Inserts a ChannelHandler at the first position of this pipeline.
addFirst(String, ChannelHandler) - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
addHeader(HttpMessage, String, Object) - 类 中的静态方法org.jboss.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and value.
addHeader(SpdyHeadersFrame, String, Object) - 类 中的静态方法org.jboss.netty.handler.codec.spdy.SpdyHeaders
Adds a new header with the specified name and value.
addHttpHandlers(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
Add all ChannelHandler's that are needed for HTTP.
addIfAbsent(IpFilterRule) - 类 中的方法org.jboss.netty.handler.ipfilter.IpFilterRuleHandler
Append the element if not present.
addIntHeader(HttpMessage, String, int) - 类 中的静态方法org.jboss.netty.handler.codec.http.HttpHeaders
Adds a new integer header with the specified name and value.
addLast(String, ChannelHandler) - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Appends a ChannelHandler at the last position of this pipeline.
addLast(String, ChannelHandler) - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
addListener(ChannelFutureListener) - 接口 中的方法org.jboss.netty.channel.ChannelFuture
Adds the specified listener to this future.
addListener(ChannelFutureListener) - 类 中的方法org.jboss.netty.channel.CompleteChannelFuture
 
addListener(ChannelFutureListener) - 类 中的方法org.jboss.netty.channel.DefaultChannelFuture
 
addListener(ChannelGroupFutureListener) - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Adds the specified listener to this future.
addListener(ChannelGroupFutureListener) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
addLocalTime(LocalTimeProtocol.LocalTime) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
addLocalTime(int, LocalTimeProtocol.LocalTime) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
addLocalTime(LocalTimeProtocol.LocalTime.Builder) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
addLocalTime(int, LocalTimeProtocol.LocalTime.Builder) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
addLocalTimeBuilder() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
addLocalTimeBuilder(int) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes.Builder
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
addLocation(LocalTimeProtocol.Location) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
repeated .org.jboss.netty.example.localtime.Location location = 1;
addLocation(int, LocalTimeProtocol.Location) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
repeated .org.jboss.netty.example.localtime.Location location = 1;
addLocation(LocalTimeProtocol.Location.Builder) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
repeated .org.jboss.netty.example.localtime.Location location = 1;
addLocation(int, LocalTimeProtocol.Location.Builder) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
repeated .org.jboss.netty.example.localtime.Location location = 1;
addLocationBuilder() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
repeated .org.jboss.netty.example.localtime.Location location = 1;
addLocationBuilder(int) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
repeated .org.jboss.netty.example.localtime.Location location = 1;
addParam(String, String) - 类 中的方法org.jboss.netty.handler.codec.http.QueryStringEncoder
Adds a parameter with the specified name and value to this encoder.
addSpdyHandlers(ChannelHandlerContext, SpdyVersion) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyOrHttpChooser
Add all ChannelHandler's that are needed for SPDY with the given version.
addValue(String) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
addValue(String, int) - 类 中的方法org.jboss.netty.handler.codec.http.multipart.InternalAttribute
 
AFRICA_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
AFRICA = 0;
afterAdd(ChannelHandlerContext) - 接口 中的方法org.jboss.netty.channel.LifeCycleAwareChannelHandler
 
afterAdd(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.compression.JdkZlibEncoder
 
afterAdd(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.compression.ZlibEncoder
 
afterAdd(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.frame.FrameDecoder
 
afterAdd(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.http.HttpChunkAggregator
 
afterAdd(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.http.HttpContentDecoder
 
afterAdd(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.http.HttpContentEncoder
 
afterAdd(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
afterAdd(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.queue.BufferedWriteHandler
 
afterAdd(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.stream.ChunkedWriteHandler
 
afterAdd(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.timeout.IdleStateHandler
 
afterAdd(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
afterRemove(ChannelHandlerContext) - 接口 中的方法org.jboss.netty.channel.LifeCycleAwareChannelHandler
 
afterRemove(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.compression.JdkZlibEncoder
 
afterRemove(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.compression.ZlibEncoder
 
afterRemove(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.frame.FrameDecoder
 
afterRemove(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.http.HttpChunkAggregator
 
afterRemove(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.http.HttpContentDecoder
 
afterRemove(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.http.HttpContentEncoder
 
afterRemove(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
afterRemove(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.queue.BufferedWriteHandler
Fail all buffered writes that are left.
afterRemove(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.ssl.SslHandler
Fail all pending writes which we were not able to flush out
afterRemove(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.stream.ChunkedWriteHandler
 
afterRemove(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.timeout.IdleStateHandler
 
afterRemove(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.timeout.ReadTimeoutHandler
 
AGE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Age"
AGGREGATE_OPERATION_NOT_ALLOWED - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses
459 Aggregate operation not allowed
ALLOW - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Allow"
ALLOW - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Allow"
allowed(ChannelHandlerContext, ChannelEvent, InetSocketAddress) - 接口 中的方法org.jboss.netty.handler.ipfilter.IpFilterListener
Called when the channel has the CONNECTED status and the channel was allowed by a previous call to accept().
AMERICA_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
AMERICA = 1;
ANNOUNCE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspMethods
The ANNOUNCE posts the description of a presentation or media object identified by the request URL to a server, or updates the client-side session description in real-time.
ANTARCTICA_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
ANTARCTICA = 2;
APPEND - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"append"
appendHeaders(StringBuilder) - 类 中的方法org.jboss.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
appendToCumulation(ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.frame.FrameDecoder
 
appendToCumulation(ChannelBuffer) - 类 中的方法org.jboss.netty.handler.codec.http.HttpChunkAggregator
 
APPLICATION_X_WWW_FORM_URLENCODED - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
"application/x-www-form-urlencoded"
ARCTIC_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
ARCTIC = 3;
array() - 类 中的方法org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
array() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Returns the backing byte array of this buffer.
array() - 类 中的方法org.jboss.netty.buffer.CompositeChannelBuffer
 
array() - 类 中的方法org.jboss.netty.buffer.DuplicatedChannelBuffer
 
array() - 类 中的方法org.jboss.netty.buffer.DynamicChannelBuffer
 
array - 类 中的变量org.jboss.netty.buffer.HeapChannelBuffer
The underlying heap byte array that this buffer is wrapping.
array() - 类 中的方法org.jboss.netty.buffer.HeapChannelBuffer
 
array() - 类 中的方法org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
array() - 类 中的方法org.jboss.netty.buffer.SlicedChannelBuffer
 
array() - 类 中的方法org.jboss.netty.buffer.TruncatedChannelBuffer
 
arrayOffset() - 类 中的方法org.jboss.netty.buffer.ByteBufferBackedChannelBuffer
 
arrayOffset() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
Returns the offset of the first byte within the backing byte array of this buffer.
arrayOffset() - 类 中的方法org.jboss.netty.buffer.CompositeChannelBuffer
 
arrayOffset() - 类 中的方法org.jboss.netty.buffer.DuplicatedChannelBuffer
 
arrayOffset() - 类 中的方法org.jboss.netty.buffer.DynamicChannelBuffer
 
arrayOffset() - 类 中的方法org.jboss.netty.buffer.HeapChannelBuffer
 
arrayOffset() - 类 中的方法org.jboss.netty.buffer.ReadOnlyChannelBuffer
 
arrayOffset() - 类 中的方法org.jboss.netty.buffer.SlicedChannelBuffer
 
arrayOffset() - 类 中的方法org.jboss.netty.buffer.TruncatedChannelBuffer
 
ASIA_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
ASIA = 4;
ASSOCIATED_TO_STREAM_ID - 类 中的静态变量org.jboss.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-Associated-To-Stream-ID"
ATLANTIC_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
ATLANTIC = 5;
attach(Channel, ChannelSink) - 接口 中的方法org.jboss.netty.channel.ChannelPipeline
Attaches this pipeline to the specified Channel and ChannelSink.
attach(Channel, ChannelSink) - 类 中的方法org.jboss.netty.channel.DefaultChannelPipeline
 
Attribute - org.jboss.netty.handler.codec.http.multipart中的接口
Attribute interface
AUSTRALIA_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.Continent
AUSTRALIA = 6;
AUTHORIZATION - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
"Authorization"
AUTHORIZATION - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
"Authorization"
AutobahnServer - org.jboss.netty.example.http.websocketx.autobahn中的类
A Web Socket echo server for running the autobahn test suite
AutobahnServer() - 类 的构造器org.jboss.netty.example.http.websocketx.autobahn.AutobahnServer
 
AutobahnServerHandler - org.jboss.netty.example.http.websocketx.autobahn中的类
Handles handshakes and messages
AutobahnServerHandler() - 类 的构造器org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerHandler
 
AutobahnServerPipelineFactory - org.jboss.netty.example.http.websocketx.autobahn中的类
 
AutobahnServerPipelineFactory() - 类 的构造器org.jboss.netty.example.http.websocketx.autobahn.AutobahnServerPipelineFactory
 
avail_in - 类 中的变量org.jboss.netty.util.internal.jzlib.ZStream
 
avail_out - 类 中的变量org.jboss.netty.util.internal.jzlib.ZStream
 
available() - 类 中的方法org.jboss.netty.buffer.ChannelBufferInputStream
 
available() - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
 
AVP - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values
"AVP"
await() - 接口 中的方法org.jboss.netty.channel.ChannelFuture
Waits for this future to be completed.
await(long, TimeUnit) - 接口 中的方法org.jboss.netty.channel.ChannelFuture
Waits for this future to be completed within the specified time limit.
await(long) - 接口 中的方法org.jboss.netty.channel.ChannelFuture
Waits for this future to be completed within the specified time limit.
await() - 类 中的方法org.jboss.netty.channel.CompleteChannelFuture
 
await(long, TimeUnit) - 类 中的方法org.jboss.netty.channel.CompleteChannelFuture
 
await(long) - 类 中的方法org.jboss.netty.channel.CompleteChannelFuture
 
await() - 类 中的方法org.jboss.netty.channel.DefaultChannelFuture
 
await(long, TimeUnit) - 类 中的方法org.jboss.netty.channel.DefaultChannelFuture
 
await(long) - 类 中的方法org.jboss.netty.channel.DefaultChannelFuture
 
await() - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed.
await(long, TimeUnit) - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed within the specified time limit.
await(long) - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed within the specified time limit.
await() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
await(long, TimeUnit) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
await(long) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
awaitTermination(long, TimeUnit) - 类 中的方法org.jboss.netty.util.VirtualExecutorService
 
awaitUninterruptibly() - 接口 中的方法org.jboss.netty.channel.ChannelFuture
Waits for this future to be completed without interruption.
awaitUninterruptibly(long, TimeUnit) - 接口 中的方法org.jboss.netty.channel.ChannelFuture
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly(long) - 接口 中的方法org.jboss.netty.channel.ChannelFuture
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly() - 类 中的方法org.jboss.netty.channel.CompleteChannelFuture
 
awaitUninterruptibly(long, TimeUnit) - 类 中的方法org.jboss.netty.channel.CompleteChannelFuture
 
awaitUninterruptibly(long) - 类 中的方法org.jboss.netty.channel.CompleteChannelFuture
 
awaitUninterruptibly() - 类 中的方法org.jboss.netty.channel.DefaultChannelFuture
 
awaitUninterruptibly(long, TimeUnit) - 类 中的方法org.jboss.netty.channel.DefaultChannelFuture
 
awaitUninterruptibly(long) - 类 中的方法org.jboss.netty.channel.DefaultChannelFuture
 
awaitUninterruptibly() - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed without interruption.
awaitUninterruptibly(long, TimeUnit) - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly(long) - 接口 中的方法org.jboss.netty.channel.group.ChannelGroupFuture
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly() - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
awaitUninterruptibly(long, TimeUnit) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
awaitUninterruptibly(long) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroupFuture
 
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.