A B C D E F G H I J K L M N O P Q R S T U V W Z
A
- AbstractChannel - org.jboss.netty.channel 中的 类
Channel
的脚架实现.- AbstractChannelBuffer - org.jboss.netty.buffer 中的 类
- 一个
ChannelBuffer
的脚架实现. - AbstractChannelBuffer() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 的构造方法
-
- AbstractChannelBufferFactory - org.jboss.netty.buffer 中的 类
- 一个
ChannelBufferFactory
的脚架实现. - AbstractChannelSink - org.jboss.netty.channel 中的 类
- 一个
ChannelSink
的脚架实现. - AbstractInternalLogger - org.jboss.netty.logging 中的 类
- 一个
InternalLogger
的脚架实现.该类使用默认InternalLogLevel
参数实现所有方法去调用特定的logger方法,如InternalLogger.info(String)
或InternalLogger.isInfoEnabled()
. - AbstractServerChannel - org.jboss.netty.channel 中的 类
- 一个服务端
Channel
脚架实现.一个服务端的Channel
不允许以下操作:
AbstractServerChannel.connect(SocketAddress)
AbstractServerChannel.disconnect()
AbstractServerChannel.getInterestOps()
AbstractServerChannel.setInterestOps(int)
AbstractServerChannel.write(Object)
AbstractServerChannel.write(Object, SocketAddress)
以及以上提到的快捷方式里调用的方法
- ACCEPT -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Accept"
- ACCEPT -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Accept"
- 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 接受
- AdaptiveReceiveBufferSizePredictor - org.jboss.netty.channel 中的 类
- 能够在反馈自动增加和减少预测缓冲的大小的
ReceiveBufferSizePredictor
. - AdaptiveReceiveBufferSizePredictor() -
类 org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor 的构造方法
- 使用默认的参数创建一个新的预测.使用指定的默认参数,期望的缓冲大小开始于
1024
,但不能小于60
也不能大于
65536
.
- AdaptiveReceiveBufferSizePredictor(int, int, int) -
类 org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor 的构造方法
- 使用指定的参数创建一个新的预测.
- AdaptiveReceiveBufferSizePredictorFactory - org.jboss.netty.channel 中的 类
- 创建
AdaptiveReceiveBufferSizePredictor
的
ReceiveBufferSizePredictorFactory
工厂. - AdaptiveReceiveBufferSizePredictorFactory() -
类 org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictorFactory 的构造方法
- 使用默认的参数创建一个新的工厂.使用指定的默认参数,期望的缓冲大小开始于
1024
,但不能小于60
也不能大于
65536
.
- AdaptiveReceiveBufferSizePredictorFactory(int, int, int) -
类 org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictorFactory 的构造方法
- 使用指定的参数创建工厂.
- add(Channel) -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- add(E) -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
- Inserts the specified element at the tail of this queue.
- addAfter(String, String, ChannelHandler) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 在管道里已存在处理器之后插入
ChannelHandler
.
- addAfter(String, String, ChannelHandler) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- addAfter(String, String, ChannelHandler) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- addBefore(String, String, ChannelHandler) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 在管道已存在处理器前插入
ChannelHandler
.
- addBefore(String, String, ChannelHandler) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- addBefore(String, String, ChannelHandler) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- 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.
- addFirst(String, ChannelHandler) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 在管道第一个位置插入
ChannelHandler
.
- addFirst(String, ChannelHandler) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- addFirst(String, ChannelHandler) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- addHeader(String, Object) -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 中的方法
-
- addHeader(String, Object) -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- addHeader(String, Object) -
接口 org.jboss.netty.handler.codec.http.HttpChunkTrailer 中的方法
- Adds a new trailing header with the specified name and value.
- addHeader(HttpMessage, String, Object) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Adds a new header with the specified name and value.
- addHeader(String, Object) -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Adds a new header with the specified name and value.
- 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 中的方法
- 在管道最后位置插入
ChannelHandler
.
- addLast(String, ChannelHandler) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- addLast(String, ChannelHandler) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- addListener(ChannelFutureListener) -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 添加指定的监听器到该future.当该future完成
,该监听器会收到通知.如果该future已经完成,指定的监听器也会立刻收到通知.
- addListener(ChannelFutureListener) -
类 org.jboss.netty.channel.CompleteChannelFuture 中的方法
-
- addListener(ChannelFutureListener) -
类 org.jboss.netty.channel.DefaultChannelFuture 中的方法
-
- addListener(ChannelGroupFutureListener) -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 添加指定监听器到该future.当该future完成
时该监听器会收到通知.如果该future已经完成,监听器会马上收到通知.
- addListener(ChannelGroupFutureListener) -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
- addParam(String, String) -
类 org.jboss.netty.handler.codec.http.QueryStringEncoder 中的方法
- Adds a parameter with the specified name and value to this encoder.
- afterAdd(ChannelHandlerContext) -
接口 org.jboss.netty.channel.LifeCycleAwareChannelHandler 中的方法
-
- afterAdd(ChannelHandlerContext) -
类 org.jboss.netty.handler.codec.compression.ZlibEncoder 中的方法
-
- afterAdd(ChannelHandlerContext) -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
-
- 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.ZlibEncoder 中的方法
-
- afterRemove(ChannelHandlerContext) -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
-
- 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 聚合操作不允许
- ALL -
注释类型 org.jboss.netty.channel.ChannelPipelineCoverage 中的静态变量
- 已过时。
"all"
- ALLOW -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Allow"
- ALLOW -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Allow"
- 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.
- APPEND -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"append"
- array() -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- array() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回该缓冲支持的字节数组.
- array() -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- array() -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- array() -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- 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 中的方法
- 返回该缓冲内部的字节数组的第一个字节的偏移量
- 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 中的方法
-
- attach(Channel, ChannelSink) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 附加该管道到一个指定的
Channel
和ChannelSink
.一旦一个管道被附加,就不能分离或重新附加.
- attach(Channel, ChannelSink) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- attach(Channel, ChannelSink) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- AUTHORIZATION -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Authorization"
- AUTHORIZATION -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Authorization"
- 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 中的方法
- 等待该future完成
- await(long, TimeUnit) -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 在指定的时间限制内等待future的完成.
- await(long) -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 在指定的时间限制内等待future的完成.
- 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 中的方法
- 等该该future完成.
- await(long, TimeUnit) -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 在指定的时间限制内等待future的完成.
- await(long) -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 在指定的时间限制内等待future的完成.
- 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 中的方法
- 等待该future完成.该方法会捕捉
InterruptedException
并安静丢弃.
- awaitUninterruptibly(long, TimeUnit) -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 在指定的时间限制内等待future的完成.该方法会捕捉
InterruptedException
并丢弃异常.
- awaitUninterruptibly(long) -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 在指定的时间限制内等待future的完成.该方法会捕捉
InterruptedException
并丢弃异常.
- 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 中的方法
- 等待该future完成.该方法会捕捉
InterruptedException
并安静丢弃.
- awaitUninterruptibly(long, TimeUnit) -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 在指定的时间限制内等待future的完成.该方法会捕捉
InterruptedException
并丢弃异常.
- awaitUninterruptibly(long) -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 在指定的时间限制内等待future的完成.该方法会捕捉
InterruptedException
并丢弃异常.
- awaitUninterruptibly() -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
- awaitUninterruptibly(long, TimeUnit) -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
- awaitUninterruptibly(long) -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
B
- BAD_GATEWAY -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 502 错误网关
- BAD_GATEWAY -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 502 错误网关
- BAD_REQUEST -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 400 错误请求
- BAD_REQUEST -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 400 错误请求
- BANDWIDTH -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Bandwidth"
- Base64 - org.jboss.netty.handler.codec.base64 中的 类
- Utility class for
ChannelBuffer
that encodes and decodes to and from
Base64 notation. - BASE64 -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"base64"
- Base64Decoder - org.jboss.netty.handler.codec.base64 中的 类
- Decodes a Base64-encoded
ChannelBuffer
or US-ASCII String
into a ChannelBuffer
. - Base64Decoder() -
类 org.jboss.netty.handler.codec.base64.Base64Decoder 的构造方法
-
- Base64Decoder(Base64Dialect) -
类 org.jboss.netty.handler.codec.base64.Base64Decoder 的构造方法
-
- Base64Dialect - org.jboss.netty.handler.codec.base64 中的 枚举
- Enumeration of supported Base64 dialects.
- Base64Encoder - org.jboss.netty.handler.codec.base64 中的 类
- Encodes a
ChannelBuffer
into a Base64-encoded ChannelBuffer
. - Base64Encoder() -
类 org.jboss.netty.handler.codec.base64.Base64Encoder 的构造方法
-
- Base64Encoder(boolean) -
类 org.jboss.netty.handler.codec.base64.Base64Encoder 的构造方法
-
- Base64Encoder(boolean, Base64Dialect) -
类 org.jboss.netty.handler.codec.base64.Base64Encoder 的构造方法
-
- beforeAdd(ChannelHandlerContext) -
接口 org.jboss.netty.channel.LifeCycleAwareChannelHandler 中的方法
-
- beforeAdd(ChannelHandlerContext) -
类 org.jboss.netty.handler.codec.compression.ZlibEncoder 中的方法
-
- beforeAdd(ChannelHandlerContext) -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
-
- beforeAdd(ChannelHandlerContext) -
类 org.jboss.netty.handler.timeout.IdleStateHandler 中的方法
-
- beforeAdd(ChannelHandlerContext) -
类 org.jboss.netty.handler.timeout.ReadTimeoutHandler 中的方法
-
- beforeRemove(ChannelHandlerContext) -
接口 org.jboss.netty.channel.LifeCycleAwareChannelHandler 中的方法
-
- beforeRemove(ChannelHandlerContext) -
类 org.jboss.netty.handler.codec.compression.ZlibEncoder 中的方法
-
- beforeRemove(ChannelHandlerContext) -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
-
- beforeRemove(ChannelHandlerContext) -
类 org.jboss.netty.handler.timeout.IdleStateHandler 中的方法
-
- beforeRemove(ChannelHandlerContext) -
类 org.jboss.netty.handler.timeout.ReadTimeoutHandler 中的方法
-
- BIG_ENDIAN -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态变量
- Big endian字节序.
- BigEndianHeapChannelBuffer - org.jboss.netty.buffer 中的 类
- 一个big-endian的java堆缓冲.
- BigEndianHeapChannelBuffer(int) -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 的构造方法
- 使用新分配的字节数组创建一个新的big-endian堆缓冲.
- BigEndianHeapChannelBuffer(byte[]) -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 的构造方法
- 使用指定的字节数组创建一个新的big-endian堆缓冲.
- BINARY -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"binary"
- bind() -
类 org.jboss.netty.bootstrap.ConnectionlessBootstrap 中的方法
- 使用当前
"localAddress"
属性设置绑定的本地地址创建一个channel.
- bind(SocketAddress) -
类 org.jboss.netty.bootstrap.ConnectionlessBootstrap 中的方法
- 创建一个绑定到指定的本地地址的channel.
- bind() -
类 org.jboss.netty.bootstrap.ServerBootstrap 中的方法
- 使用当前
"localAddress"
属性设置绑定的本地地址创建一个channel.
- bind(SocketAddress) -
类 org.jboss.netty.bootstrap.ServerBootstrap 中的方法
- /** 创建一个绑定到指定的本地地址的channel.
- bind(SocketAddress) -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- bind(SocketAddress) -
接口 org.jboss.netty.channel.Channel 中的方法
- 异步绑定该通道到指定的本地地址.
- bind(Channel, SocketAddress) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"bind"
请求到指定Channel
所属的 ChannelPipeline
里的最后一个
ChannelDownstreamHandler
.
- bind(ChannelHandlerContext, ChannelFuture, SocketAddress) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"bind"
请求到最接近指定ChannelHandlerContext
关联的下游处理器的
ChannelDownstreamHandler
.
- bindRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelDownstreamHandler 中的方法
- 当
Channel.bind(SocketAddress)
被调用时调用.
- bindRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当
Channel.bind(SocketAddress)
被调用时调用.
- BlockingReadHandler<E> - org.jboss.netty.handler.queue 中的 类
- 模拟缓冲读操作.该处理器存储所有接收到的消息到一个
BlockingQueue
并当BlockingReadHandler.read()
、
BlockingReadHandler.read(long, TimeUnit)
、BlockingReadHandler.readEvent()
或
BlockingReadHandler.readEvent(long, TimeUnit)
方法被调用时返回这些消息. - BlockingReadHandler() -
类 org.jboss.netty.handler.queue.BlockingReadHandler 的构造方法
- 使用默认非绑定的
BlockingQueue
实现创建一个新实例.
- BlockingReadHandler(BlockingQueue<ChannelEvent>) -
类 org.jboss.netty.handler.queue.BlockingReadHandler 的构造方法
- 使用指定的
BlockingQueue
创建一个新实例.
- BlockingReadTimeoutException - org.jboss.netty.handler.queue 中的 异常
- 当在一定的时间周期内没有数据被读取由
BlockingReadHandler
抛出的IOException
. - BlockingReadTimeoutException() -
异常 org.jboss.netty.handler.queue.BlockingReadTimeoutException 的构造方法
- 创建一个实例.
- BlockingReadTimeoutException(String, Throwable) -
异常 org.jboss.netty.handler.queue.BlockingReadTimeoutException 的构造方法
- 创建一个实例.
- BlockingReadTimeoutException(String) -
异常 org.jboss.netty.handler.queue.BlockingReadTimeoutException 的构造方法
- 创建一个实例.
- BlockingReadTimeoutException(Throwable) -
异常 org.jboss.netty.handler.queue.BlockingReadTimeoutException 的构造方法
- 创建一个实例.
- BLOCKSIZE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Blocksize"
- Bootstrap - org.jboss.netty.bootstrap 中的 类
- 初始化通道的帮助类.这个类为它的子类提供通用的数据结构,这些子类使用通用的数据结构初始化通道以及子通道,请分别参阅初始化客户端通道的
ClientBootstrap
、初始化服务端通道的 ServerBootstrap
, 以及初始化无状态通道(如:UDP)的
ConnectionlessBootstrap
- buffer() -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
- 返回该数据流被写数据的缓冲.
- buffer(int) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定的容量创建一个big-endian的java堆缓冲.该缓冲的readerIndex和writerIndex皆为0.
- buffer(ByteOrder, int) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定的字节序和容量创建一个java堆缓冲.该缓冲的readerIndex和writerIndex皆为0.
- BufferedWriteHandler - org.jboss.netty.handler.queue 中的 类
- 模拟缓冲写操作.该处理器存储所有写请求到一个为绑定的
Queue
并当BufferedWriteHandler.flush()
方法被调用时刷新它们到下游. - BufferedWriteHandler() -
类 org.jboss.netty.handler.queue.BufferedWriteHandler 的构造方法
- 创建一个默认未绑定
BlockingQueue
实现且没有缓冲合并的新实例.
- BufferedWriteHandler(Queue<MessageEvent>) -
类 org.jboss.netty.handler.queue.BufferedWriteHandler 的构造方法
- 创建一个指定线程安全的未绑定
Queue
且没有缓冲合并的新实例.请注意指定一个绑定了的Queue
或一个非线程安全的
Queue
将会导致意想不到的行为.
- BufferedWriteHandler(boolean) -
类 org.jboss.netty.handler.queue.BufferedWriteHandler 的构造方法
- 创建一个默认未绑定
BlockingQueue
实现的新实例.
- BufferedWriteHandler(Queue<MessageEvent>, boolean) -
类 org.jboss.netty.handler.queue.BufferedWriteHandler 的构造方法
- 创建一个指定线程安全的未绑定
Queue
且没有缓冲合并的新实例.请注意指定一个绑定了的Queue
或一个非线程安全的
Queue
将会导致意想不到的行为.
- ByteBufferBackedChannelBuffer - org.jboss.netty.buffer 中的 类
- 一个基于NIO
ByteBuffer
的缓冲. - ByteBufferBackedChannelBuffer(ByteBuffer) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 的构造方法
- 封装指定的缓冲的切片创建一个缓冲
- BYTES -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"bytes"
- BYTES -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"bytes"
- bytesBefore(byte) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- bytesBefore(ChannelBufferIndexFinder) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- bytesBefore(int, byte) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- bytesBefore(int, ChannelBufferIndexFinder) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- bytesBefore(int, int, byte) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- bytesBefore(int, int, ChannelBufferIndexFinder) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- bytesBefore(byte) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区当前的
readerIndex
(包含)到writerIndex
(不包含)区间查找第一个发现的
value
.
- bytesBefore(ChannelBufferIndexFinder) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区当前的
readerIndex
(包含)到writerIndex
(不包含)区间查找indexFinder返回true的第一个地方.
- bytesBefore(int, byte) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区当前的
readerIndex
(包含)到readerIndex + length
(不包含)区间查找第一个发现value的地方 .
- bytesBefore(int, ChannelBufferIndexFinder) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区当前的
readerIndex
(包含)到readerIndex + length
(不包含)区间查找indexFinder首次发现的地方.
- bytesBefore(int, int, byte) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区指定的index(包含)到
index + length
(不包含)区间查找第一个发现value的地方.
- bytesBefore(int, int, ChannelBufferIndexFinder) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区指定的index(包含)到
index + length
(不包含)区间查找indexFinder首次发现的地方.
C
- CACHE_CONTROL -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Cache-Control"
- CACHE_CONTROL -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Cache-Control"
- cancel() -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 取消该future关联的I/O操作,如果取消成功则通知所有监听器.
- cancel() -
类 org.jboss.netty.channel.CompleteChannelFuture 中的方法
-
- cancel() -
类 org.jboss.netty.channel.DefaultChannelFuture 中的方法
-
- cancel() -
接口 org.jboss.netty.util.Timeout 中的方法
- 取消关联到该处理器的
TimerTask
.如果该TimerTask
已经执行或取消,则没有任何作用的返回.
- canHandleDownstream() -
接口 org.jboss.netty.channel.ChannelHandlerContext 中的方法
- 只有当该
ChannelHandler
是ChannelDownstreamHandler
的一个实例才返回true.
- canHandleUpstream() -
接口 org.jboss.netty.channel.ChannelHandlerContext 中的方法
- 只有当该
ChannelHandler
是ChannelUpstreamHandler
的一个实例才返回true.
- capacity() -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- capacity() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回缓冲区包含字节数量.
- capacity() -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- capacity() -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- capacity() -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- capacity() -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- capacity() -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- capacity() -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- capacity() -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- Channel - org.jboss.netty.channel 中的 接口
- 关系到一个网络套接字或组件能做的I/O操作,如读,写,连接,绑定.
- channelBound(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当一个
Channel
打开并且绑定到本地地址,但还没有连接时被调用.
- channelBound(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 中的方法
- 当一个
Channel
打开并且绑定到本地地址,但还没有连接时被调用.
- ChannelBuffer - org.jboss.netty.buffer 中的 接口
- 随机和顺序访问序列零个或多个字节.
- ChannelBufferFactory - org.jboss.netty.buffer 中的 接口
- 创建和池化
ChannelBuffer
的工厂. - ChannelBufferIndexFinder - org.jboss.netty.buffer 中的 接口
- 定位数据在
ChannelBuffer
中的索引. - ChannelBufferInputStream - org.jboss.netty.buffer 中的 类
- 一个从
ChannelBuffer
读取数据的InputStream
. - ChannelBufferInputStream(ChannelBuffer) -
类 org.jboss.netty.buffer.ChannelBufferInputStream 的构造方法
- 从指定的缓冲区的当前readerIndex和当前的writerIndex之间读取数据来创建数据流 .
- ChannelBufferInputStream(ChannelBuffer, int) -
类 org.jboss.netty.buffer.ChannelBufferInputStream 的构造方法
- 从指定的缓冲区的当前readerIndex到
readerIndex + length
之间读取数据来创建数据流 .
- ChannelBufferOutputStream - org.jboss.netty.buffer 中的 类
- 一个用来写数据到一个
ChannelBuffer
的OutputStream
. - ChannelBufferOutputStream(ChannelBuffer) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 的构造方法
- 返回一个用来写数据到指定缓冲的数据流.
- ChannelBuffers - org.jboss.netty.buffer 中的 类
- 使用分配新空间或包装、拷贝已存在的字节数组、字节缓冲和字符串来创建一个新的
ChannelBuffer
. - channelClosed(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当一个
Channel
被关闭且它所有关联的资源被释放时调用.
- channelClosed(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 中的方法
- 当一个
Channel
被关闭且它所有关联的资源被释放时调用.
- channelClosed(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.handler.codec.frame.FrameDecoder 中的方法
-
- channelClosed(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.handler.codec.replay.ReplayingDecoder 中的方法
-
- channelClosed(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.handler.queue.BlockingReadHandler 中的方法
-
- channelClosed(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.handler.timeout.IdleStateHandler 中的方法
-
- channelClosed(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.handler.timeout.ReadTimeoutHandler 中的方法
-
- ChannelConfig - org.jboss.netty.channel 中的 接口
- 一个通道的配置属性集.
- channelConnected(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当一个
Channel
打开并且绑定到本地地址和已连接到远程地址时被调用.
- channelConnected(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 中的方法
- 当一个
Channel
打开并且绑定到本地地址和已连接到远程地址时被调用.
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当一个
Channel
被远程端断开连接时调用.
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 中的方法
- 当一个
Channel
被远程端断开连接时调用.
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.handler.codec.frame.FrameDecoder 中的方法
-
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.handler.codec.replay.ReplayingDecoder 中的方法
-
- channelDisconnected(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
-
- ChannelDownstreamHandler - org.jboss.netty.channel 中的 接口
- 处理或拦截一个下游事件,并发送一个事件到管道下一个处理器中.
- ChannelEvent - org.jboss.netty.channel 中的 接口
- 关联到通道的I/O事件或I/O请求.
- ChannelEventRunnable - org.jboss.netty.handler.execution 中的 类
- 一个发送指定上游事件的Runnable.大多数用户根本不会看到这个类型,因为它只被
Executor
的实现者使用. - ChannelEventRunnable(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.execution.ChannelEventRunnable 的构造方法
- 创建一个通过指定
ChannelHandlerContext
发送指定上游事件的Runnable.
- ChannelException - org.jboss.netty.channel 中的 异常
- 一个当I/O操作失败时抛出的
RuntimeException
. - ChannelException() -
异常 org.jboss.netty.channel.ChannelException 的构造方法
- 创建一个新异常.
- ChannelException(String, Throwable) -
异常 org.jboss.netty.channel.ChannelException 的构造方法
- 创建一个新异常.
- ChannelException(String) -
异常 org.jboss.netty.channel.ChannelException 的构造方法
- 创建一个新异常.
- ChannelException(Throwable) -
异常 org.jboss.netty.channel.ChannelException 的构造方法
- 创建一个新异常.
- ChannelFactory - org.jboss.netty.channel 中的 接口
- 创建一个关联到实际通讯实体如网络套接字的
Channel
的传输主接口 . - ChannelFuture - org.jboss.netty.channel 中的 接口
- 一个通道的异步 I/O操作结果.
- ChannelFutureListener - org.jboss.netty.channel 中的 接口
- 监听器
ChannelFuture
的结果.一旦这个监听器被调用
ChannelGroupFuture.addListener(ChannelGroupFutureListener)
方法添加,并且所有的I/O操作都完成时,监听器会收到ChannelGroup
的异步I/O操作结果. - ChannelFutureProgressListener - org.jboss.netty.channel 中的 接口
- 监听一个耗时的I/O操作的进度,如大文件传输.如果该监听器被添加到一个支持进度通知I/O操作的
ChannelFuture
, 监听器的
ChannelFutureProgressListener.operationProgressed(ChannelFuture, long, long, long)
方法会被I/O线程调用.如果该不支持进度通知,
ChannelFutureProgressListener.operationProgressed(ChannelFuture, long, long, long)
不会被调用.该接口继承了
ChannelFutureListener
,当该future被标识为完成时
ChannelFutureListener.operationComplete(ChannelFuture)
会被调用. - ChannelGroup - org.jboss.netty.channel.group 中的 接口
- 一个包含打开通道和为通道提供各种各样批量操作的线程安全集合.使用
ChannelGroup
,你可以把通道分类到一个有意义的群组中(如. - ChannelGroupFuture - org.jboss.netty.channel.group 中的 接口
- 通道组异步操作的结果.
- ChannelGroupFutureListener - org.jboss.netty.channel.group 中的 接口
- 监听一个
ChannelGroupFuture
的结果.一旦这个监听器被调用
ChannelGroupFuture.addListener(ChannelGroupFutureListener)
方法添加,并且所有的I/O操作都完成时,监听器会收到ChannelGroup
的异步I/O操作结果. - ChannelHandler - org.jboss.netty.channel 中的 接口
- 处理或拦截一个
ChannelEvent
并发送一个 ChannelEvent
到ChannelPipeline
里的下一个处理器 . - ChannelHandler.Sharable - org.jboss.netty.channel 中的 注释类型
- 表示被注解的相同
ChannelHandler
实例可以被多次添加到一个或多个ChannelPipeline
上而不会发生条件竞争. - ChannelHandlerContext - org.jboss.netty.channel 中的 接口
- 允许一个
ChannelHandler
与它所属的ChannelPipeline
及其他处理器交互.一个处理器可以发送一个上游事件或下游事件,动态修改所属的ChannelPipeline
. - ChannelHandlerLifeCycleException - org.jboss.netty.channel 中的 异常
- 当
LifeCycleAwareChannelHandler
的处理方法抛出一个异常时,一个RuntimeException
会被抛出. - ChannelHandlerLifeCycleException() -
异常 org.jboss.netty.channel.ChannelHandlerLifeCycleException 的构造方法
- 创建一个新异常.
- ChannelHandlerLifeCycleException(String, Throwable) -
异常 org.jboss.netty.channel.ChannelHandlerLifeCycleException 的构造方法
- 创建一个新异常.
- ChannelHandlerLifeCycleException(String) -
异常 org.jboss.netty.channel.ChannelHandlerLifeCycleException 的构造方法
- 创建一个新异常.
- ChannelHandlerLifeCycleException(Throwable) -
异常 org.jboss.netty.channel.ChannelHandlerLifeCycleException 的构造方法
- 创建一个新异常.
- channelIdle(ChannelHandlerContext, IdleStateEvent) -
类 org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler 中的方法
- 当一个
Channel
短暂空闲时被调用.
- channelIdle(ChannelHandlerContext, IdleStateEvent) -
类 org.jboss.netty.handler.timeout.IdleStateAwareChannelUpstreamHandler 中的方法
- 当一个
Channel
短暂空闲时被调用.
- channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当一个
Channel
的interestOps
发送改变时调用.
- channelInterestChanged(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 中的方法
- 当一个
Channel
的interestOps
发送改变时调用.
- ChannelLocal<T> - org.jboss.netty.channel 中的 类
- 一个
Channel
的本地全局变量.认为这个是ThreadLocal
的变异,只是键是Channel
而不是
Thread.currentThread()
.不同点是访问变量时你必须指定访问的Channel
. - ChannelLocal() -
类 org.jboss.netty.channel.ChannelLocal 的构造方法
- 创建一个
Channel
的本地变量.
- channelOpen(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当一个
Channel
打开,但还没有绑定和连接时被调用.
- channelOpen(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 中的方法
- 当一个
Channel
打开,但还没有绑定和连接时被调用.
- channelOpen(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.handler.timeout.IdleStateHandler 中的方法
-
- channelOpen(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.handler.timeout.ReadTimeoutHandler 中的方法
-
- ChannelPipeline - org.jboss.netty.channel 中的 接口
- 处理或拦截一个
Channel
的ChannelEvent
的ChannelHandler
列表. - ChannelPipelineCoverage - org.jboss.netty.channel 中的 注释类型
- 已过时。 使用
ChannelHandler.Sharable
代替. - ChannelPipelineException - org.jboss.netty.channel 中的 异常
- 当一个
ChannelPipeline
处理一个ChannelEvent
失败或一个ChannelPipelineFactory
初始化一个ChannelPipeline
失败抛出的ChannelException
. - ChannelPipelineException() -
异常 org.jboss.netty.channel.ChannelPipelineException 的构造方法
- 创建一个新实例.
- ChannelPipelineException(String, Throwable) -
异常 org.jboss.netty.channel.ChannelPipelineException 的构造方法
- 创建一个新实例.
- ChannelPipelineException(String) -
异常 org.jboss.netty.channel.ChannelPipelineException 的构造方法
- 创建一个新实例.
- ChannelPipelineException(Throwable) -
异常 org.jboss.netty.channel.ChannelPipelineException 的构造方法
- 创建一个新实例.
- ChannelPipelineFactory - org.jboss.netty.channel 中的 接口
- 为一个新的
Channel
创建一个新的ChannelPipeline
. - Channels - org.jboss.netty.channel 中的 类
- 一个提供多种方便方法的关联
Channel
, ChannelHandler
, 和
ChannelPipeline
的帮助类. - ChannelSink - org.jboss.netty.channel 中的 接口
- 接受和处理终端的下游
ChannelEvent
事件. - ChannelState - org.jboss.netty.channel 中的 枚举
- 一个
Channel
的当前状态或未来状态. - ChannelStateEvent - org.jboss.netty.channel 中的 接口
- 一个表示
Channel
状态的改变的ChannelEvent
. - channelUnbound(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当一个
Channel
被本地地址取消绑定时调用.
- channelUnbound(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 中的方法
- 当一个
Channel
被本地地址取消绑定时调用.
- ChannelUpstreamHandler - org.jboss.netty.channel 中的 接口
- 处理或拦截一个上游
ChannelEvent
,并发送一个ChannelEvent
到管道里的下一个处理器. - CHARSET -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"charset"
- CHARSET -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"charset"
- CharsetUtil - org.jboss.netty.util 中的 类
- 为
Charset
和相关类提供多种共同操作与常量的实用类. - childChannelClosed(ChannelHandlerContext, ChildChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当一个子
Channel
被关闭时调用.
- childChannelClosed(ChannelHandlerContext, ChildChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 中的方法
- 当一个子
Channel
被关闭时调用.
- childChannelOpen(ChannelHandlerContext, ChildChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当一个子
Channel
打开时调用.
- childChannelOpen(ChannelHandlerContext, ChildChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 中的方法
- 当一个子
Channel
打开时调用.
- ChildChannelStateEvent - org.jboss.netty.channel 中的 接口
- 一个表示一个子
Channel
状态通知的ChannelEvent
.该事件只用于上游.请参考ChannelEvent
文档了解什么是上游事件和下游事件以及它们之间的区别. - CHUNKED -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"chunked"
- ChunkedFile - org.jboss.netty.handler.stream 中的 类
- 从一个文件一块一块的获取数据的
ChunkedInput
. - ChunkedFile(File) -
类 org.jboss.netty.handler.stream.ChunkedFile 的构造方法
- 创建一个从指定文件获取数据的实例.
- ChunkedFile(File, int) -
类 org.jboss.netty.handler.stream.ChunkedFile 的构造方法
- 创建一个从指定文件获取数据的实例.
- ChunkedFile(RandomAccessFile) -
类 org.jboss.netty.handler.stream.ChunkedFile 的构造方法
- 创建一个从指定文件获取数据的实例.
- ChunkedFile(RandomAccessFile, int) -
类 org.jboss.netty.handler.stream.ChunkedFile 的构造方法
- 创建一个从指定文件获取数据的实例.
- ChunkedFile(RandomAccessFile, long, long, int) -
类 org.jboss.netty.handler.stream.ChunkedFile 的构造方法
- 创建一个从指定文件获取数据的实例.
- ChunkedInput - org.jboss.netty.handler.stream 中的 接口
- 被
ChunkedWriteHandler
消费的大数据流. - ChunkedNioFile - org.jboss.netty.handler.stream 中的 类
- 使用NIO的
FileChannel
从一个文件一块一块的获取数据的ChunkedInput
. - ChunkedNioFile(File) -
类 org.jboss.netty.handler.stream.ChunkedNioFile 的构造方法
- 创建一个从指定文件获取数据的实例.
- ChunkedNioFile(File, int) -
类 org.jboss.netty.handler.stream.ChunkedNioFile 的构造方法
- 创建一个从指定文件获取数据的实例.
- ChunkedNioFile(FileChannel) -
类 org.jboss.netty.handler.stream.ChunkedNioFile 的构造方法
- 创建一个从指定文件获取数据的实例.
- ChunkedNioFile(FileChannel, int) -
类 org.jboss.netty.handler.stream.ChunkedNioFile 的构造方法
- 创建一个从指定文件获取数据的实例.
- ChunkedNioFile(FileChannel, long, long, int) -
类 org.jboss.netty.handler.stream.ChunkedNioFile 的构造方法
- 创建一个从指定文件获取数据的实例.
- ChunkedNioStream - org.jboss.netty.handler.stream 中的 类
- 从一个
ReadableByteChannel
一块一块的获取数据的ChunkedInput
.请注意
ReadableByteChannel
必须在阻塞模式下操作.并不支持非阻塞模式的 - ChunkedNioStream(ReadableByteChannel) -
类 org.jboss.netty.handler.stream.ChunkedNioStream 的构造方法
- 创建一个从指定channel获取数据的实例.
- ChunkedNioStream(ReadableByteChannel, int) -
类 org.jboss.netty.handler.stream.ChunkedNioStream 的构造方法
- 创建一个从指定channel获取数据的实例.
- ChunkedStream - org.jboss.netty.handler.stream 中的 类
- 一个大块大块从
InputStream
获取数据的ChunkedInput
. - ChunkedStream(InputStream) -
类 org.jboss.netty.handler.stream.ChunkedStream 的构造方法
- 创建一个从指定文件获取数据的实例.
- ChunkedStream(InputStream, int) -
类 org.jboss.netty.handler.stream.ChunkedStream 的构造方法
- 创建一个从指定文件获取数据的实例.
- ChunkedWriteHandler - org.jboss.netty.handler.stream 中的 类
- 一个添加了既不会花费很多内存也不会抛出
OutOfMemoryError
异常的异步写大块数据流支持的
ChannelHandler
.大数据流就如在ChannelHandler
里实现那样文件传输需要很复杂状态管理. - ChunkedWriteHandler() -
类 org.jboss.netty.handler.stream.ChunkedWriteHandler 的构造方法
- 创建一个实例.
- clear() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- clear() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 同时设置缓冲区的
readerIndex
和writerIndex
为0
.
- clear() -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- clear() -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Removes all of the mappings from this map.
- clear() -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Removes all of the mappings from this map.
- clear() -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Removes all of the mappings from this map.
- clear() -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Removes all of the mappings from this map.
- clearHeaders() -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 中的方法
-
- clearHeaders() -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- clearHeaders() -
接口 org.jboss.netty.handler.codec.http.HttpChunkTrailer 中的方法
- Removes all trailing headers from this trailer.
- clearHeaders() -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Removes all headers from this message.
- CLIENT_PORT -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"client_port"
- ClientBootstrap - org.jboss.netty.bootstrap 中的 类
- 一个创建客户端通道和尝试连接的帮助类.
- ClientBootstrap() -
类 org.jboss.netty.bootstrap.ClientBootstrap 的构造方法
- 创建一个没有
ChannelFactory
设置的实例.
- ClientBootstrap(ChannelFactory) -
类 org.jboss.netty.bootstrap.ClientBootstrap 的构造方法
- 使用指定的
ChannelFactory
创建一个实例.
- ClientSocketChannelFactory - org.jboss.netty.channel.socket 中的 接口
- 负责创建客户端Socket通道的通道工厂
- CLOCK -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"clock"
- close() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- close() -
接口 org.jboss.netty.channel.Channel 中的方法
- 异步关闭通道.如果该通道已经绑定或连接,则会先断开连接和取消绑定.一旦该通道被关闭,将不能再次打开.在一个关闭的通道调用该方法不会有任何效果.
- CLOSE -
接口 org.jboss.netty.channel.ChannelFutureListener 中的静态变量
- 关闭指定
ChannelFuture
关联的Channel
的ChannelFutureListener
.
- close(Channel) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"close"
请求到指定Channel
所属的 ChannelPipeline
里的最后一个
ChannelDownstreamHandler
.
- close(ChannelHandlerContext, ChannelFuture) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"close"
请求到最接近指定ChannelHandlerContext
关联的下游处理器的
ChannelDownstreamHandler
.
- close() -
接口 org.jboss.netty.channel.group.ChannelGroup 中的方法
- 关闭该组所有通道.如果通道已经被连接到一个远程端或已绑定到一个本地地址,它会自动断开和取消绑定.
- close() -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- close() -
类 org.jboss.netty.handler.codec.compression.ZlibEncoder 中的方法
-
- CLOSE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"close"
- CLOSE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"close"
- close() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- close() -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- close() -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
- 发送一个SSL
close_notify
消息到指定的Channel并销毁底层SSLEngine
.
- close(Channel) -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
- 已过时。 已被
SslHandler.close()
代替.
- close() -
类 org.jboss.netty.handler.stream.ChunkedFile 中的方法
-
- close() -
接口 org.jboss.netty.handler.stream.ChunkedInput 中的方法
- 释放该流的资源.
- close() -
类 org.jboss.netty.handler.stream.ChunkedNioFile 中的方法
-
- close() -
类 org.jboss.netty.handler.stream.ChunkedNioStream 中的方法
-
- close() -
类 org.jboss.netty.handler.stream.ChunkedStream 中的方法
-
- CLOSE_ON_FAILURE -
接口 org.jboss.netty.channel.ChannelFutureListener 中的静态变量
- 当操作失败或取消时关闭
Channel
的ChannelFutureListener
.
- closeRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelDownstreamHandler 中的方法
- 当
Channel.close()
被调用时调用.
- closeRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当
Channel.close()
被调用时调用.
- closeRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.handler.queue.BufferedWriteHandler 中的方法
-
- CLOSING_HANDSHAKE -
接口 org.jboss.netty.handler.codec.http.websocket.WebSocketFrame 中的静态变量
- Closing handshake message (0xFF, 0x00)
- CodecEmbedder<E> - org.jboss.netty.handler.codec.embedder 中的 接口
- A helper that wraps an encoder or a decoder (codec) so that they can be used
without doing actual I/O in unit tests or higher level codecs.
- CodecEmbedderException - org.jboss.netty.handler.codec.embedder 中的 异常
- A
RuntimeException
which is thrown when a CodecEmbedder
failed to encode or decode the specified input. - CodecEmbedderException() -
异常 org.jboss.netty.handler.codec.embedder.CodecEmbedderException 的构造方法
- Creates a new instance.
- CodecEmbedderException(String, Throwable) -
异常 org.jboss.netty.handler.codec.embedder.CodecEmbedderException 的构造方法
- Creates a new instance.
- CodecEmbedderException(String) -
异常 org.jboss.netty.handler.codec.embedder.CodecEmbedderException 的构造方法
- Creates a new instance.
- CodecEmbedderException(Throwable) -
异常 org.jboss.netty.handler.codec.embedder.CodecEmbedderException 的构造方法
- Creates a new instance.
- CommonsLoggerFactory - org.jboss.netty.logging 中的 类
- 用于创建一个 Apache Commons
Logging logger的工厂.
- CommonsLoggerFactory() -
类 org.jboss.netty.logging.CommonsLoggerFactory 的构造方法
-
- compare(ChannelBuffer, ChannelBuffer) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 比较两个指定的缓冲,如
ChannelBuffer.compareTo(ChannelBuffer)
所描述,该方法在实现一个新的缓冲类型时很有用.
- compareTo(ChannelBuffer) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- compareTo(ChannelBuffer) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 和指定的缓冲进行内容比较 .
- compareTo(Channel) -
类 org.jboss.netty.channel.AbstractChannel 中的方法
- 比较两个通道的ID.
- compareTo(ChannelGroup) -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- compareTo(LocalAddress) -
类 org.jboss.netty.channel.local.LocalAddress 中的方法
-
- compareTo(Cookie) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- compareTo(HttpMethod) -
类 org.jboss.netty.handler.codec.http.HttpMethod 中的方法
-
- compareTo(HttpResponseStatus) -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的方法
-
- compareTo(HttpVersion) -
类 org.jboss.netty.handler.codec.http.HttpVersion 中的方法
-
- CompatibleObjectDecoder - org.jboss.netty.handler.codec.serialization 中的 类
- 已过时。 该解码器有个已知严重的bug,在有些情况下会解码失败并抛出一个随机的异常.不管什么时候都应该避免使用.唯一的解决方法是使用
ObjectEncoder
,ObjectDecoder
,
ObjectEncoderOutputStream
替换
CompatibleObjectEncoder
,CompatibleObjectDecoder
,
ObjectInputStream
,ObjectOutputStream
.这个解决方法需要客户端和服务端同时被修改. - CompatibleObjectDecoder() -
类 org.jboss.netty.handler.codec.serialization.CompatibleObjectDecoder 的构造方法
- 已过时。 创建一个解码器.
- CompatibleObjectEncoder - org.jboss.netty.handler.codec.serialization 中的 类
- 序列化一个Java对象到一个
ChannelBuffer
的编码器(互操作版本). - CompatibleObjectEncoder() -
类 org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder 的构造方法
- 创建一个重置间隔为16的实例.
- CompatibleObjectEncoder(int) -
类 org.jboss.netty.handler.codec.serialization.CompatibleObjectEncoder 的构造方法
- 创建一个新实例.
- CompleteChannelFuture - org.jboss.netty.channel 中的 类
- 表示一个已经完成的
ChannelFuture
的脚架实现. - CompositeChannelBuffer - org.jboss.netty.buffer 中的 类
- 显示多个缓冲成一个单一的合并缓冲的虚拟缓冲.强烈建议使用
ChannelBuffers.wrappedBuffer(ChannelBuffer...)
代替直接调用构造方法. - CompositeChannelBuffer(ByteOrder, List<ChannelBuffer>) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 的构造方法
-
- COMPRESS -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"compress"
- COMPRESS -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"compress"
- CompressionException - org.jboss.netty.handler.codec.compression 中的 异常
- An
IOException
that is raised when compression or decompression
failed. - CompressionException() -
异常 org.jboss.netty.handler.codec.compression.CompressionException 的构造方法
- Creates a new instance.
- CompressionException(String, Throwable) -
异常 org.jboss.netty.handler.codec.compression.CompressionException 的构造方法
- Creates a new instance.
- CompressionException(String) -
异常 org.jboss.netty.handler.codec.compression.CompressionException 的构造方法
- Creates a new instance.
- CompressionException(Throwable) -
异常 org.jboss.netty.handler.codec.compression.CompressionException 的构造方法
- Creates a new instance.
- ConcurrentHashMap<K,V> - org.jboss.netty.util.internal 中的 类
- An alternative
ConcurrentMap
implementation which is similar to
ConcurrentHashMap
. - ConcurrentHashMap(int, float, int) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 的构造方法
- Creates a new, empty map with the specified initial capacity, load factor
and concurrency level.
- ConcurrentHashMap(int, float) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 的构造方法
- Creates a new, empty map with the specified initial capacity and load
factor and with the default reference types (weak keys, strong values),
and concurrencyLevel (16).
- ConcurrentHashMap(int) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 的构造方法
- Creates a new, empty map with the specified initial capacity, and with
default reference types (weak keys, strong values), load factor (0.75)
and concurrencyLevel (16).
- ConcurrentHashMap() -
类 org.jboss.netty.util.internal.ConcurrentHashMap 的构造方法
- Creates a new, empty map with a default initial capacity (16), reference
types (weak keys, strong values), default load factor (0.75) and
concurrencyLevel (16).
- ConcurrentHashMap(Map<? extends K, ? extends V>) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 的构造方法
- Creates a new map with the same mappings as the given map.
- ConcurrentIdentityHashMap<K,V> - org.jboss.netty.util.internal 中的 类
- An alternative identity-comparing
ConcurrentMap
which is similar to
ConcurrentHashMap
. - ConcurrentIdentityHashMap(int, float, int) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 的构造方法
- Creates a new, empty map with the specified initial capacity, load factor
and concurrency level.
- ConcurrentIdentityHashMap(int, float) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 的构造方法
- Creates a new, empty map with the specified initial capacity and load
factor and with the default reference types (weak keys, strong values),
and concurrencyLevel (16).
- ConcurrentIdentityHashMap(int) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 的构造方法
- Creates a new, empty map with the specified initial capacity, and with
default reference types (weak keys, strong values), load factor (0.75)
and concurrencyLevel (16).
- ConcurrentIdentityHashMap() -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 的构造方法
- Creates a new, empty map with a default initial capacity (16), reference
types (weak keys, strong values), default load factor (0.75) and
concurrencyLevel (16).
- ConcurrentIdentityHashMap(Map<? extends K, ? extends V>) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 的构造方法
- Creates a new map with the same mappings as the given map.
- ConcurrentIdentityWeakKeyHashMap<K,V> - org.jboss.netty.util.internal 中的 类
- An alternative weak-key identity-comparing
ConcurrentMap
which is
similar to ConcurrentHashMap
. - ConcurrentIdentityWeakKeyHashMap(int, float, int) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 的构造方法
- Creates a new, empty map with the specified initial capacity, load factor
and concurrency level.
- ConcurrentIdentityWeakKeyHashMap(int, float) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 的构造方法
- Creates a new, empty map with the specified initial capacity and load
factor and with the default reference types (weak keys, strong values),
and concurrencyLevel (16).
- ConcurrentIdentityWeakKeyHashMap(int) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 的构造方法
- Creates a new, empty map with the specified initial capacity, and with
default reference types (weak keys, strong values), load factor (0.75)
and concurrencyLevel (16).
- ConcurrentIdentityWeakKeyHashMap() -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 的构造方法
- Creates a new, empty map with a default initial capacity (16), reference
types (weak keys, strong values), default load factor (0.75) and
concurrencyLevel (16).
- ConcurrentIdentityWeakKeyHashMap(Map<? extends K, ? extends V>) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 的构造方法
- Creates a new map with the same mappings as the given map.
- ConcurrentWeakKeyHashMap<K,V> - org.jboss.netty.util.internal 中的 类
- An alternative weak-key
ConcurrentMap
which is similar to
ConcurrentHashMap
. - ConcurrentWeakKeyHashMap(int, float, int) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 的构造方法
- Creates a new, empty map with the specified initial capacity, load factor
and concurrency level.
- ConcurrentWeakKeyHashMap(int, float) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 的构造方法
- Creates a new, empty map with the specified initial capacity and load
factor and with the default reference types (weak keys, strong values),
and concurrencyLevel (16).
- ConcurrentWeakKeyHashMap(int) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 的构造方法
- Creates a new, empty map with the specified initial capacity, and with
default reference types (weak keys, strong values), load factor (0.75)
and concurrencyLevel (16).
- ConcurrentWeakKeyHashMap() -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 的构造方法
- Creates a new, empty map with a default initial capacity (16), reference
types (weak keys, strong values), default load factor (0.75) and
concurrencyLevel (16).
- ConcurrentWeakKeyHashMap(Map<? extends K, ? extends V>) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 的构造方法
- Creates a new map with the same mappings as the given map.
- CONFERENCE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Conference"
- CONFERENCE_NOT_FOUND -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 452 谈判不存在
- CONFLICT -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 409 冲突
- connect() -
类 org.jboss.netty.bootstrap.ClientBootstrap 中的方法
- 使用当前的
"remoteAddress"
属性和"localAddress"
属性尝试一个连接.
- connect(SocketAddress) -
类 org.jboss.netty.bootstrap.ClientBootstrap 中的方法
- 使用指定的
remoteAddress
属性和当前的 "localAddress"
属性尝试一个新的连接.
- connect(SocketAddress, SocketAddress) -
类 org.jboss.netty.bootstrap.ClientBootstrap 中的方法
- 使用指定的
remoteAddress
属性和指定的localAddress
属性尝试一个连接.如果
"localAddress"
属性没有设置 ,新通道的本地地址会自动检测.
- connect() -
类 org.jboss.netty.bootstrap.ConnectionlessBootstrap 中的方法
- 使用当前的
"remoteAddress"
属性和"localAddress"
属性创建一个已经连接的channel.
- connect(SocketAddress) -
类 org.jboss.netty.bootstrap.ConnectionlessBootstrap 中的方法
- 使用指定的
remoteAddress
属性和当前的 "localAddress"
属性尝试一个新的连接.
- connect(SocketAddress, SocketAddress) -
类 org.jboss.netty.bootstrap.ConnectionlessBootstrap 中的方法
- 使用指定的
remoteAddress
属性和指定的localAddress
属性尝试一个连接.如果
"localAddress"
属性没有设置 ,新通道的本地地址会自动检测.
- connect(SocketAddress) -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- connect(SocketAddress) -
类 org.jboss.netty.channel.AbstractServerChannel 中的方法
-
- connect(SocketAddress) -
接口 org.jboss.netty.channel.Channel 中的方法
- 异步连接该通道到指定的远程地址.
- connect(Channel, SocketAddress) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"connect"
请求到指定Channel
所属的 ChannelPipeline
里的最后一个 ChannelDownstreamHandler
.
- connect(ChannelHandlerContext, ChannelFuture, SocketAddress) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"connect"
请求到最接近指定ChannelHandlerContext
关联的下游处理器的
ChannelDownstreamHandler
.
- CONNECT -
类 org.jboss.netty.handler.codec.http.HttpMethod 中的静态变量
- This specification reserves the method name CONNECT for use with a proxy that can dynamically switch to being a tunnel
- CONNECTION -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Connection"
- CONNECTION -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Connection"
- ConnectionlessBootstrap - org.jboss.netty.bootstrap 中的 类
- 一个为无连接传输创建新的服务端
Channel
的帮助类. - ConnectionlessBootstrap() -
类 org.jboss.netty.bootstrap.ConnectionlessBootstrap 的构造方法
- 创建一个没有
ChannelFactory
设置的实例.
- ConnectionlessBootstrap(ChannelFactory) -
类 org.jboss.netty.bootstrap.ConnectionlessBootstrap 的构造方法
- 使用指定的
ChannelFactory
创建一个实例.
- connectRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelDownstreamHandler 中的方法
- 当
Channel.connect(SocketAddress)
被调用时调用.
- connectRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当
Channel.connect(SocketAddress)
被调用时调用.
- contains(Object) -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- contains(Object) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Legacy method testing if some key maps into the specified value in this
table.
- contains(Object) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Legacy method testing if some key maps into the specified value in this
table.
- contains(Object) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Legacy method testing if some key maps into the specified value in this
table.
- contains(Object) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Legacy method testing if some key maps into the specified value in this
table.
- containsHeader(String) -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 中的方法
-
- containsHeader(String) -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- containsHeader(String) -
接口 org.jboss.netty.handler.codec.http.HttpChunkTrailer 中的方法
- Returns
true
if and only if there is a trailing header with
the specified header name.
- containsHeader(String) -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Returns
true
if and only if there is a header with the specified
header name.
- containsKey(Object) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Tests if the specified object is a key in this table.
- containsKey(Object) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Tests if the specified object is a key in this table.
- containsKey(Object) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Tests if the specified object is a key in this table.
- containsKey(Object) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Tests if the specified object is a key in this table.
- containsValue(Object) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Returns true if this map maps one or more keys to the specified
value.
- containsValue(Object) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Returns true if this map maps one or more keys to the specified
value.
- containsValue(Object) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Returns true if this map maps one or more keys to the specified
value.
- containsValue(Object) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Returns true if this map maps one or more keys to the specified
value.
- CONTENT_BASE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Content-Base"
- CONTENT_BASE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Content-Base"
- CONTENT_ENCODING -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Content-Encoding"
- CONTENT_ENCODING -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Content-Encoding"
- CONTENT_LANGUAGE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Content-Language"
- CONTENT_LANGUAGE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Content-Language"
- CONTENT_LENGTH -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Content-Length"
- CONTENT_LENGTH -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Content-Length"
- CONTENT_LOCATION -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Content-Location"
- CONTENT_LOCATION -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Content-Location"
- CONTENT_MD5 -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Content-MD5"
- CONTENT_RANGE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Content-Range"
- CONTENT_TRANSFER_ENCODING -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Content-Transfer-Encoding"
- CONTENT_TYPE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Content-Type"
- CONTENT_TYPE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Content-Type"
- CONTINUE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"100-continue"
- CONTINUE -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 100 继续
- CONTINUE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"100-continue"
- CONTINUE -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 100 继续
- ConversionUtil - org.jboss.netty.util.internal 中的 类
- Conversion utility class to parse a property represented as a string or
an object.
- Cookie - org.jboss.netty.handler.codec.http 中的 接口
- An HTTP Cookie.
- COOKIE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Cookie"
- CookieDecoder - org.jboss.netty.handler.codec.http 中的 类
- Decodes an HTTP header value into
Cookie
s. - CookieDecoder() -
类 org.jboss.netty.handler.codec.http.CookieDecoder 的构造方法
- Creates a new decoder.
- CookieEncoder - org.jboss.netty.handler.codec.http 中的 类
- Encodes
Cookie
s into an HTTP header value. - CookieEncoder(boolean) -
类 org.jboss.netty.handler.codec.http.CookieEncoder 的构造方法
- Creates a new encoder.
- copiedBuffer(byte[]) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 拷贝一个指定数组的内容创建一个新的big-endian缓冲.该缓冲的readerIndex和writerIndex分别为0、array.
- copiedBuffer(ByteOrder, byte[]) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 拷贝一个指定数组的内容创建一个指定字节序的缓冲.该缓冲的readerIndex和writerIndex分别为0、array.length.
- copiedBuffer(byte[], int, int) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 拷贝一个指定数组子部分的内容创建一个big-endian缓冲.该缓冲的readerIndex和writerIndex分别为0和指定的length.
- copiedBuffer(ByteOrder, byte[], int, int) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 拷贝一个指定数组子部分的内容建一个指定字节序 的缓冲.该缓冲的readerIndex和writerIndex分别为0和指定的length.
- copiedBuffer(ByteBuffer) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 拷贝一个指定缓冲当前切片创建一个缓冲.该缓冲的readerIndex和writerIndex分别为0和buffer.remaining.
- copiedBuffer(ChannelBuffer) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 拷贝一个指定缓冲的可读字节创建一个新的缓冲.该缓冲的readerIndex和writerIndex分别为0和buffer.
- copiedBuffer(byte[]...) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 合并拷贝一个指定数组的内容创建一个新的big-endian缓冲.该缓冲的readerIndex和writerIndex分别为0和所有数组的长度(=
length)之和.
- copiedBuffer(ByteOrder, byte[]...) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 合并拷贝一个指定数组的内容创建一个指定字节序缓冲.该缓冲的readerIndex和writerIndex分别为0和所有数组的长度(=
length)之和.
- copiedBuffer(ChannelBuffer...) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 合并拷贝一个指定缓冲数组的可读内容创建一个新的缓冲.该缓冲的readerIndex和writerIndex分别为0和所有缓冲的可读字节(=
readableBytes)之和.
- copiedBuffer(ByteBuffer...) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 合并拷贝一个指定缓冲数组的切片创建一个新的缓冲.该缓冲的readerIndex和writerIndex分别为0和所有缓冲的可读字节(=
remaining)之和.
- copiedBuffer(CharSequence, Charset) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定字符集编码的字符串内容创建一个新的big-endian缓冲.
- copiedBuffer(CharSequence, int, int, Charset) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定字符集编码的字符串子部分内容创建一个新的big-endian缓冲.
- copiedBuffer(ByteOrder, CharSequence, Charset) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定字符集编码的字符串内容创建一个指定字节序的缓冲.
- copiedBuffer(ByteOrder, CharSequence, int, int, Charset) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定字符集编码的字符串子部分内容创建一个指定字节序的缓冲.
- copiedBuffer(char[], Charset) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定字符集编码的字符串内容创建一个big-endian缓冲.
- copiedBuffer(char[], int, int, Charset) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定字符集编码的数组的子部分内容创建一个big-endian缓冲.
- copiedBuffer(ByteOrder, char[], Charset) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定字符集编码的数组内容创建一个指定字节序的缓冲.
- copiedBuffer(ByteOrder, char[], int, int, Charset) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定字符集编码的数组子部分内容创建一个指定字节序的缓冲.
- copiedBuffer(String, String) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 已过时。 使用
ChannelBuffers.copiedBuffer(CharSequence, Charset)
代替.
- copiedBuffer(ByteOrder, String, String) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 已过时。 使用
ChannelBuffers.copiedBuffer(ByteOrder, CharSequence, Charset)
代替.
- copy() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- copy(int, int) -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 中的方法
-
- copy(int, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- copy() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回该缓冲可读字节的拷贝.修改其中任何一个缓冲对另一个都不会有影响.
- copy(int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回该缓冲的子部分,修改其中任何一个缓冲对另一个都不会有影响.且并不修改该缓冲区的
readerIndex
和
writerIndex
.
- copy(int, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- copy(int, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- copy(int, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- copy(int, int) -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 中的方法
-
- copy(int, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- copy(int, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- copy(int, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- CorruptedFrameException - org.jboss.netty.handler.codec.frame 中的 异常
- An
Exception
which is thrown when the received frame data can not
be decoded by a FrameDecoder
implementation. - CorruptedFrameException() -
异常 org.jboss.netty.handler.codec.frame.CorruptedFrameException 的构造方法
- Creates a new instance.
- CorruptedFrameException(String, Throwable) -
异常 org.jboss.netty.handler.codec.frame.CorruptedFrameException 的构造方法
- Creates a new instance.
- CorruptedFrameException(String) -
异常 org.jboss.netty.handler.codec.frame.CorruptedFrameException 的构造方法
- Creates a new instance.
- CorruptedFrameException(Throwable) -
异常 org.jboss.netty.handler.codec.frame.CorruptedFrameException 的构造方法
- Creates a new instance.
- CR -
接口 org.jboss.netty.buffer.ChannelBufferIndexFinder 中的静态变量
- 一个
CR ('\r')
字节的索引查找器.
- CREATED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 201 创建
- CREATED -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 201 创建
- CRLF -
接口 org.jboss.netty.buffer.ChannelBufferIndexFinder 中的静态变量
- 一个
CR ('\r')
或LF ('\n')
的索引查找器.
- CSEQ -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"CSeq"
- CURRENT -
接口 org.jboss.netty.util.ThreadNameDeterminer 中的静态变量
- 拒绝推荐线程名称并保留当前名称的
ThreadNameDeterminer
.
D
- DatagramChannel - org.jboss.netty.channel.socket 中的 接口
- 由数据包通道工厂创建的UDP/IP数据包通道
- DatagramChannelConfig - org.jboss.netty.channel.socket 中的 接口
DatagramChannel
的ChannelConfig
.- DatagramChannelFactory - org.jboss.netty.channel.socket 中的 接口
- 创建
DatagramChannel
的ChannelFactory
. - DATE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Date"
- DATE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Date"
- debug(String) -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 记录一个debug级别的日志.
- debug(String, Throwable) -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 记录一个debug级别的日志.
- DebugUtil - org.jboss.netty.util 中的 类
- 检测Netty是否运行在调试模式下.请注意这不是Java的调试模式.你可以使用指定的
"org.jboss.netty.debug"
系统属性打开Netty调试模式 (如. - decode(ChannelBuffer) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- decode(ChannelBuffer, Base64Dialect) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- decode(ChannelBuffer, ChannelBufferFactory) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- decode(ChannelBuffer, Base64Dialect, ChannelBufferFactory) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- decode(ChannelBuffer, int, int) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- decode(ChannelBuffer, int, int, Base64Dialect) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- decode(ChannelBuffer, int, int, ChannelBufferFactory) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- decode(ChannelBuffer, int, int, Base64Dialect, ChannelBufferFactory) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- decode(String) -
类 org.jboss.netty.handler.codec.http.CookieDecoder 中的方法
- Decodes the specified HTTP header value into
Cookie
s.
- DecoderEmbedder<E> - org.jboss.netty.handler.codec.embedder 中的 类
- A helper that wraps a decoder so that it can be used without doing actual
I/O in unit tests or higher level codecs.
- DecoderEmbedder(ChannelUpstreamHandler...) -
类 org.jboss.netty.handler.codec.embedder.DecoderEmbedder 的构造方法
- Creates a new embedder whose pipeline is composed of the specified
handlers.
- DecoderEmbedder(ChannelBufferFactory, ChannelUpstreamHandler...) -
类 org.jboss.netty.handler.codec.embedder.DecoderEmbedder 的构造方法
- Creates a new embedder whose pipeline is composed of the specified
handlers.
- decompose(int, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
- 除了该方法会返回一个列表外,与
CompositeChannelBuffer.slice(int, int)
无异.
- decrease() -
类 org.jboss.netty.util.internal.SharedResourceMisuseDetector 中的方法
-
- DEFAULT_MAX_FRAME_SIZE -
类 org.jboss.netty.handler.codec.http.websocket.WebSocketFrameDecoder 中的静态变量
-
- DefaultChannelConfig - org.jboss.netty.channel 中的 类
SocketChannelConfig
的默认实现.- DefaultChannelConfig() -
类 org.jboss.netty.channel.DefaultChannelConfig 的构造方法
- 创建一个实例.
- DefaultChannelFuture - org.jboss.netty.channel 中的 类
ChannelFuture
的默认实现.建议使用Channels.future(Channel)
和Channels.future(Channel, boolean)
创建一个新的ChannelFuture
而不是直接调用构造方法.- DefaultChannelFuture(Channel, boolean) -
类 org.jboss.netty.channel.DefaultChannelFuture 的构造方法
- 创建一个实例.
- DefaultChannelGroup - org.jboss.netty.channel.group 中的 类
- 一个
ChannelGroup
的默认实现. - DefaultChannelGroup() -
类 org.jboss.netty.channel.group.DefaultChannelGroup 的构造方法
- 使用一个生成的名称创建一个组.
- DefaultChannelGroup(String) -
类 org.jboss.netty.channel.group.DefaultChannelGroup 的构造方法
- 使用指定的名称创建一个组.请注意不同的组可以有相同的名称,也就是说不会进行名称重复的检测.
- DefaultChannelGroupFuture - org.jboss.netty.channel.group 中的 类
ChannelGroupFuture
的默认实现.- DefaultChannelGroupFuture(ChannelGroup, Collection<ChannelFuture>) -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 的构造方法
- 创建一个实例.
- DefaultChannelPipeline - org.jboss.netty.channel 中的 类
ChannelPipeline
的默认实现.建议使用Channels.pipeline()
创建一个新的ChannelPipeline
实例而不是直接调用构造方法.- DefaultChannelPipeline() -
类 org.jboss.netty.channel.DefaultChannelPipeline 的构造方法
- 创建一个空的管道.
- DefaultChildChannelStateEvent - org.jboss.netty.channel 中的 类
ChildChannelStateEvent
的默认实现.- DefaultChildChannelStateEvent(Channel, Channel) -
类 org.jboss.netty.channel.DefaultChildChannelStateEvent 的构造方法
- 创建一个实例.
- DefaultCookie - org.jboss.netty.handler.codec.http 中的 类
- The default
Cookie
implementation. - DefaultCookie(String, String) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 的构造方法
- Creates a new cookie with the specified name and value.
- DefaultDatagramChannelConfig - org.jboss.netty.channel.socket 中的 类
DatagramChannelConfig
默认实现.- DefaultDatagramChannelConfig(DatagramSocket) -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 的构造方法
- 创建一个实例.
- DefaultExceptionEvent - org.jboss.netty.channel 中的 类
ExceptionEvent
的默认实现.- DefaultExceptionEvent(Channel, Throwable) -
类 org.jboss.netty.channel.DefaultExceptionEvent 的构造方法
- 创建一个实例.
- DefaultFileRegion - org.jboss.netty.channel 中的 类
-
- DefaultFileRegion(FileChannel, long, long) -
类 org.jboss.netty.channel.DefaultFileRegion 的构造方法
-
- DefaultHttpChunk - org.jboss.netty.handler.codec.http 中的 类
- The default
HttpChunk
implementation. - DefaultHttpChunk(ChannelBuffer) -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunk 的构造方法
- Creates a new instance with the specified chunk content.
- DefaultHttpChunkTrailer - org.jboss.netty.handler.codec.http 中的 类
- The default
HttpChunkTrailer
implementation. - DefaultHttpChunkTrailer() -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 的构造方法
-
- DefaultHttpMessage - org.jboss.netty.handler.codec.http 中的 类
- The default
HttpMessage
implementation. - DefaultHttpRequest - org.jboss.netty.handler.codec.http 中的 类
- The default
HttpRequest
implementation. - DefaultHttpRequest(HttpVersion, HttpMethod, String) -
类 org.jboss.netty.handler.codec.http.DefaultHttpRequest 的构造方法
- Creates a new instance.
- DefaultHttpResponse - org.jboss.netty.handler.codec.http 中的 类
- The default
HttpResponse
implementation. - DefaultHttpResponse(HttpVersion, HttpResponseStatus) -
类 org.jboss.netty.handler.codec.http.DefaultHttpResponse 的构造方法
- Creates a new instance.
- DefaultIdleStateEvent - org.jboss.netty.handler.timeout 中的 类
IdleStateEvent
的实现类.- DefaultIdleStateEvent(Channel, IdleState, long) -
类 org.jboss.netty.handler.timeout.DefaultIdleStateEvent 的构造方法
- 创建一个实例.
- DefaultLocalClientChannelFactory - org.jboss.netty.channel.local 中的 类
LocalClientChannelFactory
的默认实现类.- DefaultLocalClientChannelFactory() -
类 org.jboss.netty.channel.local.DefaultLocalClientChannelFactory 的构造方法
- 创建一个实例.
- DefaultLocalServerChannelFactory - org.jboss.netty.channel.local 中的 类
LocalServerChannelFactory
的默认实现.- DefaultLocalServerChannelFactory() -
类 org.jboss.netty.channel.local.DefaultLocalServerChannelFactory 的构造方法
- 创建一个实例.
- DefaultObjectSizeEstimator - org.jboss.netty.util 中的 类
- 为普通目的实现默认的
ObjectSizeEstimator
- DefaultObjectSizeEstimator() -
类 org.jboss.netty.util.DefaultObjectSizeEstimator 的构造方法
- 创建一个实例.
- DefaultServerChannelConfig - org.jboss.netty.channel 中的 类
ServerSocketChannelConfig
的默认实现.- DefaultServerChannelConfig() -
类 org.jboss.netty.channel.DefaultServerChannelConfig 的构造方法
- 创建一个实例.
- DefaultServerSocketChannelConfig - org.jboss.netty.channel.socket 中的 类
ServerSocketChannelConfig
默认实现.- DefaultServerSocketChannelConfig(ServerSocket) -
类 org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig 的构造方法
- 创建一个实例.
- DefaultSocketChannelConfig - org.jboss.netty.channel.socket 中的 类
SocketChannelConfig
的默认实现.- DefaultSocketChannelConfig(Socket) -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 的构造方法
- 创建一个实例.
- DefaultWebSocketFrame - org.jboss.netty.handler.codec.http.websocket 中的 类
- The default
WebSocketFrame
implementation. - DefaultWebSocketFrame() -
类 org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame 的构造方法
- Creates a new empty text frame.
- DefaultWebSocketFrame(String) -
类 org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame 的构造方法
- Creates a new text frame from with the specified string.
- DefaultWebSocketFrame(int, ChannelBuffer) -
类 org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame 的构造方法
- Creates a new frame with the specified frame type and the specified data.
- DefaultWriteCompletionEvent - org.jboss.netty.channel 中的 类
WriteCompletionEvent
的默认实现.- DefaultWriteCompletionEvent(Channel, long) -
类 org.jboss.netty.channel.DefaultWriteCompletionEvent 的构造方法
- Creates a new instance.
- DEFLATE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"deflate"
- DEFLATE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"deflate"
- deflate(int) -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- deflateEnd() -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- deflateInit(int) -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- deflateInit(int, Enum<?>) -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- deflateInit(int, int) -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- deflateInit(int, int, Enum) -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- deflateParams(int, int) -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- deflateSetDictionary(byte[], int) -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- DELETE -
类 org.jboss.netty.handler.codec.http.HttpMethod 中的静态变量
- The DELETE method requests that the origin server delete the resource identified by the Request-URI.
- DelimiterBasedFrameDecoder - org.jboss.netty.handler.codec.frame 中的 类
- A decoder that splits the received
ChannelBuffer
s by one or more
delimiters. - DelimiterBasedFrameDecoder(int, ChannelBuffer) -
类 org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder 的构造方法
- Creates a new instance.
- DelimiterBasedFrameDecoder(int, boolean, ChannelBuffer) -
类 org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder 的构造方法
- Creates a new instance.
- DelimiterBasedFrameDecoder(int, ChannelBuffer...) -
类 org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder 的构造方法
- Creates a new instance.
- DelimiterBasedFrameDecoder(int, boolean, ChannelBuffer...) -
类 org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder 的构造方法
- Creates a new instance.
- Delimiters - org.jboss.netty.handler.codec.frame 中的 类
- A set of commonly used delimiters for
DelimiterBasedFrameDecoder
. - DESCRIBE -
类 org.jboss.netty.handler.codec.rtsp.RtspMethods 中的静态变量
- The DESCRIBE method retrieves the description of a presentation or media
object identified by the request URL from a server.
- DESTINATION -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"destination"
- DESTINATION_UNREACHABLE -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 462 目标不可达
- destroy() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingServlet 中的方法
-
- destroy() -
类 org.jboss.netty.logging.OsgiLoggerFactory 中的方法
-
- determineThreadName(String, String) -
接口 org.jboss.netty.util.ThreadNameDeterminer 中的方法
- 使用
ThreadRenamingRunnable
重写推荐线程名称
- directBuffer(int) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定的容量创建一个big-endian的直接缓冲.该缓冲的readerIndex和writerIndex皆为0.
- directBuffer(ByteOrder, int) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定的字节序和容量创建一个新的直接缓冲.该缓冲的readerIndex和writerIndex皆为0.
- DirectChannelBufferFactory - org.jboss.netty.buffer 中的 类
- 为直接缓冲预分配一个大块和在需要时返回它的切片的
ChannelBufferFactory
. - DirectChannelBufferFactory() -
类 org.jboss.netty.buffer.DirectChannelBufferFactory 的构造方法
- 创建一个字节序默认为
ByteOrder.BIG_ENDIAN
的工厂.
- DirectChannelBufferFactory(int) -
类 org.jboss.netty.buffer.DirectChannelBufferFactory 的构造方法
- 创建一个字节序默认为
ByteOrder.BIG_ENDIAN
的工厂.
- DirectChannelBufferFactory(ByteOrder) -
类 org.jboss.netty.buffer.DirectChannelBufferFactory 的构造方法
- 使用指定的字节序创建一个工厂
- DirectChannelBufferFactory(ByteOrder, int) -
类 org.jboss.netty.buffer.DirectChannelBufferFactory 的构造方法
- 使用指定的字节序创建一个工厂
- discardReadBytes() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- discardReadBytes() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 丢弃索引介于0和
readerIndex
之间的字节.
- discardReadBytes() -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- discardReadBytes() -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- disconnect() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- disconnect() -
类 org.jboss.netty.channel.AbstractServerChannel 中的方法
-
- disconnect() -
接口 org.jboss.netty.channel.Channel 中的方法
- 异步从当前远程地址断开连接.
- disconnect(Channel) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"disconnect"
请求到指定Channel
所属的 ChannelPipeline
里的最后一个 ChannelDownstreamHandler
.
- disconnect(ChannelHandlerContext, ChannelFuture) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"disconnect"
请求到最接近指定ChannelHandlerContext
关联的下游处理器的
ChannelDownstreamHandler
.
- disconnect() -
接口 org.jboss.netty.channel.group.ChannelGroup 中的方法
- 断开该组中所有通道连接
- disconnect() -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- disconnectRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelDownstreamHandler 中的方法
- 当
Channel.disconnect()
被调用时调用.
- disconnectRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当
Channel.disconnect()
被调用时调用.
- disconnectRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.handler.queue.BufferedWriteHandler 中的方法
-
- DownstreamChannelStateEvent - org.jboss.netty.channel 中的 类
- 下游
ChannelStateEvent
的默认实现. - DownstreamChannelStateEvent(Channel, ChannelFuture, ChannelState, Object) -
类 org.jboss.netty.channel.DownstreamChannelStateEvent 的构造方法
- 创建一个实例.
- DownstreamMessageEvent - org.jboss.netty.channel 中的 类
- 下游
MessageEvent
的默认实现. - DownstreamMessageEvent(Channel, ChannelFuture, Object, SocketAddress) -
类 org.jboss.netty.channel.DownstreamMessageEvent 的构造方法
- 创建一个实例.
- drainTo(Collection<? super E>) -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
-
- drainTo(Collection<? super E>, int) -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
-
- duplicate() -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 中的方法
-
- duplicate() -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- duplicate() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回该缓冲全部分.修改其中任何一个缓冲对另一个都会有影响,不过它们维护着各自的索引和标记,该方法等同于
buf.slice(0, buf.capacity())
.
- duplicate() -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- duplicate() -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- duplicate() -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- duplicate() -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 中的方法
-
- duplicate() -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- duplicate() -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- duplicate() -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- DuplicatedChannelBuffer - org.jboss.netty.buffer 中的 类
- 一个简单转发所有数据访问请求到父缓冲的派生缓冲.强烈建议使用
ChannelBuffer.duplicate()
代替调用构造方法. - DuplicatedChannelBuffer(ChannelBuffer) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 的构造方法
-
- dynamicBuffer() -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 创建一个数据长度估计为256个字节的big-endian动态缓冲.该缓冲的readerIndex和writerIndex皆为0.
- dynamicBuffer(ChannelBufferFactory) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
-
- dynamicBuffer(int) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用一个指定估算数据长度创建一个big-endian动态缓冲.更精确的估算可以减少意外的空间重新分配开销..
- dynamicBuffer(ByteOrder, int) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用一个指定估算数据长度和字节序创建一个big-endian动态缓冲.更精确的估算可以减少意外的空间重新分配开销..
- dynamicBuffer(int, ChannelBufferFactory) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用一个指定估算数据长度和工厂创建一个big-endian动态缓冲.更精确的估算可以减少意外的空间重新分配开销..
- dynamicBuffer(ByteOrder, int, ChannelBufferFactory) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用一个指定估算数据长度、工厂及字节序创建一个big-endian动态缓冲.更精确的估算可以减少意外的空间重新分配开销..
- DynamicChannelBuffer - org.jboss.netty.buffer 中的 类
- 一个能根据容量需求增加的动态容量缓冲.强烈建议使用
ChannelBuffers.dynamicBuffer(int)
代替调用构造方法. - DynamicChannelBuffer(int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 的构造方法
-
- DynamicChannelBuffer(ByteOrder, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 的构造方法
-
- DynamicChannelBuffer(ByteOrder, int, ChannelBufferFactory) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 的构造方法
-
E
- elements() -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Returns an enumeration of the values in this table.
- elements() -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Returns an enumeration of the values in this table.
- elements() -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Returns an enumeration of the values in this table.
- elements() -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Returns an enumeration of the values in this table.
- EMPTY_BUFFER -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态变量
- 容量为0的缓冲.
- encode(ChannelBuffer) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, Base64Dialect) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, ChannelBufferFactory) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, Base64Dialect, ChannelBufferFactory) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, boolean) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, boolean, Base64Dialect) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, boolean, ChannelBufferFactory) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, boolean, Base64Dialect, ChannelBufferFactory) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, int, int) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, int, int, Base64Dialect) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, int, int, ChannelBufferFactory) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, int, int, Base64Dialect, ChannelBufferFactory) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, int, int, boolean) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, int, int, boolean, Base64Dialect) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, int, int, boolean, ChannelBufferFactory) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode(ChannelBuffer, int, int, boolean, Base64Dialect, ChannelBufferFactory) -
类 org.jboss.netty.handler.codec.base64.Base64 中的静态方法
-
- encode() -
类 org.jboss.netty.handler.codec.http.CookieEncoder 中的方法
- Encodes the
Cookie
s which were added by CookieEncoder.addCookie(Cookie)
so far into an HTTP header value.
- EncoderEmbedder<E> - org.jboss.netty.handler.codec.embedder 中的 类
- A helper that wraps an encoder so that it can be used without doing actual
I/O in unit tests or higher level codecs.
- EncoderEmbedder(ChannelDownstreamHandler...) -
类 org.jboss.netty.handler.codec.embedder.EncoderEmbedder 的构造方法
- Creates a new embedder whose pipeline is composed of the specified
handlers.
- EncoderEmbedder(ChannelBufferFactory, ChannelDownstreamHandler...) -
类 org.jboss.netty.handler.codec.embedder.EncoderEmbedder 的构造方法
- Creates a new embedder whose pipeline is composed of the specified
handlers.
- ensureWritableBytes(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- ensureWritableBytes(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 保证可写字节数量大于等于指定的值.
- ensureWritableBytes(int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- entrySet() -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Returns a
Set
view of the mappings contained in this map.
- entrySet() -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Returns a
Set
view of the mappings contained in this map.
- entrySet() -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Returns a
Set
view of the mappings contained in this map.
- entrySet() -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Returns a
Set
view of the mappings contained in this map.
- EPHEMERAL -
类 org.jboss.netty.channel.local.LocalAddress 中的静态变量
-
- equals(Object) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- equals(Object) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 检测指定的缓冲内容是否和该缓冲内容一样,这里'一样'意味着:
两个缓冲的内容大小一样
两个缓冲的每个单一字节一样.
- equals(ChannelBuffer, ChannelBuffer) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 只有当指定的缓冲相同时如
ChannelBuffer#equals(Object)
所描述才返回true,该方法在实现一个新的缓冲类型时很有用.
- equals(Object) -
类 org.jboss.netty.channel.AbstractChannel 中的方法
- 只有当指定的对象与该对象相同时返回true(如:
this == o
).
- equals(Object) -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- equals(Object) -
类 org.jboss.netty.channel.local.LocalAddress 中的方法
-
- equals(Object) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- equals(Object) -
类 org.jboss.netty.handler.codec.http.HttpMethod 中的方法
-
- equals(Object) -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的方法
-
- equals(Object) -
类 org.jboss.netty.handler.codec.http.HttpVersion 中的方法
-
- error(String) -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 记录一个error级别的日志.
- error(String, Throwable) -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 记录一个error级别的日志.
- EstimatableObjectWrapper - org.jboss.netty.util 中的 接口
- 表示一个包含另一个需要重新考虑使用
ObjectSizeEstimator
估算更确切对象大小的对象. - estimateSize(Object) -
类 org.jboss.netty.util.DefaultObjectSizeEstimator 中的方法
-
- estimateSize(Object) -
接口 org.jboss.netty.util.ObjectSizeEstimator 中的方法
- 返回一个指定对象字节估算大小
- ETAG -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"ETag"
- eventSunk(ChannelPipeline, ChannelEvent) -
接口 org.jboss.netty.channel.ChannelSink 中的方法
- 当一个下游
ChannelEvent
事件到达它的终端(管道的开头)时被ChannelPipeline
调用.
- exceptionCaught(ChannelPipeline, ChannelEvent, ChannelPipelineException) -
类 org.jboss.netty.channel.AbstractChannelSink 中的方法
- 发送一个带有指定
cause
下游ExceptionEvent
事件.
- exceptionCaught(ChannelPipeline, ChannelEvent, ChannelPipelineException) -
接口 org.jboss.netty.channel.ChannelSink 中的方法
- 当一个
ChannelHandler
处理一个ChannelEvent
是抛出异常时,会被
ChannelPipeline
调用.
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当一个I/O线程或
ChannelHandler
抛出异常时被调用.
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 中的方法
- 当一个I/O线程或
ChannelHandler
抛出异常时被调用.
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) -
类 org.jboss.netty.handler.codec.frame.FrameDecoder 中的方法
-
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) -
类 org.jboss.netty.handler.codec.replay.ReplayingDecoder 中的方法
-
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) -
类 org.jboss.netty.handler.queue.BlockingReadHandler 中的方法
-
- exceptionCaught(ChannelHandlerContext, ExceptionEvent) -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
-
- ExceptionEvent - org.jboss.netty.channel 中的 接口
- 表示
ChannelHandler
或I/O线程抛出的异常通知的ChannelEvent
.该事件只能是使用于上游. - execute(Runnable) -
类 org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor 中的方法
-
- execute(Runnable) -
类 org.jboss.netty.util.internal.UnterminatableExecutor 中的方法
-
- execute(Runnable) -
类 org.jboss.netty.util.VirtualExecutorService 中的方法
-
- ExecutionHandler - org.jboss.netty.handler.execution 中的 类
- 转发一个上游
ChannelEvent
到一个Executor
. - ExecutionHandler(Executor) -
类 org.jboss.netty.handler.execution.ExecutionHandler 的构造方法
- 使用指定的
Executor
创建一个新实例.如果不确定则指定一个
OrderedMemoryAwareThreadPoolExecutor
.
- ExecutorUtil - org.jboss.netty.util.internal 中的 类
- Shuts down a list of
Executor
s. - EXPECT -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Expect"
- EXPECTATION_FAILED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 417 等待失败
- EXPIRES -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Expires"
- EXPIRES -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Expires"
- ExternalResourceReleasable - org.jboss.netty.util 中的 接口
- 为一个外部资源需要明确释放或关闭的类提供通用接口.
- ExternalResourceUtil - org.jboss.netty.util 中的 类
- 一个提供方便关闭外部资源的实用类
F
- factory() -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 中的方法
-
- factory() -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- factory() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回一个用于创建与这个缓冲相同类型和默认
ByteOrder
的ChannelBuffer
的工厂.
- factory() -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- factory() -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- factory() -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- factory() -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 中的方法
-
- factory() -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- factory() -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- factory() -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- FAILED_DEPENDENCY -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 424 依赖失败(WebDAV, RFC4918)
- FailedChannelFuture - org.jboss.netty.channel 中的 类
- 已经失败的
CompleteChannelFuture
.建议使用
Channels.failedFuture(Channel, Throwable)
代替直接调用该future的构造方法. - FailedChannelFuture(Channel, Throwable) -
类 org.jboss.netty.channel.FailedChannelFuture 的构造方法
- 创建一个实例.
- failedFuture(Channel, Throwable) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 为指定
Channel
创建一个已经失败的ChannelFuture
.
- FileRegion - org.jboss.netty.channel 中的 接口
- 通过一个支持零拷贝文件传输的
Channel
发送的文件区域. - find(ChannelBuffer, int) -
接口 org.jboss.netty.buffer.ChannelBufferIndexFinder 中的方法
- 只有在指定的缓冲上指定的索引找到数据才返回true.
- find(Integer) -
接口 org.jboss.netty.channel.group.ChannelGroup 中的方法
- 返回匹配指定整数ID的通道.
- find(Integer) -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 返回匹配指定
Channel
ID关联的有自己I/O操作的ChannelFuture
.
- find(Channel) -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 返回匹配指定
Channel
关联的有自己I/O操作的ChannelFuture
.
- find(Integer) -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- find(Integer) -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
- find(Channel) -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
- finish() -
接口 org.jboss.netty.handler.codec.embedder.CodecEmbedder 中的方法
- Signals the pipeline that the encoding or decoding has been finished and
no more data will be offered.
- fireChannelBound(Channel, SocketAddress) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelBound"
事件到指定Channel
的ChannelPipeline
里的第一个ChannelUpstreamHandler
.
- fireChannelBound(ChannelHandlerContext, SocketAddress) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelBound"
事件到最接近指定ChannelHandlerContext
关联的处理器的
ChannelUpstreamHandler
.
- fireChannelClosed(Channel) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelClosed"
事件到指定Channel
所属的
ChannelPipeline
里的第一个ChannelUpstreamHandler
.
- fireChannelClosed(ChannelHandlerContext) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelClosed"
事件到最接近指定ChannelHandlerContext
关联的处理器的
ChannelUpstreamHandler
.
- fireChannelConnected(Channel, SocketAddress) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelConnected"
事件到指定Channel
的
ChannelPipeline
里的第一个ChannelUpstreamHandler
.
- fireChannelConnected(ChannelHandlerContext, SocketAddress) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelConnected"
事件到最接近指定ChannelHandlerContext
关联的处理器的 ChannelUpstreamHandler
.
- fireChannelDisconnected(Channel) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelDisconnected"
事件到指定Channel
所属的
ChannelPipeline
里的第一个ChannelUpstreamHandler
.
- fireChannelDisconnected(ChannelHandlerContext) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelDisconnected"
事件到最接近指定ChannelHandlerContext
关联的处理器的 ChannelUpstreamHandler
.
- fireChannelInterestChanged(Channel) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelInterestChanged"
事件到指定Channel
所属的
ChannelPipeline
里的第一个ChannelUpstreamHandler
.
- fireChannelInterestChanged(ChannelHandlerContext) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelInterestChanged"
事件到最接近指定ChannelHandlerContext
关联的处理器的 ChannelUpstreamHandler
.
- fireChannelOpen(Channel) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelOpen"
事件到指定Channel
的ChannelPipeline
里的第一个ChannelUpstreamHandler
.如果指定的通道有父通道,一个
"childChannelOpen"
事件 也会被发送.
- fireChannelOpen(ChannelHandlerContext) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelOpen"
事件到最接近指定ChannelHandlerContext
关联的处理器的
ChannelUpstreamHandler
.
- fireChannelUnbound(Channel) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelUnbound"
事件到指定Channel
所属的
ChannelPipeline
里的第一个ChannelUpstreamHandler
.
- fireChannelUnbound(ChannelHandlerContext) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"channelUnbound"
事件到最接近指定ChannelHandlerContext
关联的处理器的
ChannelUpstreamHandler
.
- fireExceptionCaught(Channel, Throwable) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"exceptionCaught"
事件到指定Channel
所属的
ChannelPipeline
里的第一个ChannelUpstreamHandler
.
- fireExceptionCaught(ChannelHandlerContext, Throwable) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"exceptionCaught"
事件到最接近指定ChannelHandlerContext
关联的处理器的
ChannelUpstreamHandler
.
- fireMessageReceived(Channel, Object) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"messageReceived"
事件到指定Channel
的
ChannelPipeline
里的第一个ChannelUpstreamHandler
.
- fireMessageReceived(Channel, Object, SocketAddress) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"messageReceived"
事件到指定Channel
所属的
ChannelPipeline
里的第一个ChannelUpstreamHandler
.
- fireMessageReceived(ChannelHandlerContext, Object) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"messageReceived"
事件到最接近指定ChannelHandlerContext
关联的处理器的 ChannelUpstreamHandler
.
- fireMessageReceived(ChannelHandlerContext, Object, SocketAddress) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"messageReceived"
事件到最接近指定ChannelHandlerContext
关联的处理器的 ChannelUpstreamHandler
.
- fireWriteComplete(Channel, long) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"writeComplete"
事件到指定Channel
所属的
ChannelPipeline
里的第一个ChannelUpstreamHandler
.
- fireWriteComplete(ChannelHandlerContext, long) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"writeComplete"
事件到最接近指定ChannelHandlerContext
关联的处理器的
ChannelUpstreamHandler
.
- FixedLengthFrameDecoder - org.jboss.netty.handler.codec.frame 中的 类
- A decoder that splits the received
ChannelBuffer
s by the fixed number
of bytes. - FixedLengthFrameDecoder(int) -
类 org.jboss.netty.handler.codec.frame.FixedLengthFrameDecoder 的构造方法
- Creates a new instance.
- FixedReceiveBufferSizePredictor - org.jboss.netty.channel 中的 类
- 一直产生相同缓冲大小预测值的
ReceiveBufferSizePredictor
.该预测机会忽略来自I/O线程的反馈. - FixedReceiveBufferSizePredictor(int) -
类 org.jboss.netty.channel.FixedReceiveBufferSizePredictor 的构造方法
- 创建一个一直返回指定缓冲大小的相同预测值的预测机.
- FixedReceiveBufferSizePredictorFactory - org.jboss.netty.channel 中的 类
- 返回一个带有预定义配置的
FixedReceiveBufferSizePredictor
的
ReceiveBufferSizePredictorFactory
. - FixedReceiveBufferSizePredictorFactory(int) -
类 org.jboss.netty.channel.FixedReceiveBufferSizePredictorFactory 的构造方法
- 创建一个一直返回相同指定缓冲大小预测值的
FixedReceiveBufferSizePredictor
的工厂.
- flush() -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- flush() -
类 org.jboss.netty.handler.queue.BufferedWriteHandler 中的方法
- 发送队列里的写请求到下游.
- flush(boolean) -
类 org.jboss.netty.handler.queue.BufferedWriteHandler 中的方法
- 发送队列里的写请求到下游.
- FORBIDDEN -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 403 禁止
- FORBIDDEN -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 403 禁止
- FOUND -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 302 找到
- FrameDecoder - org.jboss.netty.handler.codec.frame 中的 类
- Decodes the received
ChannelBuffer
s into a meaningful frame object. - free() -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- FROM -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"From"
- FROM -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"From"
- future(Channel) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 为指定
Channel
创建一个不可取消的ChannelFuture
.
- future(Channel, boolean) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 为指定的
Channel
创建一个新的ChannelFuture
.
G
- GATEWAY_TIMEOUT -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 504 网关超时
- GATEWAY_TIMEOUT -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 504 网关超时
- get(Channel) -
类 org.jboss.netty.channel.ChannelLocal 中的方法
- 返回该变量的值.
- get(String) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 返回管道里指定名称的
ChannelHandler
.
- get(Class<T>) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 返回管道里指定类型的
ChannelHandler
.
- get(String) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- get(Class<T>) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- get(String) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- get(Class<T>) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- GET -
类 org.jboss.netty.handler.codec.http.HttpMethod 中的静态变量
- The GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
- get(Object) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Returns the value to which the specified key is mapped, or
null
if this map contains no mapping for the key.
- get(Object) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Returns the value to which the specified key is mapped, or
null
if this map contains no mapping for the key.
- get(Object) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Returns the value to which the specified key is mapped, or
null
if this map contains no mapping for the key.
- get(Object) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Returns the value to which the specified key is mapped, or
null
if this map contains no mapping for the key.
- get(String) -
类 org.jboss.netty.util.internal.SystemPropertyUtil 中的静态方法
- Returns the value of the Java system property with the specified
key
.
- get(String, String) -
类 org.jboss.netty.util.internal.SystemPropertyUtil 中的静态方法
- Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if
the property access fails.
- get(String, int) -
类 org.jboss.netty.util.internal.SystemPropertyUtil 中的静态方法
- Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if
the property access fails.
- GET_PARAMETER -
类 org.jboss.netty.handler.codec.rtsp.RtspMethods 中的静态变量
- The GET_PARAMETER request retrieves the value of a parameter of a
presentation or stream specified in the URI.
- getAttachment() -
接口 org.jboss.netty.channel.ChannelHandlerContext 中的方法
- 获取link #setAttachment(Object) 附加}到该上下文的对象.
- getBacklog() -
类 org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig 中的方法
-
- getBacklog() -
接口 org.jboss.netty.channel.socket.ServerSocketChannelConfig 中的方法
- 返回当Channel绑定到本地地址时指定的backlog值.
- getBinaryData() -
类 org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame 中的方法
-
- getBinaryData() -
接口 org.jboss.netty.handler.codec.http.websocket.WebSocketFrame 中的方法
- Returns the content of this frame as-is, with no UTF-8 decoding.
- getBuffer(int) -
类 org.jboss.netty.buffer.AbstractChannelBufferFactory 中的方法
-
- getBuffer(byte[], int, int) -
类 org.jboss.netty.buffer.AbstractChannelBufferFactory 中的方法
-
- getBuffer(int) -
接口 org.jboss.netty.buffer.ChannelBufferFactory 中的方法
- 返回一个指定容量的
ChannelBuffer
.
- getBuffer(ByteOrder, int) -
接口 org.jboss.netty.buffer.ChannelBufferFactory 中的方法
- 返回一个指定字节序和容量的
ChannelBuffer
.
- getBuffer(byte[], int, int) -
接口 org.jboss.netty.buffer.ChannelBufferFactory 中的方法
- 返回一个内容等同于指定数组子部分的
ChannelBuffer
.
- getBuffer(ByteOrder, byte[], int, int) -
接口 org.jboss.netty.buffer.ChannelBufferFactory 中的方法
- 返回一个内容等同于指定数组子部分的
ChannelBuffer
.
- getBuffer(ByteBuffer) -
接口 org.jboss.netty.buffer.ChannelBufferFactory 中的方法
- 返回一个内容与指定的NIO缓冲子部分相同的
ChannelBuffer
,依赖工厂的实现,返回的缓冲可以封装该NIO缓冲或创建该NIO缓冲的拷贝.
- getBuffer(ByteOrder, int) -
类 org.jboss.netty.buffer.DirectChannelBufferFactory 中的方法
-
- getBuffer(ByteOrder, byte[], int, int) -
类 org.jboss.netty.buffer.DirectChannelBufferFactory 中的方法
-
- getBuffer(ByteBuffer) -
类 org.jboss.netty.buffer.DirectChannelBufferFactory 中的方法
-
- getBuffer(ByteOrder, int) -
类 org.jboss.netty.buffer.HeapChannelBufferFactory 中的方法
-
- getBuffer(ByteOrder, byte[], int, int) -
类 org.jboss.netty.buffer.HeapChannelBufferFactory 中的方法
-
- getBuffer(ByteBuffer) -
类 org.jboss.netty.buffer.HeapChannelBufferFactory 中的方法
-
- getBufferFactory() -
接口 org.jboss.netty.channel.ChannelConfig 中的方法
- 返回用于创建
ChannelBuffer
的默认ChannelBufferFactory
.默认是
HeapChannelBufferFactory
.
- getBufferFactory() -
类 org.jboss.netty.channel.DefaultChannelConfig 中的方法
-
- getBufferFactory() -
类 org.jboss.netty.channel.DefaultServerChannelConfig 中的方法
-
- getBufferFactory() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- getByte(int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- getByte(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处获取一个字节.该方法并不修改缓冲的 readerIndex
和
writerIndex
.
- getByte(int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- getByte(int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- getByte(int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- getByte(int) -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- getByte(int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- getByte(int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- getByte(int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- getBytes(int, byte[]) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- getBytes(int, ChannelBuffer) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- getBytes(int, ChannelBuffer, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- getBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- getBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- getBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- getBytes(int, OutputStream, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- getBytes(int, GatheringByteChannel, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- getBytes(int, ChannelBuffer) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区指定绝对值
index
开始处传输数据到指定的目标,直到目标不可写为止.
- getBytes(int, ChannelBuffer, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区指定绝对值
index
开始处传输数据到指定的目标.
- getBytes(int, ChannelBuffer, int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区指定绝对值
index
开始处传输数据到指定的目标.
- getBytes(int, byte[]) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区指定绝对值
index
开始处传输数据到指定的目标.
- getBytes(int, byte[], int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区指定绝对值
index
开始处传输数据到指定的目标.
- getBytes(int, ByteBuffer) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区指定绝对值
index
开始处传输数据到指定的目标,直到目标的position到达限制为止.
- getBytes(int, OutputStream, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区指定绝对值
index
开始处传输数据到指定的数据流.该方法并不修改该缓冲区的 readerIndex
和
writerIndex
.
- getBytes(int, GatheringByteChannel, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区指定绝对值
index
开始处传输数据到指定的通道.该方法并不修改该缓冲区的 readerIndex
和
writerIndex
.
- getBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- getBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- getBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- getBytes(int, GatheringByteChannel, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- getBytes(int, OutputStream, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- getBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- getBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- getBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- getBytes(int, OutputStream, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- getBytes(int, GatheringByteChannel, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- getBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- getBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- getBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- getBytes(int, GatheringByteChannel, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- getBytes(int, OutputStream, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- getBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- getBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- getBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- getBytes(int, OutputStream, int) -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- getBytes(int, GatheringByteChannel, int) -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- getBytes(int, GatheringByteChannel, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- getBytes(int, OutputStream, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- getBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- getBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- getBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- getBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- getBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- getBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- getBytes(int, OutputStream, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- getBytes(int, GatheringByteChannel, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- getBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- getBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- getBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- getBytes(int, OutputStream, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- getBytes(int, GatheringByteChannel, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- getCause() -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 如果I/O操作失败,则返回导致I/O操作失败的原因.
- getCause() -
类 org.jboss.netty.channel.DefaultChannelFuture 中的方法
-
- getCause() -
类 org.jboss.netty.channel.DefaultExceptionEvent 中的方法
-
- getCause() -
接口 org.jboss.netty.channel.ExceptionEvent 中的方法
- 返回抛出的异常.
- getCause() -
类 org.jboss.netty.channel.FailedChannelFuture 中的方法
-
- getCause() -
类 org.jboss.netty.channel.SucceededChannelFuture 中的方法
-
- getChannel() -
接口 org.jboss.netty.channel.ChannelEvent 中的方法
- 返回关联到该事件的
Channel
.
- getChannel() -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 返回该future关联发生I/O操作的Channel.
- getChannel() -
接口 org.jboss.netty.channel.ChannelHandlerContext 中的方法
- 返回
ChannelPipeline
所属的Channel
.该方法是
getPipeline().getChannel()快捷方式.
- getChannel() -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 返回该管道被附加的
Channel
.
- getChannel() -
接口 org.jboss.netty.channel.ChildChannelStateEvent 中的方法
- 返回关联该事件的父
Channel
.请注意你必须使用ChildChannelStateEvent.getChildChannel()
去获得由父Channel
创建或接收的Channel
.
- getChannel() -
类 org.jboss.netty.channel.CompleteChannelFuture 中的方法
-
- getChannel() -
类 org.jboss.netty.channel.DefaultChannelFuture 中的方法
-
- getChannel() -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- getChannel() -
类 org.jboss.netty.channel.DefaultChildChannelStateEvent 中的方法
-
- getChannel() -
类 org.jboss.netty.channel.DefaultExceptionEvent 中的方法
-
- getChannel() -
类 org.jboss.netty.channel.DefaultWriteCompletionEvent 中的方法
-
- getChannel() -
类 org.jboss.netty.channel.DownstreamChannelStateEvent 中的方法
-
- getChannel() -
类 org.jboss.netty.channel.DownstreamMessageEvent 中的方法
-
- getChannel() -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- getChannel() -
类 org.jboss.netty.channel.UpstreamChannelStateEvent 中的方法
-
- getChannel() -
类 org.jboss.netty.channel.UpstreamMessageEvent 中的方法
-
- getChannel() -
类 org.jboss.netty.handler.timeout.DefaultIdleStateEvent 中的方法
-
- getChar(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- getChar(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处获取一个2字节的UTF16字符.该方法并不修改缓冲的 readerIndex
和
writerIndex
.
- getChildChannel() -
接口 org.jboss.netty.channel.ChildChannelStateEvent 中的方法
- 返回状态已经改变的子
Channel
.
- getChildChannel() -
类 org.jboss.netty.channel.DefaultChildChannelStateEvent 中的方法
-
- getCloseFuture() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- getCloseFuture() -
接口 org.jboss.netty.channel.Channel 中的方法
- 返回一个当通道被关闭会接收通知的
ChannelFuture
.
- getCode() -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的方法
- Returns the code of this status.
- getComment() -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Returns the comment of this cookie.
- getComment() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- getCommentUrl() -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Returns the comment URL of this cookie.
- getCommentUrl() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- getConfig() -
接口 org.jboss.netty.channel.Channel 中的方法
- 返回该通道的配置.
- getConfig() -
接口 org.jboss.netty.channel.socket.DatagramChannel 中的方法
-
- getConfig() -
接口 org.jboss.netty.channel.socket.ServerSocketChannel 中的方法
-
- getConfig() -
接口 org.jboss.netty.channel.socket.SocketChannel 中的方法
-
- getConnectTimeoutMillis() -
接口 org.jboss.netty.channel.ChannelConfig 中的方法
- 返回通道连接超时的毫秒数.如果通道并不支持连接操作,该属性根本不会被使用,因此将被忽略.
- getConnectTimeoutMillis() -
类 org.jboss.netty.channel.DefaultChannelConfig 中的方法
-
- getConnectTimeoutMillis() -
类 org.jboss.netty.channel.DefaultServerChannelConfig 中的方法
-
- getConnectTimeoutMillis() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- getContent() -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunk 中的方法
-
- getContent() -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 中的方法
-
- getContent() -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- getContent() -
接口 org.jboss.netty.handler.codec.http.HttpChunk 中的方法
- Returns the content of this chunk.
- getContent() -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Returns the content of this message.
- getContentLength() -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
- 已过时。
- getContentLength(long) -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
- 已过时。
- getContentLength(HttpMessage) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Returns the length of the content.
- getContentLength(HttpMessage, long) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Returns the length of the content.
- getContentLength() -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- 已过时。 Use
HttpHeaders.getContentLength(HttpMessage)
instead.
- getContentLength(long) -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- 已过时。 Use
HttpHeaders.getContentLength(HttpMessage, long)
instead.
- getContext(ChannelHandler) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 返回管道里指定
ChannelHandler
的上下文对象.
- getContext(String) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 返回在该管道里指定名字的
ChannelHandler
的上下文对象.
- getContext(Class<? extends ChannelHandler>) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 返回在该管道里指定类型的
ChannelHandler
的上下文对象.
- getContext(String) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- getContext(ChannelHandler) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- getContext(Class<? extends ChannelHandler>) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- getContext(String) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- getContext(ChannelHandler) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- getContext(Class<? extends ChannelHandler>) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- getContext() -
类 org.jboss.netty.handler.execution.ChannelEventRunnable 中的方法
- 返回被用来发送上游事件的
ChannelHandlerContext
.
- getCount() -
类 org.jboss.netty.channel.DefaultFileRegion 中的方法
-
- getCount() -
接口 org.jboss.netty.channel.FileRegion 中的方法
- 返回传输的字节数.
- getCurrentOffset() -
类 org.jboss.netty.handler.stream.ChunkedFile 中的方法
- 返回文件传输的当前偏移.
- getCurrentOffset() -
类 org.jboss.netty.handler.stream.ChunkedNioFile 中的方法
- 返回文件传输的当前偏移.
- getDecoder(Charset) -
类 org.jboss.netty.util.CharsetUtil 中的静态方法
- 返回指定charset的本地线程缓存的
CharsetDecoder
.
- getDefaultBufferPool() -
类 org.jboss.netty.handler.ssl.SslHandler 中的静态方法
- 返回在构造器没有指定池时使用的
SslBufferPool
.
- getDefaultFactory() -
类 org.jboss.netty.logging.InternalLoggerFactory 中的静态方法
- 返回默认工厂.内部工厂是
JdkLoggerFactory
.
- getDefaultOrder() -
类 org.jboss.netty.buffer.AbstractChannelBufferFactory 中的方法
-
- getDefaultOrder() -
接口 org.jboss.netty.buffer.ChannelBufferFactory 中的方法
- 返回使用
ChannelBufferFactory.getBuffer(int)
获得的ChannelBuffer
的默认字节序.
- getDomain() -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Returns the domain of this cookie.
- getDomain() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- getDouble(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- getDouble(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处获取一个64位浮点数.该方法并不修改缓冲的 readerIndex
和
writerIndex
.
- getEnabledSslCipherSuites() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
- 返回可用在
SSLEngine
的密码套件.如果是null,默认值会被使用.
- getEnabledSslProtocols() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
- 返回可用在
SSLEngine
的协议版本.
- getEncoder(Charset) -
类 org.jboss.netty.util.CharsetUtil 中的静态方法
- 返回指定charset的本地线程缓存的
CharsetEncoder
.
- getEndOffset() -
类 org.jboss.netty.handler.stream.ChunkedFile 中的方法
- 返回文件传输的结束偏移.
- getEndOffset() -
类 org.jboss.netty.handler.stream.ChunkedNioFile 中的方法
- 返回文件传输的结束偏移.
- getEngine() -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
- 返回被该处理器使用的
SSLEngine
.
- getEvent() -
类 org.jboss.netty.handler.execution.ChannelEventRunnable 中的方法
- 返回被发送到上游的事件.
- getExecutor() -
类 org.jboss.netty.handler.execution.ExecutionHandler 中的方法
- 返回在构造方法指定的
Executor
.
- getFactory() -
类 org.jboss.netty.bootstrap.Bootstrap 中的方法
- 返回一个用来处理I/O操作的
ChannelFactory
- getFactory() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- getFactory() -
接口 org.jboss.netty.channel.Channel 中的方法
- 返回创建该通道的
ChannelFactory
.
- getFallback() -
类 org.jboss.netty.logging.OsgiLoggerFactory 中的方法
-
- getFirst() -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 返回该管道的第一个
ChannelHandler
.
- getFirst() -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- getFirst() -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- getFloat(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- getFloat(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处获取一个32位浮点数.该方法并不修改缓冲的 readerIndex
和
writerIndex
.
- getFuture() -
接口 org.jboss.netty.channel.ChannelEvent 中的方法
- 返回关联到该事件的
ChannelFuture
.
- getFuture() -
类 org.jboss.netty.channel.DefaultChildChannelStateEvent 中的方法
-
- getFuture() -
类 org.jboss.netty.channel.DefaultExceptionEvent 中的方法
-
- getFuture() -
类 org.jboss.netty.channel.DefaultWriteCompletionEvent 中的方法
-
- getFuture() -
类 org.jboss.netty.channel.DownstreamChannelStateEvent 中的方法
-
- getFuture() -
类 org.jboss.netty.channel.DownstreamMessageEvent 中的方法
-
- getFuture() -
类 org.jboss.netty.channel.UpstreamChannelStateEvent 中的方法
-
- getFuture() -
类 org.jboss.netty.channel.UpstreamMessageEvent 中的方法
-
- getFuture() -
类 org.jboss.netty.handler.timeout.DefaultIdleStateEvent 中的方法
-
- getGroup() -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 返回该future关联的
ChannelGroup
.
- getGroup() -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
- getHandler() -
接口 org.jboss.netty.channel.ChannelHandlerContext 中的方法
- 获取该上下文对象正在服务的
ChannelHandler
.
- getHeader(String) -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 中的方法
-
- getHeader(String) -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- getHeader(String) -
接口 org.jboss.netty.handler.codec.http.HttpChunkTrailer 中的方法
- Returns the trailing header value with the specified header name.
- getHeader(HttpMessage, String) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Returns the header value with the specified header name.
- getHeader(HttpMessage, String, String) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Returns the header value with the specified header name.
- getHeader(String) -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Returns the header value with the specified header name.
- getHeaderNames() -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 中的方法
-
- getHeaderNames() -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- getHeaderNames() -
接口 org.jboss.netty.handler.codec.http.HttpChunkTrailer 中的方法
- Returns the
Set
of all trailing header names that this trailer
contains.
- getHeaderNames() -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Returns the
Set
of all header names that this message contains.
- getHeaders(String) -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 中的方法
-
- getHeaders() -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 中的方法
-
- getHeaders(String) -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- getHeaders() -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- getHeaders(String) -
接口 org.jboss.netty.handler.codec.http.HttpChunkTrailer 中的方法
- Returns the trailing header values with the specified header name.
- getHeaders() -
接口 org.jboss.netty.handler.codec.http.HttpChunkTrailer 中的方法
- Returns the all header names and values that this trailer contains.
- getHeaders(String) -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Returns the header values with the specified header name.
- getHeaders() -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Returns the all header names and values that this message contains.
- getHost(HttpMessage) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Returns the value of the
"Host"
header.
- getHost(HttpMessage, String) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Returns the value of the
"Host"
header.
- getId() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- getId() -
接口 org.jboss.netty.channel.Channel 中的方法
- 返回该通道唯一的整型ID.
- getId() -
类 org.jboss.netty.channel.local.LocalAddress 中的方法
- 返回该地址的ID.
- getInstance() -
类 org.jboss.netty.buffer.DirectChannelBufferFactory 中的静态方法
-
- getInstance(ByteOrder) -
类 org.jboss.netty.buffer.DirectChannelBufferFactory 中的静态方法
-
- getInstance() -
类 org.jboss.netty.buffer.HeapChannelBufferFactory 中的静态方法
-
- getInstance(ByteOrder) -
类 org.jboss.netty.buffer.HeapChannelBufferFactory 中的静态方法
-
- getInstance(Class<?>) -
类 org.jboss.netty.logging.InternalLoggerFactory 中的静态方法
- 使用指定的类名称创建一个logger实例.
- getInstance(String) -
类 org.jboss.netty.logging.InternalLoggerFactory 中的静态方法
- 使用指定的名称创建一个logger实例.
- getInt(int) -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 中的方法
-
- getInt(int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- getInt(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处获取一个32位符号整型.该方法并不修改缓冲的 readerIndex
和
writerIndex
.
- getInt(int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- getInt(int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- getInt(int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- getInt(int) -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 中的方法
-
- getInt(int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- getInt(int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- getInt(int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- getInterestOps() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- getInterestOps() -
类 org.jboss.netty.channel.AbstractServerChannel 中的方法
-
- getInterestOps() -
接口 org.jboss.netty.channel.Channel 中的方法
- 返回该通道当前的
interestOps
.
- getInterface() -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 获取多播数据包的网络接口地址.
- getInterface() -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- getIntHeader(HttpMessage, String) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Returns the integer header value with the specified header name.
- getIntHeader(HttpMessage, String, int) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Returns the integer header value with the specified header name.
- getLast() -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 返回管道里最后一个
ChannelHandler
.
- getLast() -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- getLast() -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- getLastActivityTimeMillis() -
类 org.jboss.netty.handler.timeout.DefaultIdleStateEvent 中的方法
-
- getLastActivityTimeMillis() -
接口 org.jboss.netty.handler.timeout.IdleStateEvent 中的方法
- 返回发生最后一次的I/O的毫秒.
- getLevel() -
类 org.jboss.netty.handler.logging.LoggingHandler 中的方法
- 返回该处理器用于记录
ChannelEvent
的InternalLogLevel
.
- getLocalAddress() -
接口 org.jboss.netty.channel.Channel 中的方法
- 返回该通道绑定的本地地址.返回的
SocketAddress
可以向下转型到更多的实体类型(如
InetSocketAddress
)获取更详细的信息.
- getLocalAddress() -
接口 org.jboss.netty.channel.local.LocalChannel 中的方法
-
- getLocalAddress() -
接口 org.jboss.netty.channel.local.LocalServerChannel 中的方法
-
- getLocalAddress() -
接口 org.jboss.netty.channel.socket.DatagramChannel 中的方法
-
- getLocalAddress() -
接口 org.jboss.netty.channel.socket.ServerSocketChannel 中的方法
-
- getLocalAddress() -
接口 org.jboss.netty.channel.socket.SocketChannel 中的方法
-
- getLogger() -
类 org.jboss.netty.handler.logging.LoggingHandler 中的方法
- 返回该处理用来记录
ChannelEvent
的InternalLogger
.
- getLogService() -
类 org.jboss.netty.logging.OsgiLoggerFactory 中的方法
-
- getLong(int) -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 中的方法
-
- getLong(int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- getLong(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处获取一个64位整型.该方法并不修改缓冲的 readerIndex
和
writerIndex
.
- getLong(int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- getLong(int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- getLong(int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- getLong(int) -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 中的方法
-
- getLong(int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- getLong(int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- getLong(int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- getMajorVersion() -
类 org.jboss.netty.handler.codec.http.HttpVersion 中的方法
- Returns the name of the protocol such as
1
in "HTTP/1.0"
.
- getMaxAge() -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Returns the max age of this cookie in seconds.
- getMaxAge() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- getMaxChannelMemorySize() -
类 org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor 中的方法
- 返回每个通道队列事件的最大总大小.
- getMaxPoolSize() -
类 org.jboss.netty.handler.ssl.SslBufferPool 中的方法
- 返回该池的最大字节数.返回的值与在构造方法指定的值多少有个点不同.
- getMaxTotalMemorySize() -
类 org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor 中的方法
- 返回该池的队列事件最大总大小.
- getMedium(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- getMedium(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处获取一个24位整型.该方法并不修改缓冲的 readerIndex
和
writerIndex
.
- getMessage() -
类 org.jboss.netty.channel.DownstreamMessageEvent 中的方法
-
- getMessage() -
接口 org.jboss.netty.channel.MessageEvent 中的方法
- 返回消息.
- getMessage() -
类 org.jboss.netty.channel.UpstreamMessageEvent 中的方法
-
- getMethod() -
类 org.jboss.netty.handler.codec.http.DefaultHttpRequest 中的方法
-
- getMethod() -
接口 org.jboss.netty.handler.codec.http.HttpRequest 中的方法
- Returns the method of this request.
- getMinorVersion() -
类 org.jboss.netty.handler.codec.http.HttpVersion 中的方法
- Returns the name of the protocol such as
0
in "HTTP/1.0"
.
- getName() -
接口 org.jboss.netty.channel.ChannelHandlerContext 中的方法
- 返回在
ChannelPipeline
里ChannelHandler
的名称.
- getName() -
接口 org.jboss.netty.channel.group.ChannelGroup 中的方法
- 返回该通道组的名称.通道组名纯粹只是帮助你区分不同群组而已.
- getName() -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- getName() -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Returns the name of this cookie.
- getName() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- getName() -
类 org.jboss.netty.handler.codec.http.HttpMethod 中的方法
- Returns the name of this method.
- getNetworkInterface() -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 获取
DatagramChannel
发送的外发多播数据包的网络接口.
- getNetworkInterface() -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- getObjectSizeEstimator() -
类 org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor 中的方法
- 返回该池的
ObjectSizeEstimator
.
- getOption(String) -
类 org.jboss.netty.bootstrap.Bootstrap 中的方法
- 通过指定键返回对应的选项值。
- getOptions() -
类 org.jboss.netty.bootstrap.Bootstrap 中的方法
- 返回配置每个新的
Channel
和子Channel
的选项集,子Channel
属性都是以
"child."
开头(如:"child.keepAlive"
)
- getParameters() -
类 org.jboss.netty.handler.codec.http.QueryStringDecoder 中的方法
- Returns the decoded key-value parameter pairs of the URI.
- getParent() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- getParent() -
接口 org.jboss.netty.channel.Channel 中的方法
- 返回该通道的父通道.
- getParentHandler() -
类 org.jboss.netty.bootstrap.ServerBootstrap 中的方法
- 返回一个用来拦截最近绑定用来接受传入连接的服务端channel事件的可选
ChannelHandler
.
- getPath() -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Returns the path of this cookie.
- getPath() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- getPath() -
类 org.jboss.netty.handler.codec.http.QueryStringDecoder 中的方法
- Returns the decoded path string of the URI.
- getPipeline() -
类 org.jboss.netty.bootstrap.Bootstrap 中的方法
- 返回默认的
ChannelPipeline
,当一个新的Channel
被创建,该管道会在被克隆。
- getPipeline() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- getPipeline() -
接口 org.jboss.netty.channel.Channel 中的方法
- 返回连接该通道用来处理
ChannelEvent
事件的ChannelPipeline
.
- getPipeline() -
接口 org.jboss.netty.channel.ChannelHandlerContext 中的方法
- 返回
ChannelHandler
所属的ChannelPipeline
.
- getPipeline() -
接口 org.jboss.netty.channel.ChannelPipelineFactory 中的方法
- 返回新创建的
ChannelPipeline
.
- getPipelineAsMap() -
类 org.jboss.netty.bootstrap.Bootstrap 中的方法
- 返回该启动器默认管道的有序映射,为
Bootstrap.getPipeline()
提供方便友好的依赖注入。
- getPipelineFactory() -
类 org.jboss.netty.bootstrap.Bootstrap 中的方法
- 返回
ChannelPipelineFactory
- getPipelineFactory() -
接口 org.jboss.netty.channel.ChannelConfig 中的方法
- 返回当一个子通道被创建时被使用的
ChannelPipelineFactory
.如果通道并不创建子通道,该属性根本不会被使用,因此将被忽略.
- getPipelineFactory() -
类 org.jboss.netty.channel.DefaultChannelConfig 中的方法
-
- getPipelineFactory() -
类 org.jboss.netty.channel.DefaultServerChannelConfig 中的方法
-
- getPipelineFactory() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- getPorts() -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Returns the ports of this cookie.
- getPorts() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- getPosition() -
类 org.jboss.netty.channel.DefaultFileRegion 中的方法
-
- getPosition() -
接口 org.jboss.netty.channel.FileRegion 中的方法
- 返回文件传输的开始偏移值.
- getPredictor() -
类 org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictorFactory 中的方法
-
- getPredictor() -
类 org.jboss.netty.channel.FixedReceiveBufferSizePredictorFactory 中的方法
-
- getPredictor() -
接口 org.jboss.netty.channel.ReceiveBufferSizePredictorFactory 中的方法
- 返回一个新创建的
ReceiveBufferSizePredictor
.
- getProtocolName() -
类 org.jboss.netty.handler.codec.http.HttpVersion 中的方法
- Returns the name of the protocol such as
"HTTP"
in "HTTP/1.0"
.
- getProtocolVersion() -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- getProtocolVersion() -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Returns the protocol version of this message.
- getReasonPhrase() -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的方法
- Returns the reason phrase of this status.
- getReceiveBufferSize() -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 返回
SO_RCVBUF
属性.
- getReceiveBufferSize() -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- getReceiveBufferSize() -
类 org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig 中的方法
-
- getReceiveBufferSize() -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- getReceiveBufferSize() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- getReceiveBufferSize() -
接口 org.jboss.netty.channel.socket.ServerSocketChannelConfig 中的方法
- 返回
SO_RCVBUF
属性.
- getReceiveBufferSize() -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 返回
SO_RCVBUF
属性.
- getReceiveBufferSizePredictor() -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 返回预测套接字接收缓冲可读字节的
ReceiveBufferSizePredictor
.默认预测机是
FixedReceiveBufferSizePredictor
(768).
- getReceiveBufferSizePredictor() -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- getReceiveBufferSizePredictor() -
接口 org.jboss.netty.channel.socket.nio.NioSocketChannelConfig 中的方法
- 返回用来预测套接字接收缓冲的可读字节数的
ReceiveBufferSizePredictor
.默认预测机是
AdaptiveReceiveBufferSizePredictor
(64, 1024, 65536).
- getReceiveBufferSizePredictorFactory() -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 返回当新channel被创建并且
ReceiveBufferSizePredictor
没有设置时用于创建
ReceiveBufferSizePredictor
的
ReceiveBufferSizePredictorFactory
.If no predictor was set for the
channel,
DatagramChannelConfig.setReceiveBufferSizePredictor(ReceiveBufferSizePredictor)
will
be called with the new predictor.
- getReceiveBufferSizePredictorFactory() -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- getReceiveBufferSizePredictorFactory() -
接口 org.jboss.netty.channel.socket.nio.NioSocketChannelConfig 中的方法
- 返回当一个新通道被创建和
ReceiveBufferSizePredictor
没有被设置时创建一个新的
ReceiveBufferSizePredictor
的
ReceiveBufferSizePredictorFactory
.如果该通道没有设置预测机,带有新预测机的
NioSocketChannelConfig.setReceiveBufferSizePredictor(ReceiveBufferSizePredictor)
方法会被调用.
- getRemoteAddress() -
接口 org.jboss.netty.channel.Channel 中的方法
- 返回该通道已经连接的远程地址,返回的
SocketAddress
可以向下转型到更多的实体类型(如
InetSocketAddress
)获取更详细的信息.
- getRemoteAddress() -
类 org.jboss.netty.channel.DownstreamMessageEvent 中的方法
-
- getRemoteAddress() -
接口 org.jboss.netty.channel.local.LocalChannel 中的方法
-
- getRemoteAddress() -
接口 org.jboss.netty.channel.local.LocalServerChannel 中的方法
-
- getRemoteAddress() -
接口 org.jboss.netty.channel.MessageEvent 中的方法
- 返回消息的远程地址.
- getRemoteAddress() -
接口 org.jboss.netty.channel.socket.DatagramChannel 中的方法
-
- getRemoteAddress() -
接口 org.jboss.netty.channel.socket.ServerSocketChannel 中的方法
-
- getRemoteAddress() -
接口 org.jboss.netty.channel.socket.SocketChannel 中的方法
-
- getRemoteAddress() -
类 org.jboss.netty.channel.UpstreamMessageEvent 中的方法
-
- getSendBufferSize() -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 返回
SO_SNDBUF
属性.
- getSendBufferSize() -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- getSendBufferSize() -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- getSendBufferSize() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- getSendBufferSize() -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 返回
SO_SNDBUF
属性.
- getServerName() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
- 返回HTTP服务器的主机名.如果为null,说明 HTTP渠道客户端没有发送"Host"头.
- getServerPath() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
- 返回
HttpTunnelingServlet
映射的路径.默认值是"/netty-tunnel"
.
- getShort(int) -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 中的方法
-
- getShort(int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- getShort(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处获取一个16位整型.该方法并不修改缓冲的 readerIndex
和
writerIndex
.
- getShort(int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- getShort(int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- getShort(int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- getShort(int) -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 中的方法
-
- getShort(int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- getShort(int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- getShort(int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- getSink() -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 返回该管道被附加的
ChannelSink
.
- getSink() -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- getSink() -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- getSoLinger() -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- getSoLinger() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- getSoLinger() -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 返回
SO_LINGER
属性.
- getSslContext() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
- 返回被用于建立一个HTTPS连接的
SSLContext
.如果是null
,建立的是一个纯文本HTTP连接.
- getStartOffset() -
类 org.jboss.netty.handler.stream.ChunkedFile 中的方法
- 返回文件传输的开始偏移.
- getStartOffset() -
类 org.jboss.netty.handler.stream.ChunkedNioFile 中的方法
- 返回文件传输的开始偏移.
- getState() -
接口 org.jboss.netty.channel.ChannelStateEvent 中的方法
- 返回
Channel
改变后的属性.
- getState() -
类 org.jboss.netty.channel.DownstreamChannelStateEvent 中的方法
-
- getState() -
类 org.jboss.netty.channel.UpstreamChannelStateEvent 中的方法
-
- getState() -
类 org.jboss.netty.handler.timeout.DefaultIdleStateEvent 中的方法
-
- getState() -
接口 org.jboss.netty.handler.timeout.IdleStateEvent 中的方法
- 返回详细的空闲状态.
- getStatus() -
类 org.jboss.netty.handler.codec.http.DefaultHttpResponse 中的方法
-
- getStatus() -
接口 org.jboss.netty.handler.codec.http.HttpResponse 中的方法
- Returns the status of this response.
- getTask() -
接口 org.jboss.netty.util.Timeout 中的方法
- 返回关联到该处理器的
TimerTask
- getText() -
类 org.jboss.netty.handler.codec.http.HttpVersion 中的方法
- Returns the full protocol version text such as
"HTTP/1.0"
.
- getTextData() -
类 org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame 中的方法
-
- getTextData() -
接口 org.jboss.netty.handler.codec.http.websocket.WebSocketFrame 中的方法
- Converts the content of this frame into a UTF-8 string and returns the
converted string.
- getThreadNameDeterminer() -
类 org.jboss.netty.util.ThreadRenamingRunnable 中的静态方法
- 返回一个用于重写建议线程名称的
ThreadNameDeterminer
.
- getTimer() -
接口 org.jboss.netty.util.Timeout 中的方法
- 返回创建该处理器的
Timer
.
- getTimeToLive() -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 获取发送到
DatagramChannel
的多播数据包的默认生存时间.
- getTimeToLive() -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- getTrafficClass() -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 返回traffic类.
- getTrafficClass() -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- getTrafficClass() -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- getTrafficClass() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- getTrafficClass() -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 获得 traffic类.
- getTransferredBytes() -
类 org.jboss.netty.handler.stream.ChunkedNioStream 中的方法
- 返回传输的字节数.
- getTransferredBytes() -
类 org.jboss.netty.handler.stream.ChunkedStream 中的方法
- 返回传输的字节数.
- getType() -
类 org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame 中的方法
-
- getType() -
接口 org.jboss.netty.handler.codec.http.websocket.WebSocketFrame 中的方法
- Returns the type of this frame.
- getUnacquiredPoolSize() -
类 org.jboss.netty.handler.ssl.SslBufferPool 中的方法
- 返回已经分配但还未获取的字节数.
- getUnsignedByte(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- getUnsignedByte(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处获取一个无符号字节.该方法并不修改缓冲的 readerIndex
和
writerIndex
.
- getUnsignedInt(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- getUnsignedInt(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处获取一个32位无符号整型.该方法并不修改缓冲的 readerIndex
和
writerIndex
.
- getUnsignedMedium(int) -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 中的方法
-
- getUnsignedMedium(int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- getUnsignedMedium(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处获取一个24位无符号整型.该方法并不修改缓冲的 readerIndex
和
writerIndex
.
- getUnsignedMedium(int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- getUnsignedMedium(int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- getUnsignedMedium(int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- getUnsignedMedium(int) -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 中的方法
-
- getUnsignedMedium(int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- getUnsignedMedium(int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- getUnsignedMedium(int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- getUnsignedShort(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- getUnsignedShort(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处获取一个16位无符号整型.该方法并不修改缓冲的 readerIndex
和
writerIndex
.
- getUri() -
类 org.jboss.netty.handler.codec.http.DefaultHttpRequest 中的方法
-
- getUri() -
接口 org.jboss.netty.handler.codec.http.HttpRequest 中的方法
- Returns the URI (or path) of this request.
- getValue() -
接口 org.jboss.netty.channel.ChannelStateEvent 中的方法
- 返回
Channel
改变后属性的值.请参考ChannelState
文档了解每个属性允许的值.
- getValue() -
类 org.jboss.netty.channel.DownstreamChannelStateEvent 中的方法
-
- getValue() -
类 org.jboss.netty.channel.UpstreamChannelStateEvent 中的方法
-
- getValue() -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Returns the value of this cookie.
- getValue() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- getVersion() -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Returns the version of this cookie.
- getVersion() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- getWaitingConsumerCount() -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
-
- getWriteBufferHighWaterMark() -
接口 org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig 中的方法
- 返回写缓冲的高水位标记.如果写缓冲队列里的字节数超过该值,
Channel.isWritable()
会开始返回
true
.
- getWriteBufferHighWaterMark() -
接口 org.jboss.netty.channel.socket.nio.NioSocketChannelConfig 中的方法
- 返回写缓冲的高水位标记.如果写缓冲队列里的字节数超过该值,
Channel.isWritable()
会开始返回
true
.
- getWriteBufferLowWaterMark() -
接口 org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig 中的方法
- 返回写缓冲的低水位标记.一旦写缓冲队列里字节数超过 高水位标记,随后回落到该值,
Channel.isWritable()
会重新返回true
.
- getWriteBufferLowWaterMark() -
接口 org.jboss.netty.channel.socket.nio.NioSocketChannelConfig 中的方法
- 返回写缓冲的低水位标记.一旦写缓冲队列里字节数超过 高水位标记,随后回落到该值,
Channel.isWritable()
会重新返回true
.
- getWriteSpinCount() -
接口 org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig 中的方法
- 返回写操作的最大回路数直到
WritableByteChannel.write(ByteBuffer)
返回一个非零值为止.它类似在并发编程里使用什么样的自旋锁.它利用JVM所运行的平台改善内存利用率和写的吞吐量.默认值为16
.
- getWriteSpinCount() -
接口 org.jboss.netty.channel.socket.nio.NioSocketChannelConfig 中的方法
- 返回写操作的最大回路数直到
WritableByteChannel.write(ByteBuffer)
返回一个非零值为止.它类似在并发编程里使用什么样的自旋锁.它利用JVM所运行的平台改善内存利用率和写的吞吐量.默认值为16
.
- getWrittenAmount() -
类 org.jboss.netty.channel.DefaultWriteCompletionEvent 中的方法
-
- getWrittenAmount() -
接口 org.jboss.netty.channel.WriteCompletionEvent 中的方法
- 返回已写数据总数
- GONE -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 410 过时的
- GONE -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 410 已消失
- GZIP -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"gzip"
- GZIP -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"gzip"
H
- handleDownstream(ChannelHandlerContext, ChannelEvent) -
接口 org.jboss.netty.channel.ChannelDownstreamHandler 中的方法
- 处理指定的下游事件.
- handleDownstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.channel.SimpleChannelDownstreamHandler 中的方法
- 处理指定的下游事件.
- handleDownstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 处理指定的下游事件.
- handleDownstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.codec.compression.ZlibEncoder 中的方法
-
- handleDownstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.codec.http.HttpClientCodec 中的方法
-
- handleDownstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.codec.http.HttpServerCodec 中的方法
-
- handleDownstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.codec.oneone.OneToOneEncoder 中的方法
-
- handleDownstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.execution.ExecutionHandler 中的方法
-
- handleDownstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.logging.LoggingHandler 中的方法
-
- handleDownstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
-
- handleDownstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.stream.ChunkedWriteHandler 中的方法
-
- handleUpstream(ChannelHandlerContext, ChannelEvent) -
接口 org.jboss.netty.channel.ChannelUpstreamHandler 中的方法
- 处理一个指定的上游事件.
- handleUpstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 处理一个指定的上游事件.
- handleUpstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 中的方法
- 处理一个指定的上游事件.
- handleUpstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.codec.http.HttpClientCodec 中的方法
-
- handleUpstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.codec.http.HttpServerCodec 中的方法
-
- handleUpstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.codec.oneone.OneToOneDecoder 中的方法
-
- handleUpstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.execution.ExecutionHandler 中的方法
-
- handleUpstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.logging.LoggingHandler 中的方法
-
- handleUpstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.stream.ChunkedWriteHandler 中的方法
-
- handleUpstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler 中的方法
-
- handleUpstream(ChannelHandlerContext, ChannelEvent) -
类 org.jboss.netty.handler.timeout.IdleStateAwareChannelUpstreamHandler 中的方法
-
- handshake() -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
- 为指定Channel开始SSL/TLS握手.
- handshake(Channel) -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
- 已过时。 已被
SslHandler.handshake()
代替.
- hasArray() -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- hasArray() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 只有当该缓冲有一个支持的字节数组才返回true,如果该方法返回true,你可以安全的调用
ChannelBuffer.array()
和
ChannelBuffer.arrayOffset()
.
- hasArray() -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- hasArray() -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- hasArray() -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- hasArray() -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- hasArray() -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- hasArray() -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- hasArray() -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- hashCode() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- hashCode() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回该缓冲区内容的哈希值.如果有一个字节数据与该缓冲一样,那么两数组返回的值都相同.
- hashCode(ChannelBuffer) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 计算指定缓冲的哈希值,该方法在实现一个新的缓冲类型时很有用.
- hashCode() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
- 返回该通道的哈希标识 .
- hashCode() -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- hashCode() -
类 org.jboss.netty.channel.local.LocalAddress 中的方法
-
- hashCode() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- hashCode() -
类 org.jboss.netty.handler.codec.http.HttpMethod 中的方法
-
- hashCode() -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的方法
-
- hashCode() -
类 org.jboss.netty.handler.codec.http.HttpVersion 中的方法
-
- HashedWheelTimer - org.jboss.netty.util 中的 类
- A
Timer
optimized for approximated I/O timeout scheduling. - HashedWheelTimer() -
类 org.jboss.netty.util.HashedWheelTimer 的构造方法
- 使用默认的线程工厂(
Executors.defaultThreadFactory()
)、默认每轮tick的数量、默认tick持久时间创建一个计时器.
- HashedWheelTimer(long, TimeUnit) -
类 org.jboss.netty.util.HashedWheelTimer 的构造方法
- 使用默认的线程工厂(
Executors.defaultThreadFactory()
)和默认每轮tick的数量创建一个计时器.
- HashedWheelTimer(long, TimeUnit, int) -
类 org.jboss.netty.util.HashedWheelTimer 的构造方法
- 使用默认的线程工厂(
Executors.defaultThreadFactory()
)创建一个计时器.
- HashedWheelTimer(ThreadFactory) -
类 org.jboss.netty.util.HashedWheelTimer 的构造方法
- 使用默认每轮tick数量和默认tick持续时间创建一个计时器.
- HashedWheelTimer(ThreadFactory, long, TimeUnit) -
类 org.jboss.netty.util.HashedWheelTimer 的构造方法
- 使用默认每轮tick数量创建一个计时器.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int) -
类 org.jboss.netty.util.HashedWheelTimer 的构造方法
- 创建一个新的计时器.
- hasNextChunk() -
类 org.jboss.netty.handler.stream.ChunkedFile 中的方法
-
- hasNextChunk() -
接口 org.jboss.netty.handler.stream.ChunkedInput 中的方法
- 只有当该流还有数据可读才返回
true
.请注意false
并不总是意味着该流到了结尾.在一个慢流里该下一块可能出现短暂的无效.
- hasNextChunk() -
类 org.jboss.netty.handler.stream.ChunkedNioFile 中的方法
-
- hasNextChunk() -
类 org.jboss.netty.handler.stream.ChunkedNioStream 中的方法
-
- hasNextChunk() -
类 org.jboss.netty.handler.stream.ChunkedStream 中的方法
-
- hasWaitingConsumer() -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
-
- HEAD -
类 org.jboss.netty.handler.codec.http.HttpMethod 中的静态变量
- The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response.
- HEADER_FIELD_NOT_VALID -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 456 资源的Header属性无效
- HeapChannelBuffer - org.jboss.netty.buffer 中的 类
- 一个Java堆缓冲的脚架实现.
- HeapChannelBuffer(int) -
类 org.jboss.netty.buffer.HeapChannelBuffer 的构造方法
- 使用新分配的字节数组创建一个新的堆缓冲.
- HeapChannelBuffer(byte[]) -
类 org.jboss.netty.buffer.HeapChannelBuffer 的构造方法
- 使用指定的字节数组创建一个新的堆缓冲.
- HeapChannelBufferFactory - org.jboss.netty.buffer 中的 类
- 一个仅使用指定的容量分配一个堆缓冲的
ChannelBufferFactory
. - HeapChannelBufferFactory() -
类 org.jboss.netty.buffer.HeapChannelBufferFactory 的构造方法
- 创建一个默认字节序为
ByteOrder.BIG_ENDIAN
的工厂.
- HeapChannelBufferFactory(ByteOrder) -
类 org.jboss.netty.buffer.HeapChannelBufferFactory 的构造方法
- 使用指定的字节序创建一个工厂
- hexDump(ChannelBuffer) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 返回指定缓冲可读字节的hex dump.
- hexDump(ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 返回指定缓冲子部分的hex dump.
- HOST -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Host"
- HOST -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Host"
- HTTP_1_0 -
类 org.jboss.netty.handler.codec.http.HttpVersion 中的静态变量
- HTTP/1.0
- HTTP_1_1 -
类 org.jboss.netty.handler.codec.http.HttpVersion 中的静态变量
- HTTP/1.1
- HTTP_VERSION_NOT_SUPPORTED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 505 HTTP版本不支持
- HttpChunk - org.jboss.netty.handler.codec.http 中的 接口
- An HTTP chunk which is used for HTTP chunked transfer-encoding.
- HttpChunkAggregator - org.jboss.netty.handler.codec.http 中的 类
- A
ChannelHandler
that aggregates an HttpMessage
and its following HttpChunk
s into a single HttpMessage
with
no following HttpChunk
s. - HttpChunkAggregator(int) -
类 org.jboss.netty.handler.codec.http.HttpChunkAggregator 的构造方法
- Creates a new instance.
- HttpChunkTrailer - org.jboss.netty.handler.codec.http 中的 接口
- The last
HttpChunk
which has trailing headers. - HttpClientCodec - org.jboss.netty.handler.codec.http 中的 类
- A combination of
HttpRequestEncoder
and HttpResponseDecoder
which enables easier client side HTTP implementation. - HttpClientCodec() -
类 org.jboss.netty.handler.codec.http.HttpClientCodec 的构造方法
- Creates a new instance with the default decoder options
(
maxInitialLineLength (4096
}, maxHeaderSize (8192)
, and
maxChunkSize (8192)
).
- HttpClientCodec(int, int, int) -
类 org.jboss.netty.handler.codec.http.HttpClientCodec 的构造方法
- Creates a new instance with the specified decoder options.
- HttpContentCompressor - org.jboss.netty.handler.codec.http 中的 类
- Compresses an
HttpMessage
and an HttpChunk
in gzip
or
deflate
encoding while respecting the "Accept-Encoding"
header. - HttpContentCompressor() -
类 org.jboss.netty.handler.codec.http.HttpContentCompressor 的构造方法
- Creates a new handler with the default compression level (6).
- HttpContentCompressor(int) -
类 org.jboss.netty.handler.codec.http.HttpContentCompressor 的构造方法
- Creates a new handler with the specified compression level.
- HttpContentDecoder - org.jboss.netty.handler.codec.http 中的 类
- Decodes the content of the received
HttpRequest
and HttpChunk
. - HttpContentDecompressor - org.jboss.netty.handler.codec.http 中的 类
- Decompresses an
HttpMessage
and an HttpChunk
compressed in
gzip
or deflate
encoding. - HttpContentDecompressor() -
类 org.jboss.netty.handler.codec.http.HttpContentDecompressor 的构造方法
-
- HttpContentEncoder - org.jboss.netty.handler.codec.http 中的 类
- Encodes the content of the outbound
HttpResponse
and HttpChunk
. - HttpHeaders - org.jboss.netty.handler.codec.http 中的 类
- Provides the constants for the standard HTTP header names and values and
commonly used utility methods that accesses an
HttpMessage
. - HttpHeaders.Names - org.jboss.netty.handler.codec.http 中的 类
- Standard HTTP header names.
- HttpHeaders.Values - org.jboss.netty.handler.codec.http 中的 类
- Standard HTTP header values.
- HttpMessage - org.jboss.netty.handler.codec.http 中的 接口
- An HTTP message which provides common properties for
HttpRequest
and
HttpResponse
. - HttpMessageDecoder - org.jboss.netty.handler.codec.http 中的 类
- Decodes
ChannelBuffer
s into HttpMessage
s and
HttpChunk
s. - HttpMessageEncoder - org.jboss.netty.handler.codec.http 中的 类
- Encodes an
HttpMessage
or an HttpChunk
into
a ChannelBuffer
. - HttpMethod - org.jboss.netty.handler.codec.http 中的 类
- The request method of HTTP or its derived protocols, such as
RTSP and
ICAP.
- HttpMethod(String) -
类 org.jboss.netty.handler.codec.http.HttpMethod 的构造方法
- Creates a new HTTP method with the specified name.
- HttpRequest - org.jboss.netty.handler.codec.http 中的 接口
- An HTTP request.
- HttpRequestDecoder - org.jboss.netty.handler.codec.http 中的 类
- Decodes
ChannelBuffer
s into HttpRequest
s and HttpChunk
s. - HttpRequestDecoder() -
类 org.jboss.netty.handler.codec.http.HttpRequestDecoder 的构造方法
- Creates a new instance with the default
maxInitialLineLength (4096
}, maxHeaderSize (8192)
, and
maxChunkSize (8192)
.
- HttpRequestDecoder(int, int, int) -
类 org.jboss.netty.handler.codec.http.HttpRequestDecoder 的构造方法
- Creates a new instance with the specified parameters.
- HttpRequestEncoder - org.jboss.netty.handler.codec.http 中的 类
- Encodes an
HttpRequest
or an HttpChunk
into
a ChannelBuffer
. - HttpRequestEncoder() -
类 org.jboss.netty.handler.codec.http.HttpRequestEncoder 的构造方法
- Creates a new instance.
- HttpResponse - org.jboss.netty.handler.codec.http 中的 接口
- An HTTP response.
- HttpResponseDecoder - org.jboss.netty.handler.codec.http 中的 类
- Decodes
ChannelBuffer
s into HttpResponse
s and
HttpChunk
s. - HttpResponseDecoder() -
类 org.jboss.netty.handler.codec.http.HttpResponseDecoder 的构造方法
- Creates a new instance with the default
maxInitialLineLength (4096
}, maxHeaderSize (8192)
, and
maxChunkSize (8192)
.
- HttpResponseDecoder(int, int, int) -
类 org.jboss.netty.handler.codec.http.HttpResponseDecoder 的构造方法
- Creates a new instance with the specified parameters.
- HttpResponseEncoder - org.jboss.netty.handler.codec.http 中的 类
- Encodes an
HttpResponse
or an HttpChunk
into
a ChannelBuffer
. - HttpResponseEncoder() -
类 org.jboss.netty.handler.codec.http.HttpResponseEncoder 的构造方法
- Creates a new instance.
- HttpResponseStatus - org.jboss.netty.handler.codec.http 中的 类
- 响应代码和它的HTTP描述或派生协议,如 RTSP和
ICAP.
- HttpResponseStatus(int, String) -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 的构造方法
- Creates a new instance with the specified
code
and its
reasonPhrase
.
- HttpServerCodec - org.jboss.netty.handler.codec.http 中的 类
- A combination of
HttpRequestDecoder
and HttpResponseEncoder
which enables easier server side HTTP implementation. - HttpServerCodec() -
类 org.jboss.netty.handler.codec.http.HttpServerCodec 的构造方法
- Creates a new instance with the default decoder options
(
maxInitialLineLength (4096
}, maxHeaderSize (8192)
, and
maxChunkSize (8192)
).
- HttpServerCodec(int, int, int) -
类 org.jboss.netty.handler.codec.http.HttpServerCodec 的构造方法
- Creates a new instance with the specified decoder options.
- HttpTunnelingClientSocketChannelFactory - org.jboss.netty.channel.socket.http 中的 类
- 创建一个
SocketChannel
用于连接一个与HttpTunnelingServlet
通信的服务应用.请参考包的概要了解更多用法. - HttpTunnelingClientSocketChannelFactory(ClientSocketChannelFactory) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory 的构造方法
- 创建一个实例.
- HttpTunnelingServlet - org.jboss.netty.channel.socket.http 中的 类
- 一个代理一个传入数据到真实服务器的
HttpServlet
,反之亦然.请参考包的概要了解更多用法. - HttpTunnelingServlet() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingServlet 的构造方法
-
- HttpTunnelingSocketChannelConfig - org.jboss.netty.channel.socket.http 中的 类
- 一个客户端HTTP渠道
SocketChannel
的ChannelConfig
.一个使用
HttpTunnelingClientSocketChannelFactory
创建的SocketChannel
使用
SocketChannel.getConfig()
返回该配置类型的实例. - HttpVersion - org.jboss.netty.handler.codec.http 中的 类
- The version of HTTP or its derived protocols, such as
RTSP and
ICAP.
- HttpVersion(String) -
类 org.jboss.netty.handler.codec.http.HttpVersion 的构造方法
- 已过时。 Use
HttpVersion.HttpVersion(String, boolean)
instead.
- HttpVersion(String, boolean) -
类 org.jboss.netty.handler.codec.http.HttpVersion 的构造方法
- Creates a new HTTP version with the specified version string.
- HttpVersion(String, int, int) -
类 org.jboss.netty.handler.codec.http.HttpVersion 的构造方法
- 已过时。 Use
HttpVersion.HttpVersion(String, int, int, boolean)
instead.
- HttpVersion(String, int, int, boolean) -
类 org.jboss.netty.handler.codec.http.HttpVersion 的构造方法
- Creates a new HTTP version with the specified protocol name and version
numbers.
I
- ID -
类 org.jboss.netty.util.Version 中的静态变量
- 版本标识.
- IDENTITY -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"identity"
- IDENTITY -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"identity"
- IdleState - org.jboss.netty.handler.timeout 中的 枚举
- 一个表示
Channel
空闲状态的枚举. - IdleStateAwareChannelHandler - org.jboss.netty.handler.timeout 中的 类
- 继承了
SimpleChannelHandler
,为IdleStateEvent
添加处理方法. - IdleStateAwareChannelHandler() -
类 org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler 的构造方法
- 创建一个实例.
- IdleStateAwareChannelUpstreamHandler - org.jboss.netty.handler.timeout 中的 类
- 继承了
SimpleChannelUpstreamHandler
,为IdleStateEvent
添加处理方法. - IdleStateAwareChannelUpstreamHandler() -
类 org.jboss.netty.handler.timeout.IdleStateAwareChannelUpstreamHandler 的构造方法
- 创建一个实例.
- IdleStateEvent - org.jboss.netty.handler.timeout 中的 接口
- 一个当一个
Channel
短暂空闲时被触发的ChannelEvent
. - IdleStateHandler - org.jboss.netty.handler.timeout 中的 类
- 当一个
Channel
暂时不执行读、写或两者时触发一个IdleStateEvent
. - IdleStateHandler(Timer, int, int, int) -
类 org.jboss.netty.handler.timeout.IdleStateHandler 的构造方法
- 创建一个实例.
- IdleStateHandler(Timer, long, long, long, TimeUnit) -
类 org.jboss.netty.handler.timeout.IdleStateHandler 的构造方法
- 创建一个实例.
- IF_MATCH -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"If-Match"
- IF_MATCH -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"If-Match"
- IF_MODIFIED_SINCE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"If-Modified-Since"
- IF_MODIFIED_SINCE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"If-Modified-Since"
- IF_NONE_MATCH -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"If-None-Match"
- IF_RANGE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"If-Range"
- IF_UNMODIFIED_SINCE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"If-Unmodified-Since"
- IN_IO_THREAD -
类 org.jboss.netty.util.internal.IoWorkerRunnable 中的静态变量
- 一个检测调用者是否正运行在如果调用者调用了
ChannelFuture.await()
或
ChannelFuture.awaitUninterruptibly()
会导致死锁的I/O worker线程上的
只用于内部 的线程本地变量.
- increase() -
类 org.jboss.netty.util.internal.SharedResourceMisuseDetector 中的方法
-
- indexOf(int, int, byte) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- indexOf(int, int, ChannelBufferIndexFinder) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- indexOf(int, int, byte) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区指定的
fromIndex
(包含)到toIndex
(不包含)区间查找第一个发现的value
.
- indexOf(int, int, ChannelBufferIndexFinder) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在该缓冲区指定的
fromIndex
(包含)到toIndex
(不包含)区间查找indexFinder返回true的第一个发现的地方.
- indexOf(ChannelBuffer, int, int, byte) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
ChannelBuffer.indexOf(int, int, byte)
的默认实现,该方法在实现一个新的缓冲类型时很有用.
- indexOf(ChannelBuffer, int, int, ChannelBufferIndexFinder) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
ChannelBuffer.indexOf(int, int, ChannelBufferIndexFinder)
的默认实现,该方法在实现一个新的缓冲类型时很有用.
- inflate(int) -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- inflateEnd() -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- inflateInit() -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- inflateInit(Enum<?>) -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- inflateInit(int) -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- inflateInit(int, Enum) -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- inflateSetDictionary(byte[], int) -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- inflateSync() -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的方法
-
- info(String) -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 记录一个info级别的日志.
- info(String, Throwable) -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 记录一个info级别的日志.
- init() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingServlet 中的方法
-
- INSUFFICIENT_STORAGE -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 507 存储不足(WebDAV, RFC4918)
- INTERLEAVED -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"interleaved"
- INTERNAL_SERVER_ERROR -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 500 内部服务器错误
- INTERNAL_SERVER_ERROR -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 500 内部服务器错误
- InternalLogger - org.jboss.netty.logging 中的 接口
- 一个只用于Netty内部的logger.Netty外部请不要使用.
- InternalLoggerFactory - org.jboss.netty.logging 中的 类
- 创建一个
InternalLogger
或改变一个默认工厂实现.该工厂允许你选择Netty要使用的日志框架. - InternalLoggerFactory() -
类 org.jboss.netty.logging.InternalLoggerFactory 的构造方法
-
- InternalLogLevel - org.jboss.netty.logging 中的 枚举
InternalLogger
可以记录的日志级别.- INVALID_RANGE -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 457 无效范围
- IoWorkerRunnable - org.jboss.netty.util.internal 中的 类
-
- IoWorkerRunnable(Runnable) -
类 org.jboss.netty.util.internal.IoWorkerRunnable 的构造方法
-
- is100ContinueExpected(HttpMessage) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Returns
true
if and only if the specified message contains the
"Expect: 100-continue"
header.
- isAttached() -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 只有当该管道被附加到一个
Channel
才返回true
.
- isAttached() -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- isAttached() -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- isBinary() -
类 org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame 中的方法
-
- isBinary() -
接口 org.jboss.netty.handler.codec.http.websocket.WebSocketFrame 中的方法
- Returns
true
if and only if the content of this frame is an
arbitrary binary data.
- isBound() -
接口 org.jboss.netty.channel.Channel 中的方法
- 只有该通道被绑定到一个本地地址才返回
true
.
- isBroadcast() -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 返回
SO_BROADCAST
属性.
- isBroadcast() -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- isCancelled() -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 只有该future被使用
ChannelFuture.cancel()
方法取消才返回true.
- isCancelled() -
类 org.jboss.netty.channel.CompleteChannelFuture 中的方法
-
- isCancelled() -
类 org.jboss.netty.channel.DefaultChannelFuture 中的方法
-
- isCancelled() -
接口 org.jboss.netty.util.Timeout 中的方法
- 只有当关联到该处理器的
TimerTask
已经取消才返回true.
- isChunked() -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- isChunked() -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Returns
true
if and only if this message does not have any
content but the HttpChunk
s, which is generated by
HttpMessageDecoder
consecutively, contain the actual content.
- isClosed() -
类 org.jboss.netty.handler.codec.compression.ZlibDecoder 中的方法
- Returns
true
if and only if the end of the compressed stream
has been reached.
- isClosed() -
类 org.jboss.netty.handler.codec.compression.ZlibEncoder 中的方法
-
- isClosed() -
类 org.jboss.netty.handler.queue.BlockingReadHandler 中的方法
- 只有当关联该处理器的
Channel
已经关闭才返回true.
- isCompleteFailure() -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 只有该future关联的所有I/O操作失败才返回true.
- isCompleteFailure() -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
- isCompleteSuccess() -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 只有该future关联的所有I/O操作成功才返回true.
- isCompleteSuccess() -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
- isConnected() -
类 org.jboss.netty.channel.AbstractServerChannel 中的方法
-
- isConnected() -
接口 org.jboss.netty.channel.Channel 中的方法
- 只有该通道被连接到一个远程地址才返回
true
.
- isConsolidateOnFlush() -
类 org.jboss.netty.handler.queue.BufferedWriteHandler 中的方法
-
- isDebugEnabled() -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 如果是一个debug级别的logger则返回true.
- isDebugEnabled() -
类 org.jboss.netty.util.DebugUtil 中的静态方法
- 只有当Netty调试模式打开时才返回true.
- isDirect() -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- isDirect() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 判断该缓冲区是否是由NIO direct缓冲支持.
- isDirect() -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- isDirect() -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- isDirect() -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- isDirect() -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- isDirect() -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- isDirect() -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- isDirect() -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- isDiscard() -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Returns the discard flag of this cookie.
- isDiscard() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- isDone() -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 只有当该future完成了返回true,不管操作是否成功、失败或取消.
- isDone() -
类 org.jboss.netty.channel.CompleteChannelFuture 中的方法
-
- isDone() -
类 org.jboss.netty.channel.DefaultChannelFuture 中的方法
-
- isDone() -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 只有当该future完成才返回true,不管操作是否成功、失败、或者取消.
- isDone() -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
- isEmpty() -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- isEmpty() -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Returns true if this map contains no key-value mappings.
- isEmpty() -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Returns true if this map contains no key-value mappings.
- isEmpty() -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Returns true if this map contains no key-value mappings.
- isEmpty() -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Returns true if this map contains no key-value mappings.
- isEmpty() -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
- Returns
true
if this queue contains no elements.
- isEnabled(InternalLogLevel) -
类 org.jboss.netty.logging.AbstractInternalLogger 中的方法
-
- isEnabled(InternalLogLevel) -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 判断logger是否使用指定的级别.
- isEnableRenegotiation() -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
- 只用当允许TLS识别才返回
true
.
- isEnableSslSessionCreation() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
- 如果新的
SSLSession
可以被一个SSLEngine
建立则返回true.
- isEndOfInput() -
类 org.jboss.netty.handler.stream.ChunkedFile 中的方法
-
- isEndOfInput() -
接口 org.jboss.netty.handler.stream.ChunkedInput 中的方法
- 只有当该流没有数据存在和该流到达结尾时返回
true
.
- isEndOfInput() -
类 org.jboss.netty.handler.stream.ChunkedNioFile 中的方法
-
- isEndOfInput() -
类 org.jboss.netty.handler.stream.ChunkedNioStream 中的方法
-
- isEndOfInput() -
类 org.jboss.netty.handler.stream.ChunkedStream 中的方法
-
- isEphemeral() -
类 org.jboss.netty.channel.local.LocalAddress 中的方法
- 只有当该地址是短暂时才返回true.
- isErrorEnabled() -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 如果是一个error级别的logger则返回true.
- isExpired() -
接口 org.jboss.netty.util.Timeout 中的方法
- 只有当关联到该处理器的
TimerTask
已经过期才返回true.
- isHeldByCurrentThread() -
类 org.jboss.netty.util.internal.NonReentrantLock 中的方法
-
- isHttpOnly() -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Returns if this cookie cannot be accessed through client side script.
- isHttpOnly() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- isInfoEnabled() -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 如果是一个info级别的logger则返回true.
- isKeepAlive() -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- isKeepAlive() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- isKeepAlive() -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 返回
SO_KEEPALIVE
属性.
- isKeepAlive() -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
- 已过时。
- isKeepAlive(HttpMessage) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Returns
true
if and only if the connection can remain open and
thus 'kept alive'.
- isKeepAlive() -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- 已过时。 Use
HttpHeaders.isKeepAlive(HttpMessage)
instead.
- isKeepAliveDefault() -
类 org.jboss.netty.handler.codec.http.HttpVersion 中的方法
- Returns
true
if and only if the connection is kept alive unless
the "Connection"
header is set to "close"
explicitly.
- isLast() -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunk 中的方法
-
- isLast() -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 中的方法
-
- isLast() -
接口 org.jboss.netty.handler.codec.http.HttpChunk 中的方法
- Returns
true
if and only if this chunk is the 'end of content'
marker.
- isLast() -
接口 org.jboss.netty.handler.codec.http.HttpChunkTrailer 中的方法
- Always returns
true
.
- isLoopbackModeDisabled() -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 判断是否为多播数据报设置了本地回路.
- isLoopbackModeDisabled() -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- ISO_8859_1 -
类 org.jboss.netty.util.CharsetUtil 中的静态变量
- ISO第一拉丁字母集,如ISO-LATIN-1
- isOpen() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- isOpen() -
接口 org.jboss.netty.channel.Channel 中的方法
- 只有当该通道是打开的才返回
true
.
- isPartialFailure() -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 只有该future关联的I/O操作有部分失败才返回true.
- isPartialFailure() -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
- isPartialSuccess() -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 只有该future关联的I/O操作有部分成功才返回true.
- isPartialSuccess() -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
- isReadable() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- isReadable() -
接口 org.jboss.netty.channel.Channel 中的方法
- 只有当I/O线程可以从该通道读取消息时才返回true.该方法是以下代码的快捷方式:
return (getInterestOps() & OP_READ) !
- isReuseAddress() -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 返回
SO_REUSEADDR
属性.
- isReuseAddress() -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- isReuseAddress() -
类 org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig 中的方法
-
- isReuseAddress() -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- isReuseAddress() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- isReuseAddress() -
接口 org.jboss.netty.channel.socket.ServerSocketChannelConfig 中的方法
- 返回
SO_REUSEADDR
属性.
- isReuseAddress() -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 返回
SO_REUSEADDR
属性.
- isSecure() -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Returns the secure flag of this cookie.
- isSecure() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- isShutdown(Executor) -
类 org.jboss.netty.util.internal.ExecutorUtil 中的静态方法
- Returns
true
if and only if the specified executor
is an ExecutorService
and is shut down.
- isShutdown() -
类 org.jboss.netty.util.VirtualExecutorService 中的方法
-
- isSuccess() -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 只有该future的I/O操作成功完成才返回true.
- isSuccess() -
类 org.jboss.netty.channel.DefaultChannelFuture 中的方法
-
- isSuccess() -
类 org.jboss.netty.channel.FailedChannelFuture 中的方法
-
- isSuccess() -
类 org.jboss.netty.channel.SucceededChannelFuture 中的方法
-
- isTcpNoDelay() -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- isTcpNoDelay() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- isTcpNoDelay() -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 返回
SO_TCPNODELAY
属性.
- isTerminated() -
类 org.jboss.netty.util.VirtualExecutorService 中的方法
-
- isText() -
类 org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame 中的方法
-
- isText() -
接口 org.jboss.netty.handler.codec.http.websocket.WebSocketFrame 中的方法
- Returns
true
if and only if the content of this frame is a string
encoded in UTF-8.
- isUseDeadLockChecker() -
类 org.jboss.netty.channel.DefaultChannelFuture 中的静态方法
- 只有允许死锁检测才返回
true
.
- isWarnEnabled() -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 如果是一个warn级别的logger则返回true.
- isWritable() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- isWritable() -
接口 org.jboss.netty.channel.Channel 中的方法
- 只有当I/O线程可以执行请求立即写操作时才返回true.当该方法返回false时任何写操作都会被排队直到I/O线程准备处理队列的写请求为止.
- iterator() -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 返回枚举该future关联的所有
ChannelFuture
的Iterator
.请注意返回的
Iterator
是不可修改的,也就是说ChannelFuture
不会被移除.
- iterator() -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- iterator() -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
- iterator() -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
- Returns an iterator over the elements in this queue in proper
sequence, from head to tail.
J
- JBossLoggerFactory - org.jboss.netty.logging 中的 类
- 创建一个 JBoss
Logging logger的工厂.
- JBossLoggerFactory() -
类 org.jboss.netty.logging.JBossLoggerFactory 的构造方法
-
- JdkLoggerFactory - org.jboss.netty.logging 中的 类
- 创建一个 java.util.logging logger的工厂.
- JdkLoggerFactory() -
类 org.jboss.netty.logging.JdkLoggerFactory 的构造方法
-
- joinGroup(InetAddress) -
接口 org.jboss.netty.channel.socket.DatagramChannel 中的方法
- 加入一个组播群组.
- joinGroup(InetSocketAddress, NetworkInterface) -
接口 org.jboss.netty.channel.socket.DatagramChannel 中的方法
- 在指定的网络接口上加入一个指定组播群组
- JZlib - org.jboss.netty.util.internal.jzlib 中的 类
-
- JZlib() -
类 org.jboss.netty.util.internal.jzlib.JZlib 的构造方法
-
K
- KEEP_ALIVE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"keep-alive"
- KEEP_ALIVE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"keep-alive"
- KEY_MANAGEMENT_FAILURE -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 463 键管理失败
- KEYMGMT -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"KeyMgmt"
- keys() -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Returns an enumeration of the keys in this table.
- keys() -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Returns an enumeration of the keys in this table.
- keys() -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Returns an enumeration of the keys in this table.
- keys() -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Returns an enumeration of the keys in this table.
- keySet() -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Returns a
Set
view of the keys contained in this map.
- keySet() -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Returns a
Set
view of the keys contained in this map.
- keySet() -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Returns a
Set
view of the keys contained in this map.
- keySet() -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Returns a
Set
view of the keys contained in this map.
L
- LAST_CHUNK -
接口 org.jboss.netty.handler.codec.http.HttpChunk 中的静态变量
- The 'end of content' marker in chunked encoding.
- LAST_MODIFIED -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Last-Modified"
- LAST_MODIFIED -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Last-Modified"
- LAYERS -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"layers"
- leaveGroup(InetAddress) -
接口 org.jboss.netty.channel.socket.DatagramChannel 中的方法
- 脱离一个组播群组
- leaveGroup(InetSocketAddress, NetworkInterface) -
接口 org.jboss.netty.channel.socket.DatagramChannel 中的方法
- 在制定的网络接口上脱离一个组播群组
- LENGTH_REQUIRED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 411 长度需求
- LENGTH_REQUIRED -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 411 长度需求
- LengthFieldBasedFrameDecoder - org.jboss.netty.handler.codec.frame 中的 类
- A decoder that splits the received
ChannelBuffer
s dynamically by the
value of the length field in the message. - LengthFieldBasedFrameDecoder(int, int, int) -
类 org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder 的构造方法
- Creates a new instance.
- LengthFieldBasedFrameDecoder(int, int, int, int, int) -
类 org.jboss.netty.handler.codec.frame.LengthFieldBasedFrameDecoder 的构造方法
- Creates a new instance.
- LengthFieldPrepender - org.jboss.netty.handler.codec.frame 中的 类
- An encoder that prepends the length of the message.
- LengthFieldPrepender(int) -
类 org.jboss.netty.handler.codec.frame.LengthFieldPrepender 的构造方法
- Creates a new instance.
- LengthFieldPrepender(int, boolean) -
类 org.jboss.netty.handler.codec.frame.LengthFieldPrepender 的构造方法
- Creates a new instance.
- LF -
接口 org.jboss.netty.buffer.ChannelBufferIndexFinder 中的静态变量
- 一个
LF ('\n')
字节的索引查找器.
- LifeCycleAwareChannelHandler - org.jboss.netty.channel 中的 接口
- 一个当它被添加到
ChannelPipeline
或从ChannelPipeline
删除时被通知的
ChannelHandler
. - LINEAR_WHITESPACE -
接口 org.jboss.netty.buffer.ChannelBufferIndexFinder 中的静态变量
- 一个连续空格(
' '
和'\t'
)的索引查找器.
- lineDelimiter() -
类 org.jboss.netty.handler.codec.frame.Delimiters 中的静态方法
- Returns
CR ('\r')
and LF ('\n')
delimiters, which could
be used for text-based line protocols.
- LinkedTransferQueue<E> - org.jboss.netty.util.internal 中的 类
- An unbounded
BlockingQueue
based on linked nodes. - LinkedTransferQueue() -
类 org.jboss.netty.util.internal.LinkedTransferQueue 的构造方法
- Creates an initially empty
LinkedTransferQueue
.
- LinkedTransferQueue(Collection<? extends E>) -
类 org.jboss.netty.util.internal.LinkedTransferQueue 的构造方法
- Creates a
LinkedTransferQueue
initially containing the elements of the given collection,
added in traversal order of the collection's iterator.
- LITTLE_ENDIAN -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态变量
- Little endian 字节序.
- LittleEndianHeapChannelBuffer - org.jboss.netty.buffer 中的 类
- 一个little-endian的java堆缓冲.
- LittleEndianHeapChannelBuffer(int) -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 的构造方法
- 使用新分配字节数组创建一个little-endian堆缓冲.
- LittleEndianHeapChannelBuffer(byte[]) -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 的构造方法
- 使用指定的字节数组创建一个新的little-endian堆缓冲.
- LocalAddress - org.jboss.netty.channel.local 中的 类
- 一个本地传输的终端节点.每个节点都是使用一个唯一不区分大小写的字符串标识,除了预设值
"ephemeral"
. - LocalAddress(int) -
类 org.jboss.netty.channel.local.LocalAddress 的构造方法
- 使用指定ID创建一个实例.
- LocalAddress(String) -
类 org.jboss.netty.channel.local.LocalAddress 的构造方法
- 使用指定ID创建一个实例.
- LocalChannel - org.jboss.netty.channel.local 中的 接口
- 一个本地传输的
Channel
. - LocalClientChannelFactory - org.jboss.netty.channel.local 中的 接口
- 一个创建客户端
LocalChannel
的ChannelFactory
. - LocalServerChannel - org.jboss.netty.channel.local 中的 接口
- 一个本地传输的
ServerChannel
. - LocalServerChannelFactory - org.jboss.netty.channel.local 中的 接口
- 一个创建
LocalServerChannel
的ServerChannelFactory
. - LOCATION -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Location"
- lock() -
类 org.jboss.netty.util.internal.NonReentrantLock 中的方法
-
- LOCKED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 423 已锁 (WebDAV, RFC4918)
- lockInterruptibly() -
类 org.jboss.netty.util.internal.NonReentrantLock 中的方法
-
- log(ChannelEvent) -
类 org.jboss.netty.handler.logging.LoggingHandler 中的方法
- 记录事件到使用
LoggingHandler.getLogger()
返回的InternalLogger
.如果允许该处理器使用十六进制转储,那么在一个MessageEvent
里的ChannelBuffer
的十六进制也同时会被记录.
- log(InternalLogLevel, String, Throwable) -
类 org.jboss.netty.logging.AbstractInternalLogger 中的方法
-
- log(InternalLogLevel, String) -
类 org.jboss.netty.logging.AbstractInternalLogger 中的方法
-
- log(InternalLogLevel, String) -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 记录一个消息.
- log(InternalLogLevel, String, Throwable) -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 记录一个消息.
- Log4JLoggerFactory - org.jboss.netty.logging 中的 类
- 创建一个 Apache
Log4J logger的工厂.
- Log4JLoggerFactory() -
类 org.jboss.netty.logging.Log4JLoggerFactory 的构造方法
-
- LoggingHandler - org.jboss.netty.handler.logging 中的 类
- 通过
InternalLogger
记录所有事件的ChannelHandler
.默认情况下,所有事件都是
DEBUG等级.你可以继承该类和重写LoggingHandler.log(ChannelEvent)
改变默认的行为. - LoggingHandler() -
类 org.jboss.netty.handler.logging.LoggingHandler 的构造方法
- 创建一个记录器名称为实例全类名并允许十六进制存储的实例.
- LoggingHandler(InternalLogLevel) -
类 org.jboss.netty.handler.logging.LoggingHandler 的构造方法
- 创建一个记录器名称为实例全类名的实例.
- LoggingHandler(boolean) -
类 org.jboss.netty.handler.logging.LoggingHandler 的构造方法
- 创建一个记录器名称为实例全类名的实例.
- LoggingHandler(InternalLogLevel, boolean) -
类 org.jboss.netty.handler.logging.LoggingHandler 的构造方法
- 创建一个记录器名称为实例全类名的实例.
- LoggingHandler(Class<?>) -
类 org.jboss.netty.handler.logging.LoggingHandler 的构造方法
- 创建一个指定记录器名称并允许十六进制存储的实例.
- LoggingHandler(Class<?>, boolean) -
类 org.jboss.netty.handler.logging.LoggingHandler 的构造方法
- 使用指定的记录器名称创建一个实例.
- LoggingHandler(Class<?>, InternalLogLevel) -
类 org.jboss.netty.handler.logging.LoggingHandler 的构造方法
- 使用指定的记录器名称创建一个实例.
- LoggingHandler(Class<?>, InternalLogLevel, boolean) -
类 org.jboss.netty.handler.logging.LoggingHandler 的构造方法
- 使用指定的记录器名称创建一个实例.
- LoggingHandler(String) -
类 org.jboss.netty.handler.logging.LoggingHandler 的构造方法
- 创建一个指定记录器名称并允许十六进制存储的实例.
- LoggingHandler(String, boolean) -
类 org.jboss.netty.handler.logging.LoggingHandler 的构造方法
- 使用指定的记录器名称创建一个实例.
- LoggingHandler(String, InternalLogLevel, boolean) -
类 org.jboss.netty.handler.logging.LoggingHandler 的构造方法
- 使用指定的记录器名称创建一个实例.
- LOW_STORAGE_SPACE -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 250 低存储空间呢
M
- main(String[]) -
类 org.jboss.netty.util.Version 中的静态方法
- 打印版本信息到标准输出.
- mark(int) -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- mark(int) -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- markReaderIndex() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- markReaderIndex() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 标记缓冲区当前的
readerIndex
.你可以通过调用 ChannelBuffer.resetReaderIndex()
把当前的
readerIndex
复位到标记的readerIndex
.
- markSupported() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- markSupported() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- markWriterIndex() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- markWriterIndex() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 标记缓冲区当前的
writerIndex
.你可以通过调用 ChannelBuffer.resetWriterIndex()
把当前的
writerIndex
复位到标记的writerIndex
.
- MAX_AGE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"max-age"
- MAX_AGE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"max-age"
- MAX_FORWARDS -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Max-Forwards"
- MAX_STALE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"max-stale"
- MAX_STALE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"max-stale"
- MemoryAwareThreadPoolExecutor - org.jboss.netty.handler.execution 中的 类
- 一个当队列里有太多的任务时阻塞任务提交的
ThreadPoolExecutor
.每Channel
和每
Executor
限制会被应用. - MemoryAwareThreadPoolExecutor(int, long, long) -
类 org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor 的构造方法
- 创建一个实例.
- MemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit) -
类 org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor 的构造方法
- 创建一个实例 .
- MemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ThreadFactory) -
类 org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor 的构造方法
- 创建一个实例 .
- MemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ObjectSizeEstimator, ThreadFactory) -
类 org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor 的构造方法
- 创建一个实例 .
- MessageEvent - org.jboss.netty.channel 中的 接口
- 表示一个消息的传输与接受的
ChannelEvent
.它能表示一个接收消息的通知或写消息的请求,分别依赖它是一个上游事件还是下游事件. - messageReceived(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当一个远程消息对象(如:
ChannelBuffer
)被接收时调用.
- messageReceived(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 中的方法
- 当一个从远端发来的消息对象(如:
ChannelBuffer
)被接收时调用.
- messageReceived(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.handler.codec.frame.FrameDecoder 中的方法
-
- messageReceived(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.handler.codec.http.HttpChunkAggregator 中的方法
-
- messageReceived(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.handler.codec.http.HttpContentDecoder 中的方法
-
- messageReceived(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.handler.codec.http.HttpContentEncoder 中的方法
-
- messageReceived(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.handler.codec.replay.ReplayingDecoder 中的方法
-
- messageReceived(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.handler.queue.BlockingReadHandler 中的方法
-
- messageReceived(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.handler.timeout.IdleStateHandler 中的方法
-
- messageReceived(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.handler.timeout.ReadTimeoutHandler 中的方法
-
- METHOD_NOT_ALLOWED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 405 方法不允许
- METHOD_NOT_ALLOWED -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 405 方法不允许
- METHOD_NOT_VALID -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 455 方法无效
- MIN_FRESH -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"min-fresh"
- MIN_FRESH -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"min-fresh"
- MODE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"mode"
- MOVED_PERMANENTLY -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 301 永久移除
- MOVED_PERMANENTLY -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 301 永久移除
- MOVED_TEMPORARILY -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 302 零时移除
- msg -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的变量
-
- MULTI_STATUS -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 207 多状态(WebDAV, RFC2518)
- MULTICAST -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"multicast"
- MULTIPLE_CHOICES -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 300 多选择
- MULTIPLE_CHOICES -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 300 多选
- MUST_REVALIDATE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"must-revalidate"
- MUST_REVALIDATE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"must-revalidate"
N
- NettyBundleActivator - org.jboss.netty.container.osgi 中的 类
- 一个配置日志的OSGI
BundleActivator
. - NettyBundleActivator() -
类 org.jboss.netty.container.osgi.NettyBundleActivator 的构造方法
-
- NettyLoggerConfigurator - org.jboss.netty.container.microcontainer 中的 类
- 配置默认
InternalLoggerFactory
的bean. - NettyLoggerConfigurator() -
类 org.jboss.netty.container.microcontainer.NettyLoggerConfigurator 的构造方法
-
- NettyLoggerConfigurator - org.jboss.netty.container.spring 中的 类
- 配置默认
InternalLoggerFactory
的bean. - NettyLoggerConfigurator() -
类 org.jboss.netty.container.spring.NettyLoggerConfigurator 的构造方法
-
- newChannel(ChannelPipeline) -
接口 org.jboss.netty.channel.ChannelFactory 中的方法
- 创建和打开一个新的
Channel
,并使用指定的 ChannelPipeline
附加到新的
Channel
.
- newChannel(ChannelPipeline) -
类 org.jboss.netty.channel.local.DefaultLocalClientChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
类 org.jboss.netty.channel.local.DefaultLocalServerChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
接口 org.jboss.netty.channel.local.LocalClientChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
接口 org.jboss.netty.channel.local.LocalServerChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
接口 org.jboss.netty.channel.ServerChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
接口 org.jboss.netty.channel.socket.ClientSocketChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
接口 org.jboss.netty.channel.socket.DatagramChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
类 org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
类 org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
类 org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
类 org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
类 org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
类 org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory 中的方法
-
- newChannel(ChannelPipeline) -
接口 org.jboss.netty.channel.socket.ServerSocketChannelFactory 中的方法
-
- newCondition() -
类 org.jboss.netty.util.internal.NonReentrantLock 中的方法
-
- newInstance(String) -
类 org.jboss.netty.logging.CommonsLoggerFactory 中的方法
-
- newInstance(String) -
类 org.jboss.netty.logging.InternalLoggerFactory 中的方法
- 使用指定的名称创建一个logger实例.
- newInstance(String) -
类 org.jboss.netty.logging.JBossLoggerFactory 中的方法
-
- newInstance(String) -
类 org.jboss.netty.logging.JdkLoggerFactory 中的方法
-
- newInstance(String) -
类 org.jboss.netty.logging.Log4JLoggerFactory 中的方法
-
- newInstance(String) -
类 org.jboss.netty.logging.OsgiLoggerFactory 中的方法
-
- newInstance(String) -
类 org.jboss.netty.logging.Slf4JLoggerFactory 中的方法
-
- NEWLINE -
类 org.jboss.netty.util.internal.StringUtil 中的静态变量
-
- newTimeout(TimerTask, long, TimeUnit) -
类 org.jboss.netty.util.HashedWheelTimer 中的方法
-
- newTimeout(TimerTask, long, TimeUnit) -
接口 org.jboss.netty.util.Timer 中的方法
- 在指定的延迟后执行一次计划指定的
TimerTask
.
- next_in -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的变量
-
- next_in_index -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的变量
-
- next_out -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的变量
-
- next_out_index -
类 org.jboss.netty.util.internal.jzlib.ZStream 中的变量
-
- nextChunk() -
类 org.jboss.netty.handler.stream.ChunkedFile 中的方法
-
- nextChunk() -
接口 org.jboss.netty.handler.stream.ChunkedInput 中的方法
- 从数据流获取一个块数据.通常返回的块是一个
ChannelBuffer
,但你可以扩展传化存在的
ChannelBuffer
为不同类型的你理解的处理器或编码器.
- nextChunk() -
类 org.jboss.netty.handler.stream.ChunkedNioFile 中的方法
-
- nextChunk() -
类 org.jboss.netty.handler.stream.ChunkedNioStream 中的方法
-
- nextChunk() -
类 org.jboss.netty.handler.stream.ChunkedStream 中的方法
-
- nextReceiveBufferSize() -
类 org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor 中的方法
-
- nextReceiveBufferSize() -
类 org.jboss.netty.channel.FixedReceiveBufferSizePredictor 中的方法
-
- nextReceiveBufferSize() -
接口 org.jboss.netty.channel.ReceiveBufferSizePredictor 中的方法
- 依赖上一个读操作读取的实际字节数预测下一次读操作的
ChannelBuffer
的容量.
- NioClientSocketChannelFactory - org.jboss.netty.channel.socket.nio 中的 类
- 用于创建基于NIO的客户端
ServerSocketChannel
的ServerSocketChannelFactory
.它利用引入了NIO非阻塞I/O模式有效率的服务多数量的并发连接. - NioClientSocketChannelFactory(Executor, Executor) -
类 org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory 的构造方法
- 创建一个实例.调用该构造方法和指定两倍可用处理器的
NioClientSocketChannelFactory.NioClientSocketChannelFactory(Executor, Executor, int)
一样.可以通过
Runtime.availableProcessors()
获取可用处理器的数量.
- NioClientSocketChannelFactory(Executor, Executor, int) -
类 org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory 的构造方法
- 创建一个实例.
- NioDatagramChannelConfig - org.jboss.netty.channel.socket.nio 中的 接口
- 一个NIO TCP/IP
DatagramChannel
的DatagramChannelConfig
有效属性
ChannelConfig
和DatagramChannelConfig
还提供其他的属性,
NioDatagramChannelConfig
有以下属性:
名称
关联setter方法
"writeBufferHighWaterMark"
NioDatagramChannelConfig.setWriteBufferHighWaterMark(int)
"writeBufferLowWaterMark"
NioDatagramChannelConfig.setWriteBufferLowWaterMark(int)
"writeSpinCount"
NioDatagramChannelConfig.setWriteSpinCount(int)
- NioDatagramChannelFactory - org.jboss.netty.channel.socket.nio 中的 类
- 用于创建基于NIO的无连接
DatagramChannel
的DatagramChannelFactory
.它利用引入了NIO非阻塞I/O模式有效率的服务大数量的并发连接. - NioDatagramChannelFactory(Executor) -
类 org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory 的构造方法
- 创建一个实例.调用该构造方法和指定两倍可用处理器的
NioDatagramChannelFactory.NioDatagramChannelFactory(Executor, int)
一样.可以通过
Runtime.availableProcessors()
获取可用处理器的数量.
- NioDatagramChannelFactory(Executor, int) -
类 org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory 的构造方法
- 创建一个实例.
- NioServerSocketChannelFactory - org.jboss.netty.channel.socket.nio 中的 类
- 用于创建基于NIO的服务端
ServerSocketChannel
的ServerSocketChannelFactory
.它利用引入了NIO非阻塞I/O模式有效率的服务大数量的并发连接. - NioServerSocketChannelFactory(Executor, Executor) -
类 org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory 的构造方法
- 创建一个实例.调用该构造方法和指定两倍可用处理器的
NioServerSocketChannelFactory.NioServerSocketChannelFactory(Executor, Executor, int)
一样.可以通过
Runtime.availableProcessors()
获取可用处理器的数量.
- NioServerSocketChannelFactory(Executor, Executor, int) -
类 org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory 的构造方法
- 创建一个实例.
- NioSocketChannelConfig - org.jboss.netty.channel.socket.nio 中的 接口
- 一个NIO TCP/IP
SocketChannel
的SocketChannelConfig
. - NO_CACHE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"no-cache"
- NO_CACHE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"no-cache"
- NO_CONTENT -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 204 没有内容
- NO_STORE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"no-store"
- NO_TRANSFORM -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"no-transform"
- NO_TRANSFORM -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"no-transform"
- NON_AUTHORITATIVE_INFORMATION -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 203 非权威信息(自 HTTP/1.1之后)
- NONE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"none"
- NONE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"none"
- NonReentrantLock - org.jboss.netty.util.internal 中的 类
-
- NonReentrantLock() -
类 org.jboss.netty.util.internal.NonReentrantLock 的构造方法
-
- NOT_ACCEPTABLE -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 406 不可接受
- NOT_ACCEPTABLE -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 406 不可接受
- NOT_CR -
接口 org.jboss.netty.buffer.ChannelBufferIndexFinder 中的静态变量
- 一个非
CR ('\r')
字节的索引查找器.
- NOT_CRLF -
接口 org.jboss.netty.buffer.ChannelBufferIndexFinder 中的静态变量
- 一个既不是
CR ('\r')
也不是LF ('\n')
的索引查找器.
- NOT_ENOUGH_BANDWIDTH -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 453 没有足够带宽
- NOT_EXTENDED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 510 不可扩展 (RFC2774)
- NOT_FOUND -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 404 未找到
- NOT_FOUND -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 404 找不到
- NOT_IMPLEMENTED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 501 为实现
- NOT_IMPLEMENTED -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 501 未实现
- NOT_LF -
接口 org.jboss.netty.buffer.ChannelBufferIndexFinder 中的静态变量
- 一个非
LF ('\n')
字节的索引查找器.
- NOT_LINEAR_WHITESPACE -
接口 org.jboss.netty.buffer.ChannelBufferIndexFinder 中的静态变量
- 一个既不是连续空格(
' '
也不是'\t'
)的索引查找器.
- NOT_MODIFIED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 304 没有修改
- NOT_MODIFIED -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 304 没有修改
- NOT_NUL -
接口 org.jboss.netty.buffer.ChannelBufferIndexFinder 中的静态变量
- 一个非
NUL (0x00)
字节的索引查找器.
- NUL -
接口 org.jboss.netty.buffer.ChannelBufferIndexFinder 中的静态变量
- 一个
NUL (0x00)
字节的索引查找器.
- nulDelimiter() -
类 org.jboss.netty.handler.codec.frame.Delimiters 中的静态方法
- Returns a
NUL (0x00)
delimiter, which could be used for
Flash XML socket or any similar protocols.
O
- ObjectDecoder - org.jboss.netty.handler.codec.serialization 中的 类
- 一个反序列化接收到的
ChannelBuffer
为Java对象的解码器. - ObjectDecoder() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoder 的构造方法
- 创建一个最大对象大小为
1048576
字节的解码器.如果接收对象的大小大于1048576
字节,会抛出
StreamCorruptedException
.
- ObjectDecoder(int) -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoder 的构造方法
- 使用指定最大对象大小创建一个解码器.
- ObjectDecoder(int, ClassLoader) -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoder 的构造方法
- 使用指定最大对象大小创建一个解码器.
- ObjectDecoderInputStream - org.jboss.netty.handler.codec.serialization 中的 类
- 一个被用来与
ObjectEncoder
和ObjectEncoderOutputStream
互操作的
ObjectInput
. - ObjectDecoderInputStream(InputStream) -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 的构造方法
- 创建一个新的
ObjectInput
.
- ObjectDecoderInputStream(InputStream, ClassLoader) -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 的构造方法
- 创建一个新的
ObjectInput
.
- ObjectDecoderInputStream(InputStream, int) -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 的构造方法
- 创建一个新的
ObjectInput
.
- ObjectDecoderInputStream(InputStream, ClassLoader, int) -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 的构造方法
- 创建一个新的
ObjectInput
.
- ObjectEncoder - org.jboss.netty.handler.codec.serialization 中的 类
- 序列化一个Java对象到一个
ChannelBuffer
的编码器. - ObjectEncoder() -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoder 的构造方法
- 使用512字节的估算长度创建一个新编码器.
- ObjectEncoder(int) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoder 的构造方法
- 创建一个新的编码器.
- ObjectEncoderOutputStream - org.jboss.netty.handler.codec.serialization 中的 类
- 一个被用来与
ObjectDecoder
和ObjectDecoderInputStream
互操作的
ObjectOutput
. - ObjectEncoderOutputStream(OutputStream) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 的构造方法
- 使用512字节的估算长度创建一个新的
ObjectOutput
.
- ObjectEncoderOutputStream(OutputStream, int) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 的构造方法
- 创建一个新的
ObjectOutput
.
- ObjectSizeEstimator - org.jboss.netty.util 中的 接口
- 从字节上评估一个对象的大小.
- offer(Object) -
接口 org.jboss.netty.handler.codec.embedder.CodecEmbedder 中的方法
- Offers an input object to the pipeline of this embedder.
- offer(Object) -
类 org.jboss.netty.handler.codec.embedder.DecoderEmbedder 中的方法
-
- offer(Object) -
类 org.jboss.netty.handler.codec.embedder.EncoderEmbedder 中的方法
-
- offer(E, long, TimeUnit) -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
- Inserts the specified element at the tail of this queue.
- offer(E) -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
- Inserts the specified element at the tail of this queue.
- OioClientSocketChannelFactory - org.jboss.netty.channel.socket.oio 中的 类
- 创建一个基于
SocketChannel
的客户端阻塞I/O的ClientSocketChannelFactory
.它利用好的旧的阻塞I/O API,众所周知当它服务人数较少的连接时能产生更好的吞吐量和延迟. - OioClientSocketChannelFactory(Executor) -
类 org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory 的构造方法
- 创建一个实例.
- OioDatagramChannelFactory - org.jboss.netty.channel.socket.oio 中的 类
- 创建基于
DatagramChannel
的阻塞I/O的DatagramChannelFactory
.它利用好的旧的阻塞I/O
API并支持多播. - OioDatagramChannelFactory(Executor) -
类 org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory 的构造方法
- 创建一个实例.
- OioServerSocketChannelFactory - org.jboss.netty.channel.socket.oio 中的 类
- 一个创建基于
ServerSocketChannel
的服务端阻塞I/O的ServerSocketChannelFactory
.它利用好的旧的阻塞I/O API,众所周知当它服务人数较少的连接时能产生更好的吞吐量和延迟. - OioServerSocketChannelFactory(Executor, Executor) -
类 org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory 的构造方法
- 创建一个实例.
- OK -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 200 OK
- OK -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 200 OK
- ONE -
注释类型 org.jboss.netty.channel.ChannelPipelineCoverage 中的静态变量
- 已过时。
"one"
- OneToOneDecoder - org.jboss.netty.handler.codec.oneone 中的 类
- Transforms a received message into another message.
- OneToOneEncoder - org.jboss.netty.handler.codec.oneone 中的 类
- Transforms a write request into another write request.
- ONLY_AGGREGATE_OPERATION_ALLOWED -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 460 只允许聚合操作
- ONLY_IF_CACHED -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"only-if-cached"
- ONLY_IF_CACHED -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"only-if-cached"
- OP_NONE -
接口 org.jboss.netty.channel.Channel 中的静态变量
- 用来通知只有读操作被挂起的
interestOps
值.
- OP_READ -
接口 org.jboss.netty.channel.Channel 中的静态变量
- 用来通知读操作和写操作都不被挂起的
interestOps
值.
- OP_READ_WRITE -
接口 org.jboss.netty.channel.Channel 中的静态变量
- 用来通知只有写操作被挂起的
interestOps
值.
- OP_WRITE -
接口 org.jboss.netty.channel.Channel 中的静态变量
- 用来通知读写操作都被挂起的
interestOps
值.
- operationComplete(ChannelFuture) -
接口 org.jboss.netty.channel.ChannelFutureListener 中的方法
- 当关联
ChannelFuture
的I/O操作完成时被调用.
- operationComplete(ChannelGroupFuture) -
接口 org.jboss.netty.channel.group.ChannelGroupFutureListener 中的方法
- 当关联
ChannelGroupFuture
的所有I/O操作完成时调用.
- operationProgressed(ChannelFuture, long, long, long) -
接口 org.jboss.netty.channel.ChannelFutureProgressListener 中的方法
- 当关联I/O操作的
ChannelFuture
有进展时被调用.
- OPTION_NOT_SUPPORTED -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 551 选项不支持
- OPTIONS -
类 org.jboss.netty.handler.codec.http.HttpMethod 中的静态变量
- The OPTIONS method represents a request for information about the communication options available on the request/response
chain identified by the Request-URI.
- OPTIONS -
类 org.jboss.netty.handler.codec.rtsp.RtspMethods 中的静态变量
- The OPTIONS method represents a request for information about the
communication options available on the request/response chain identified
by the Request-URI.
- order() -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 中的方法
-
- order() -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- order() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回缓冲区的 字节序.
- order() -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- order() -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- order() -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- order() -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 中的方法
-
- order() -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- order() -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- order() -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- OrderedMemoryAwareThreadPoolExecutor - org.jboss.netty.handler.execution 中的 类
- 一个保证来自相同通道的事件能够顺序的执行的
MemoryAwareThreadPoolExecutor
. - OrderedMemoryAwareThreadPoolExecutor(int, long, long) -
类 org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor 的构造方法
- 创建一个实例.
- OrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit) -
类 org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor 的构造方法
- 创建一个实例.
- OrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ThreadFactory) -
类 org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor 的构造方法
- 创建一个实例.
- OrderedMemoryAwareThreadPoolExecutor(int, long, long, long, TimeUnit, ObjectSizeEstimator, ThreadFactory) -
类 org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor 的构造方法
- 创建一个实例.
- org.jboss.netty.bootstrap - 软件包 org.jboss.netty.bootstrap
- 提供能够初始化客户端channel和服务端channel的简单实现的IoC/DI 友好帮助类集.
- org.jboss.netty.buffer - 软件包 org.jboss.netty.buffer
- 一个字节缓冲的抽象 - 表现一个底层二进制和文本消息的基础数据结构.
- org.jboss.netty.channel - 软件包 org.jboss.netty.channel
- 核心通道API是异步的并且是各种传输的事件驱动抽象,如NIO Channel.
- org.jboss.netty.channel.group - 软件包 org.jboss.netty.channel.group
- 一个用于帮助一个用户维护打开的
Channel
列表和为它们执行批量操作的channel注册机. - org.jboss.netty.channel.local - 软件包 org.jboss.netty.channel.local
- 允许同一个虚拟机器的两部分通讯的虚拟传输.
- org.jboss.netty.channel.socket - 软件包 org.jboss.netty.channel.socket
- 扩张核心Channel API的抽象TCP和UDP套接字接口.
- org.jboss.netty.channel.socket.http - 软件包 org.jboss.netty.channel.socket.http
- 一个基于HTTP客户端的
SocketChannel
和它相应的服务端Servlet实现让你的服务器应用程序可以工作在防火墙网络里. - org.jboss.netty.channel.socket.nio - 软件包 org.jboss.netty.channel.socket.nio
- 基于NIO套接字通道API实现- 推荐用于大连接数(>= 1000).
- org.jboss.netty.channel.socket.oio - 软件包 org.jboss.netty.channel.socket.oio
- 基于套接字通道API实现的旧的阻塞I/O - 推荐用于小连接数(< 1000).
- org.jboss.netty.container.microcontainer - 软件包 org.jboss.netty.container.microcontainer
- 集成JBoss微容器.
- org.jboss.netty.container.osgi - 软件包 org.jboss.netty.container.osgi
- 集成OSGi框架.
- org.jboss.netty.container.spring - 软件包 org.jboss.netty.container.spring
- 集成Spring框架.
- org.jboss.netty.handler.codec.base64 - 软件包 org.jboss.netty.handler.codec.base64
- Encoder and decoder which transform a
Base64-encoded
String
or ChannelBuffer
into a decoded ChannelBuffer
and vice versa. - org.jboss.netty.handler.codec.compression - 软件包 org.jboss.netty.handler.codec.compression
- Encoder and decoder which compresses and decompresses
ChannelBuffer
s
in a compression format such as zlib
and gzip. - org.jboss.netty.handler.codec.embedder - 软件包 org.jboss.netty.handler.codec.embedder
- A helper that wraps an encoder or a decoder so that they can be used without
doing actual I/O in unit tests or higher level codecs.
- org.jboss.netty.handler.codec.frame - 软件包 org.jboss.netty.handler.codec.frame
- Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
- org.jboss.netty.handler.codec.http - 软件包 org.jboss.netty.handler.codec.http
- Encoder, decoder and their related message types for HTTP.
- org.jboss.netty.handler.codec.http.websocket - 软件包 org.jboss.netty.handler.codec.http.websocket
- Encoder, decoder and their related message types for
Web Socket data frames.
- org.jboss.netty.handler.codec.oneone - 软件包 org.jboss.netty.handler.codec.oneone
- Simplistic abstract classes which help implement encoder and decoder that
transform an object into another object and vice versa.
- org.jboss.netty.handler.codec.protobuf - 软件包 org.jboss.netty.handler.codec.protobuf
- Encoder and decoder which transform a
Google Protocol Buffers
Message
into a ChannelBuffer
and vice versa. - org.jboss.netty.handler.codec.replay - 软件包 org.jboss.netty.handler.codec.replay
- Specialized variation of
FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm. - org.jboss.netty.handler.codec.rtsp - 软件包 org.jboss.netty.handler.codec.rtsp
- 基于HTTP编解码器的RTSP
扩展.
- org.jboss.netty.handler.codec.serialization - 软件包 org.jboss.netty.handler.codec.serialization
- 用来转换一个
Serializable
对象到一个字节缓冲和反转的编码器,解码器和它们兼容的流实现. - org.jboss.netty.handler.codec.string - 软件包 org.jboss.netty.handler.codec.string
- 用于转换
String
为ChannelBuffer
或反转的编码器和解码器. - org.jboss.netty.handler.execution - 软件包 org.jboss.netty.handler.execution
- 基于
Executor
实现的多线程模型,把业务逻辑从I/O线程中分离出来 - org.jboss.netty.handler.logging - 软件包 org.jboss.netty.handler.logging
- 使用一个
InternalLogger
用于调试目的记录一个ChannelEvent
. - org.jboss.netty.handler.queue - 软件包 org.jboss.netty.handler.queue
- 特殊用途的处理器,存储一个事件到内部队列代替直接传播事件..
- org.jboss.netty.handler.ssl - 软件包 org.jboss.netty.handler.ssl
- 基于
SSLEngine
的SSL ·
TLS实现 - org.jboss.netty.handler.stream - 软件包 org.jboss.netty.handler.stream
- 既不会花费很多内存也不会抛出
OutOfMemoryError
异常的异步写非常大数据流.如需详细例子, 请参阅org.jboss.netty.example.http.file
. - org.jboss.netty.handler.timeout - 软件包 org.jboss.netty.handler.timeout
- 使用一个
Timer
为读和写超时和空闲连接添加通知支持. - org.jboss.netty.logging - 软件包 org.jboss.netty.logging
- 一个简单用于Netty内部的允许用户决定在Netty里使用的日志框架日志层.
- org.jboss.netty.util - 软件包 org.jboss.netty.util
- 被多个包使用的使用类
- org.jboss.netty.util.internal - 软件包 org.jboss.netty.util.internal
- Internal-use-only utilities which is not allowed to be used
outside Netty.
- org.jboss.netty.util.internal.jzlib - 软件包 org.jboss.netty.util.internal.jzlib
-
- ORIGIN -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Origin"
- OsgiLoggerFactory - org.jboss.netty.logging 中的 类
- 创建一个OSGi
LogService
logger的工厂. - OsgiLoggerFactory(BundleContext) -
类 org.jboss.netty.logging.OsgiLoggerFactory 的构造方法
-
- OsgiLoggerFactory(BundleContext, InternalLoggerFactory) -
类 org.jboss.netty.logging.OsgiLoggerFactory 的构造方法
-
P
- PARAMETER_IS_READONLY -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 458 参数只读
- PARAMETER_NOT_UNDERSTOOD -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 451 参数不明
- PARTIAL_CONTENT -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 206 部分内容
- PATCH -
类 org.jboss.netty.handler.codec.http.HttpMethod 中的静态变量
- The PATCH method requests that a set of changes described in the
request entity be applied to the resource identified by the Request-URI.
- PAUSE -
类 org.jboss.netty.handler.codec.rtsp.RtspMethods 中的静态变量
- The PAUSE request causes the stream delivery to be interrupted (halted)
temporarily.
- PAYMENT_REQUIRED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 402 支付需求
- PAYMENT_REQUIRED -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 402 支付所需
- peek() -
接口 org.jboss.netty.handler.codec.embedder.CodecEmbedder 中的方法
- Reads an encoded or decoded output from the head of the product queue.
- peek() -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
-
- pipeline() -
类 org.jboss.netty.channel.Channels 中的静态方法
- 创建一个新的
ChannelPipeline
.
- pipeline(ChannelHandler...) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 创建一个包含指定
ChannelHandler
的ChannelPipeline
.指定的处理器的名称是自动生成的;
第一个处理器的名称是"0"
,第二个处理器名称是"1"
,第三个名称是"2"
,以此类推.
- pipeline(ChannelPipeline) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 创建一个包含与指定管道相同实体的
ChannelPipeline
.请注意只有名称和ChannelHandler
的引用被复制.没有任何新的ChannelHandler
实例被创建.
- pipelineFactory(ChannelPipeline) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 创建一个包含与指定管道相同实体的
ChannelPipelineFactory
.请注意只有名称和
ChannelHandler
的引用被复制.没有任何新的ChannelHandler
实例被创建.
- PLAY -
类 org.jboss.netty.handler.codec.rtsp.RtspMethods 中的静态变量
- The PLAY method tells the server to start sending data via the mechanism
specified in SETUP.
- poll() -
接口 org.jboss.netty.handler.codec.embedder.CodecEmbedder 中的方法
- Consumes an encoded or decoded output from the product queue.
- poll(long, TimeUnit) -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
-
- poll() -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
-
- pollAll() -
接口 org.jboss.netty.handler.codec.embedder.CodecEmbedder 中的方法
- Consumes all encoded or decoded output from the product queue.
- pollAll(T[]) -
接口 org.jboss.netty.handler.codec.embedder.CodecEmbedder 中的方法
- Consumes all encoded or decoded output from the product queue.
- PORT -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"port"
- POST -
类 org.jboss.netty.handler.codec.http.HttpMethod 中的静态变量
- The POST method is used to request that the origin server accept the entity enclosed in the request as a new
subordinate of the resource identified by the Request-URI in the Request-Line.
- PRAGMA -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Pragma"
- PRECONDITION_FAILED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 412 前提失败
- PRECONDITION_FAILED -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 412 前提失败
- previousReceiveBufferSize(int) -
类 org.jboss.netty.channel.AdaptiveReceiveBufferSizePredictor 中的方法
-
- previousReceiveBufferSize(int) -
类 org.jboss.netty.channel.FixedReceiveBufferSizePredictor 中的方法
-
- previousReceiveBufferSize(int) -
接口 org.jboss.netty.channel.ReceiveBufferSizePredictor 中的方法
- 使用上一个读操作实际读取的字节数更新该预测机.
- PRIVATE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"private"
- PRIVATE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"private"
- PROCESSING -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 102 正在处理 (WebDAV, RFC2518)
- PROPOSED -
接口 org.jboss.netty.util.ThreadNameDeterminer 中的静态变量
- 接受推荐线程名称的
ThreadNameDeterminer
.
- ProtobufDecoder - org.jboss.netty.handler.codec.protobuf 中的 类
- Decodes a received
ChannelBuffer
into a
Google Protocol Buffers
Message
and MessageLite
. - ProtobufDecoder(MessageLite) -
类 org.jboss.netty.handler.codec.protobuf.ProtobufDecoder 的构造方法
- Creates a new instance.
- ProtobufDecoder(MessageLite, ExtensionRegistry) -
类 org.jboss.netty.handler.codec.protobuf.ProtobufDecoder 的构造方法
-
- ProtobufEncoder - org.jboss.netty.handler.codec.protobuf 中的 类
- Encodes the requested Google
Protocol Buffers
Message
and MessageLite
into a
ChannelBuffer
. - ProtobufEncoder() -
类 org.jboss.netty.handler.codec.protobuf.ProtobufEncoder 的构造方法
- Creates a new instance.
- ProtobufVarint32FrameDecoder - org.jboss.netty.handler.codec.protobuf 中的 类
- A decoder that splits the received
ChannelBuffer
s dynamically by the
value of the Google Protocol Buffers
Base
128 Varints integer length field in the message. - ProtobufVarint32FrameDecoder() -
类 org.jboss.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder 的构造方法
- Creates a new instance.
- ProtobufVarint32LengthFieldPrepender - org.jboss.netty.handler.codec.protobuf 中的 类
- An encoder that prepends the the Google Protocol Buffers
Base
128 Varints integer length field.
- ProtobufVarint32LengthFieldPrepender() -
类 org.jboss.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender 的构造方法
- Creates a new instance.
- PROXY_AUTHENTICATE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Proxy-Authenticate"
- PROXY_AUTHENTICATE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Proxy-Authenticate"
- PROXY_AUTHENTICATION_REQUIRED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 407 需要代理授权
- PROXY_AUTHENTICATION_REQUIRED -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 407 要求代理授权
- PROXY_AUTHORIZATION -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Proxy-Authorization"
- PROXY_REQUIRE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Proxy-Require"
- PROXY_REVALIDATE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"proxy-revalidate"
- PROXY_REVALIDATE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"proxy-revalidate"
- PUBLIC -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"public"
- PUBLIC -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Public"
- PUBLIC -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"public"
- purgeStaleEntries() -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Removes any stale entries whose keys have been finalized.
- purgeStaleEntries() -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Removes any stale entries whose keys have been finalized.
- PUT -
类 org.jboss.netty.handler.codec.http.HttpMethod 中的静态变量
- The PUT method requests that the enclosed entity be stored under the supplied Request-URI.
- put(K, V) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Maps the specified key to the specified value in this table.
- put(K, V) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Maps the specified key to the specified value in this table.
- put(K, V) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Maps the specified key to the specified value in this table.
- put(K, V) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Maps the specified key to the specified value in this table.
- put(E) -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
- Inserts the specified element at the tail of this queue.
- putAll(Map<? extends K, ? extends V>) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Copies all of the mappings from the specified map to this one.
- putAll(Map<? extends K, ? extends V>) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Copies all of the mappings from the specified map to this one.
- putAll(Map<? extends K, ? extends V>) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Copies all of the mappings from the specified map to this one.
- putAll(Map<? extends K, ? extends V>) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Copies all of the mappings from the specified map to this one.
- putIfAbsent(K, V) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
-
- putIfAbsent(K, V) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
-
- putIfAbsent(K, V) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
-
- putIfAbsent(K, V) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
-
Q
- QueryStringDecoder - org.jboss.netty.handler.codec.http 中的 类
- Splits an HTTP query string into a path string and key-value parameter pairs.
- QueryStringDecoder(String) -
类 org.jboss.netty.handler.codec.http.QueryStringDecoder 的构造方法
- Creates a new decoder that decodes the specified URI.
- QueryStringDecoder(String, Charset) -
类 org.jboss.netty.handler.codec.http.QueryStringDecoder 的构造方法
- Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(String, String) -
类 org.jboss.netty.handler.codec.http.QueryStringDecoder 的构造方法
- 已过时。 Use
QueryStringDecoder.QueryStringDecoder(String, Charset)
instead.
- QueryStringDecoder(URI) -
类 org.jboss.netty.handler.codec.http.QueryStringDecoder 的构造方法
- Creates a new decoder that decodes the specified URI.
- QueryStringDecoder(URI, Charset) -
类 org.jboss.netty.handler.codec.http.QueryStringDecoder 的构造方法
- Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(URI, String) -
类 org.jboss.netty.handler.codec.http.QueryStringDecoder 的构造方法
- 已过时。 Use
QueryStringDecoder.QueryStringDecoder(URI, Charset)
instead.
- QueryStringEncoder - org.jboss.netty.handler.codec.http 中的 类
- Creates an URL-encoded URI from a path string and key-value parameter pairs.
- QueryStringEncoder(String) -
类 org.jboss.netty.handler.codec.http.QueryStringEncoder 的构造方法
- Creates a new encoder that encodes a URI that starts with the specified
path string.
- QueryStringEncoder(String, Charset) -
类 org.jboss.netty.handler.codec.http.QueryStringEncoder 的构造方法
- Creates a new encoder that encodes a URI that starts with the specified
path string in the specified charset.
- QueryStringEncoder(String, String) -
类 org.jboss.netty.handler.codec.http.QueryStringEncoder 的构造方法
- 已过时。 Use
QueryStringEncoder.QueryStringEncoder(String, Charset)
instead.
- QUOTED_PRINTABLE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"quoted-printable"
R
- RANGE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Range"
- RANGE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Range"
- read() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- read(byte[], int, int) -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- read() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- read(byte[], int, int) -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- read(byte[]) -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- read() -
类 org.jboss.netty.handler.queue.BlockingReadHandler 中的方法
- 等待直到一个新的消息被接收或关联的
Channel
被关闭.
- read(long, TimeUnit) -
类 org.jboss.netty.handler.queue.BlockingReadHandler 中的方法
- 等待直到一个新的消息被接收或关联的
Channel
被关闭.
- readable() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readable() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 只有当
(this.writerIndex - this.readerIndex)
大于0
才返回true
.
- readableBytes() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readableBytes() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回可读字节的数量,等同于
(this.writerIndex - this.readerIndex)
.
- readBoolean() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readBoolean() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- readByte() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readByte() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前
readerIndex
位置获取一个字节,并为 readerIndex
加1.
- readByte() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readByte() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- readBytes(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readBytes(ChannelBufferIndexFinder) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
- 已过时。
- readBytes(byte[], int, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readBytes(byte[]) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readBytes(ChannelBuffer) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readBytes(ChannelBuffer, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readBytes(ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readBytes(ByteBuffer) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readBytes(GatheringByteChannel, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readBytes(OutputStream, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readBytes(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前的
readerIndex
处传输该缓冲区数据到一个新创建的缓冲区中,并使用传输的字节数(= length
)增加
readerIndex
.
- readBytes(ChannelBufferIndexFinder) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 已过时。 以被
ChannelBuffer.bytesBefore(ChannelBufferIndexFinder)
和
ChannelBuffer.readBytes(int)
代替.
- readBytes(ChannelBuffer) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从该缓冲当前的readerIndex处传输数据到指定的目标,直到目标不可写为止, 并使用传输的字节数量增加readerIndex.
- readBytes(ChannelBuffer, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从该缓冲当前的readerIndex处传输数据到指定的目标,直到目标不可写为止, 并使用传输的字节数量( =
length
)增加readerIndex.
- readBytes(ChannelBuffer, int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从该缓冲当前的readerIndex处传输数据到指定的目标, 并使用传输的字节数量( =
length
)增加readerIndex.
- readBytes(byte[]) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从该缓冲当前的readerIndex处传输数据到指定的目标, 并使用传输的字节数量( =
dst.length
)增加readerIndex.
- readBytes(byte[], int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从该缓冲当前的readerIndex处传输数据到指定的目标, 并使用传输的字节数量( =
length
)增加readerIndex.
- readBytes(ByteBuffer) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从该缓冲当前的readerIndex处传输数据到指定的目标,直到目标的position到达限制为止, 并使用传输的字节数量
增加readerIndex.
- readBytes(OutputStream, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从该缓冲当前的readerIndex处传输数据到指定的输出流.
- readBytes(GatheringByteChannel, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从该缓冲当前的readerIndex处传输数据到指定的通道.
- readBytes() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
- 返回目前从该数据流读取的字节数量.
- readChar() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readChar() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前
readerIndex
位置获取一个2字节UTF-16字符,并为 readerIndex
加2.
- readChar() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readChar() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- readDouble() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readDouble() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前
readerIndex
位置获取一个64位浮点数,并为 readerIndex
加8.
- readDouble() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readDouble() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- readerIndex() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readerIndex(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readerIndex() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回该缓冲的
readerIndex
值
- readerIndex(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 设置
readerIndex
值.
- readEvent() -
类 org.jboss.netty.handler.queue.BlockingReadHandler 中的方法
- 等待直到一个新的
ChannelEvent
被接收或关联的Channel
被关闭.
- readEvent(long, TimeUnit) -
类 org.jboss.netty.handler.queue.BlockingReadHandler 中的方法
- 等待直到一个新的
ChannelEvent
被接收或关联的Channel
被关闭.
- readFloat() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readFloat() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前
readerIndex
位置获取一个32位浮点数,并为 readerIndex
加4.
- readFloat() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readFloat() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- readFully(byte[]) -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readFully(byte[], int, int) -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readFully(byte[], int, int) -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- readFully(byte[]) -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- readInt() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readInt() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前
readerIndex
位置获取一个32位整型,并为 readerIndex
加4.
- readInt() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readInt() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- readLine() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readLine() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
- 已过时。
- readLong() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readLong() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前
readerIndex
位置获取一个64位整型,并为 readerIndex
加8.
- readLong() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readLong() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- readMedium() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readMedium() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前
readerIndex
位置获取一个24位整型,并为 readerIndex
加3.
- readObject() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- ReadOnlyChannelBuffer - org.jboss.netty.buffer 中的 类
- 一个禁止任何对父缓冲写请求的派生缓冲.
- ReadOnlyChannelBuffer(ChannelBuffer) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 的构造方法
-
- readShort() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readShort() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前
readerIndex
位置获取一个16位短整型,并为 readerIndex
加2.
- readShort() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readShort() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- readSlice(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readSlice(ChannelBufferIndexFinder) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
- 已过时。
- readSlice(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前的
readerIndex
开始处切割该缓冲区的子范围作为新的缓冲区,并使用新切割的大小增加readerIndex
(= length
).
- readSlice(ChannelBufferIndexFinder) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 已过时。 使用
ChannelBuffer.bytesBefore(ChannelBufferIndexFinder)
和
ChannelBuffer.readSlice(int)
代替.
- ReadTimeoutException - org.jboss.netty.handler.timeout 中的 异常
- 当在一定的时间周期内没有数据被读取则
ReadTimeoutHandler
会抛出TimeoutException
. - ReadTimeoutException() -
异常 org.jboss.netty.handler.timeout.ReadTimeoutException 的构造方法
- 创建一个实例.
- ReadTimeoutException(String, Throwable) -
异常 org.jboss.netty.handler.timeout.ReadTimeoutException 的构造方法
- 创建一个实例.
- ReadTimeoutException(String) -
异常 org.jboss.netty.handler.timeout.ReadTimeoutException 的构造方法
- 创建一个实例.
- ReadTimeoutException(Throwable) -
异常 org.jboss.netty.handler.timeout.ReadTimeoutException 的构造方法
- 创建一个实例.
- ReadTimeoutHandler - org.jboss.netty.handler.timeout 中的 类
- 当在一定的时间周期内没有数据被读取则抛出
ReadTimeoutException
. - ReadTimeoutHandler(Timer, int) -
类 org.jboss.netty.handler.timeout.ReadTimeoutHandler 的构造方法
- 创建一个实例.
- ReadTimeoutHandler(Timer, long, TimeUnit) -
类 org.jboss.netty.handler.timeout.ReadTimeoutHandler 的构造方法
- 创建一个实例.
- readUnsignedByte() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readUnsignedByte() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前
readerIndex
位置获取一个无符号字节,并为 readerIndex
加1.
- readUnsignedByte() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readUnsignedByte() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- readUnsignedInt() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readUnsignedInt() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前
readerIndex
位置获取一个32位 无符号整型,并为 readerIndex
加4.
- readUnsignedMedium() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readUnsignedMedium() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前
readerIndex
位置获取一个24位无符号整型,并为 readerIndex
加3.
- readUnsignedShort() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- readUnsignedShort() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前
readerIndex
位置获取一个 16位无符号短整型,并为 readerIndex
加2.
- readUnsignedShort() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readUnsignedShort() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- readUTF() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- readUTF() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- ReceiveBufferSizePredictor - org.jboss.netty.channel 中的 接口
- 预测一个
Channel
接收的缓冲的可读取字节数. - ReceiveBufferSizePredictorFactory - org.jboss.netty.channel 中的 接口
- 创建一个
ReceiveBufferSizePredictor
. - RECORD -
类 org.jboss.netty.handler.codec.rtsp.RtspMethods 中的静态变量
- The RECORD method initiates recording a range of media data according to
the presentation description.
- REDIRECT -
类 org.jboss.netty.handler.codec.rtsp.RtspMethods 中的静态变量
- The REDIRECT request informs the client that it must connect to another
server location.
- REFERER -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Referer"
- REFERER -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Referer"
- release(ExternalResourceReleasable...) -
类 org.jboss.netty.util.ExternalResourceUtil 中的静态方法
- 释放指定的
ExternalResourceReleasable
.
- releaseExternalResources() -
类 org.jboss.netty.bootstrap.Bootstrap 中的方法
- 释放该对象依赖的外部资源.如果其他对象正在使用这些外部资源(如.线程池),千万不要调用该方法.
- releaseExternalResources() -
接口 org.jboss.netty.channel.ChannelFactory 中的方法
- 释放该工厂依赖的外部资源.
- releaseExternalResources() -
类 org.jboss.netty.channel.DefaultFileRegion 中的方法
-
- releaseExternalResources() -
类 org.jboss.netty.channel.local.DefaultLocalClientChannelFactory 中的方法
- 不做任何事情,因为该实现不需要任何外部资源.
- releaseExternalResources() -
类 org.jboss.netty.channel.local.DefaultLocalServerChannelFactory 中的方法
- 不做任何事情,因为该实现不需要任何外部资源.
- releaseExternalResources() -
类 org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory 中的方法
-
- releaseExternalResources() -
类 org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory 中的方法
-
- releaseExternalResources() -
类 org.jboss.netty.channel.socket.nio.NioDatagramChannelFactory 中的方法
-
- releaseExternalResources() -
类 org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory 中的方法
-
- releaseExternalResources() -
类 org.jboss.netty.channel.socket.oio.OioClientSocketChannelFactory 中的方法
-
- releaseExternalResources() -
类 org.jboss.netty.channel.socket.oio.OioDatagramChannelFactory 中的方法
-
- releaseExternalResources() -
类 org.jboss.netty.channel.socket.oio.OioServerSocketChannelFactory 中的方法
-
- releaseExternalResources() -
类 org.jboss.netty.handler.execution.ExecutionHandler 中的方法
- 关闭在构造方法指定的
Executor
和等待它的终止.
- releaseExternalResources() -
类 org.jboss.netty.handler.timeout.IdleStateHandler 中的方法
- 停止该处理器在构造时指定的
Timer
.当该Timer
被其他对象使用 ,你不能调用该方法.
- releaseExternalResources() -
类 org.jboss.netty.handler.timeout.ReadTimeoutHandler 中的方法
- 停止该处理器在构造时指定的
Timer
.当该Timer
被其他对象使用 ,你不能调用该方法.
- releaseExternalResources() -
类 org.jboss.netty.handler.timeout.WriteTimeoutHandler 中的方法
- 停止该处理器在构造时指定的
Timer
.当该Timer
被其他对象使用 ,你不能调用该方法.
- releaseExternalResources() -
接口 org.jboss.netty.util.ExternalResourceReleasable 中的方法
- 释放该对象依赖的外部资源.如果其他对象正在使用这些外部资源(如.线程池),千万不要调用该方法.
- remainingCapacity() -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
- Always returns
Integer.MAX_VALUE
because a
LinkedTransferQueue
is not capacity constrained.
- remove(Channel) -
类 org.jboss.netty.channel.ChannelLocal 中的方法
- 移除变量.
- remove(ChannelHandler) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 移除管道里指定的
ChannelHandler
.
- remove(String) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 移除该管道里指定名称的
ChannelHandler
- remove(Class<T>) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 移除该管道里指定类型的
ChannelHandler
- remove(ChannelHandler) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- remove(String) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- remove(Class<T>) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- remove(Object) -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- remove(ChannelHandler) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- remove(String) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- remove(Class<T>) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- remove(Runnable) -
类 org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor 中的方法
-
- remove(Object) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Removes the key (and its corresponding value) from this map.
- remove(Object, Object) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
-
- remove(Object) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Removes the key (and its corresponding value) from this map.
- remove(Object, Object) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
-
- remove(Object) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Removes the key (and its corresponding value) from this map.
- remove(Object, Object) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
-
- remove(Object) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Removes the key (and its corresponding value) from this map.
- remove(Object, Object) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
-
- remove(Object) -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
- Removes a single instance of the specified element from this queue,
if it is present.
- removeFirst() -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 移除管道第一个
ChannelHandler
.
- removeFirst() -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- removeFirst() -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- removeHeader(String) -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 中的方法
-
- removeHeader(String) -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- removeHeader(String) -
接口 org.jboss.netty.handler.codec.http.HttpChunkTrailer 中的方法
- Removes the trailing header with the specified name.
- removeHeader(String) -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Removes the header with the specified name.
- removeLast() -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 移除管道最后一个
ChannelHandler
.
- removeLast() -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- removeLast() -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- removeListener(ChannelFutureListener) -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 移除该future里指定的监听器.当该future完成
,该监听器会收到通知.如果指定的监听器不再关联该future,该方法不做任何事.
- removeListener(ChannelFutureListener) -
类 org.jboss.netty.channel.CompleteChannelFuture 中的方法
-
- removeListener(ChannelFutureListener) -
类 org.jboss.netty.channel.DefaultChannelFuture 中的方法
-
- removeListener(ChannelGroupFutureListener) -
接口 org.jboss.netty.channel.group.ChannelGroupFuture 中的方法
- 移除指定的监听器.当该future完成
,该监听器不再收到通知.如果该future已经完成,该方法不会有任何效果.
- removeListener(ChannelGroupFutureListener) -
类 org.jboss.netty.channel.group.DefaultChannelGroupFuture 中的方法
-
- replace(ChannelHandler, String, ChannelHandler) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 使用指定处理器替换管道里指定的
ChannelHandler
.
- replace(String, String, ChannelHandler) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 使用指定处理器替换管道里指定名称的
ChannelHandler
.
- replace(Class<T>, String, ChannelHandler) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 使用指定处理器替换管道里指定类型的
ChannelHandler
.
- replace(ChannelHandler, String, ChannelHandler) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- replace(String, String, ChannelHandler) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- replace(Class<T>, String, ChannelHandler) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- replace(ChannelHandler, String, ChannelHandler) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- replace(String, String, ChannelHandler) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- replace(Class<T>, String, ChannelHandler) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- replace(K, V, V) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
-
- replace(K, V) -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
-
- replace(K, V, V) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
-
- replace(K, V) -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
-
- replace(K, V, V) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
-
- replace(K, V) -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
-
- replace(K, V, V) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
-
- replace(K, V) -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
-
- ReplayingDecoder<T extends java.lang.Enum<T>> - org.jboss.netty.handler.codec.replay 中的 类
- A specialized variation of
FrameDecoder
which enables implementation
of a non-blocking decoder in the blocking I/O paradigm. - REQUEST_ENTITY_TOO_LARGE -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 413 请求实体过大
- REQUEST_ENTITY_TOO_LARGE -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 413 请求实体太大
- REQUEST_TIMEOUT -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 408 请求超时
- REQUEST_TIMEOUT -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 408 请求超时
- REQUEST_URI_TOO_LONG -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 414 请求URI过长
- REQUEST_URI_TOO_LONG -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 414 请求URL过长
- REQUESTED_RANGE_NOT_SATISFIABLE -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 416 请求范围不满足
- REQUIRE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Require"
- reset() -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- reset() -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- RESET_CONTENT -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 205 重置内容
- resetReaderIndex() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- resetReaderIndex() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 复位当前
readerIndex
到标记的readerIndex
.
- resetWriterIndex() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- resetWriterIndex() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 复位当前
writerIndex
到标记的writerIndex
.
- resumeTransfer() -
类 org.jboss.netty.handler.stream.ChunkedWriteHandler 中的方法
- 从一个输入继续获取块.
- RETRT_AFTER -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Retry-After"
- RETRY_AFTER -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Retry-After"
- ReusableIterator<E> - org.jboss.netty.util.internal 中的 接口
-
- rewind() -
接口 org.jboss.netty.util.internal.ReusableIterator 中的方法
-
- RTP -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"RTP"
- RTP_INFO -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"RTP-Info"
- RTPTIME -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"rtptime"
- RTSP_1_0 -
类 org.jboss.netty.handler.codec.rtsp.RtspVersions 中的静态变量
- RTSP/1.0
- RTSP_VERSION_NOT_SUPPORTED -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 505 RTSP版本不支持
- RtspHeaders - org.jboss.netty.handler.codec.rtsp 中的 类
- 标准RTSP的header名称和值.
- RtspHeaders.Names - org.jboss.netty.handler.codec.rtsp 中的 类
- 标准RTSP的header名称.
- RtspHeaders.Values - org.jboss.netty.handler.codec.rtsp 中的 类
- 标准RTSP的header值.
- RtspMessageDecoder - org.jboss.netty.handler.codec.rtsp 中的 类
- 解码
ChannelBuffer
成表示HttpMessage
的RTSP消息. - RtspMessageEncoder - org.jboss.netty.handler.codec.rtsp 中的 类
- 编码一个RTSP消息作为
HttpMessage
成一个ChannelBuffer
. - RtspMethods - org.jboss.netty.handler.codec.rtsp 中的 类
- RTSP请求方法.
- RtspRequestDecoder - org.jboss.netty.handler.codec.rtsp 中的 类
- 解码一个
ChannelBuffer
为表示HttpRequest
的RTSP请求. - RtspRequestDecoder() -
类 org.jboss.netty.handler.codec.rtsp.RtspRequestDecoder 的构造方法
- 使用默认的
maxInitialLineLength (4096
, maxHeaderSize (8192)
,
maxContentLength (8192)
创建一个实例.
- RtspRequestDecoder(int, int, int) -
类 org.jboss.netty.handler.codec.rtsp.RtspRequestDecoder 的构造方法
- 使用指定的参数创建一个实例.
- RtspRequestEncoder - org.jboss.netty.handler.codec.rtsp 中的 类
- 编码一个表示
HttpRequest
的RTSP请求为一个ChannelBuffer
. - RtspRequestEncoder() -
类 org.jboss.netty.handler.codec.rtsp.RtspRequestEncoder 的构造方法
-
- RtspResponseDecoder - org.jboss.netty.handler.codec.rtsp 中的 类
- 解码一个
ChannelBuffer
为表示HttpResponse
的RTSP响应. - RtspResponseDecoder() -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseDecoder 的构造方法
- 使用默认的
maxInitialLineLength (4096
, maxHeaderSize (8192)
,
maxContentLength (8192)
创建一个实例.
- RtspResponseDecoder(int, int, int) -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseDecoder 的构造方法
- 使用指定的参数创建一个实例.
- RtspResponseEncoder - org.jboss.netty.handler.codec.rtsp 中的 类
- 编码一个代表
HttpResponse
的RTSP响应成一个 ChannelBuffer
. - RtspResponseEncoder() -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseEncoder 的构造方法
-
- RtspResponseStatuses - org.jboss.netty.handler.codec.rtsp 中的 类
- 一个RTSP响应的状态码和描述.
- RtspVersions - org.jboss.netty.handler.codec.rtsp 中的 类
- RTSP的版本.
- run() -
类 org.jboss.netty.handler.execution.ChannelEventRunnable 中的方法
- 发送上游事件.
- run() -
类 org.jboss.netty.util.internal.IoWorkerRunnable 中的方法
-
- run() -
类 org.jboss.netty.util.ThreadRenamingRunnable 中的方法
-
- run(Timeout) -
接口 org.jboss.netty.util.TimerTask 中的方法
- 在使用
Timer.newTimeout(TimerTask, long, TimeUnit)
指定的延迟后执行.
S
- S_MAXAGE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"s-maxage"
- SCALE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Scale"
- SEC_WEBSOCKET_KEY1 -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Sec-WebSocket-Key1"
- SEC_WEBSOCKET_KEY2 -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Sec-WebSocket-Key2"
- SEC_WEBSOCKET_LOCATION -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Sec-WebSocket-Location"
- SEC_WEBSOCKET_ORIGIN -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Sec-WebSocket-Origin"
- SEC_WEBSOCKET_PROTOCOL -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Sec-WebSocket-Protocol"
- SEE_OTHER -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 303 查看其它(自 HTTP/1.1之后)
- sendDownstream(ChannelEvent) -
接口 org.jboss.netty.channel.ChannelHandlerContext 中的方法
- 发送一个指定的
ChannelEvent
到位于该上下文关联的最接近的下游处理器
ChannelDownstreamHandler
.建议使用 Channels
里的快捷方法胜过直接调用该方法.
- sendDownstream(ChannelEvent) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 发送指定的
ChannelEvent
到该管道最后一个的ChannelDownstreamHandler
.
- sendDownstream(ChannelEvent) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- sendDownstream(ChannelEvent) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- sendUpstream(ChannelEvent) -
接口 org.jboss.netty.channel.ChannelHandlerContext 中的方法
- 发送一个指定的
ChannelEvent
到位于该上下文关联的最接近的上游处理器
ChannelUpstreamHandler
.建议使用 Channels
里的快捷方法胜过直接调用该方法.
- sendUpstream(ChannelEvent) -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 发送指定的
ChannelEvent
到该管道第一个的ChannelDownstreamHandler
.
- sendUpstream(ChannelEvent) -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- sendUpstream(ChannelEvent) -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- SEQ -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"seq"
- SERVER -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Server"
- SERVER -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Server"
- SERVER_PORT -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"server_port"
- ServerBootstrap - org.jboss.netty.bootstrap 中的 类
- 创建一个服务端
Channel
和接受传入连接的帮助类. - ServerBootstrap() -
类 org.jboss.netty.bootstrap.ServerBootstrap 的构造方法
- 创建一个没有
ChannelFactory
设置的实例.
- ServerBootstrap(ChannelFactory) -
类 org.jboss.netty.bootstrap.ServerBootstrap 的构造方法
- 使用指定的
ChannelFactory
创建一个实例.
- ServerChannel - org.jboss.netty.channel 中的 接口
- 一个尝试接受一个传入连接的
Channel
和使用接受的连接创建它的子Channel
. - ServerChannelFactory - org.jboss.netty.channel 中的 接口
- 创建一个
ServerChannel
的ChannelFactory
. - ServerSocketChannel - org.jboss.netty.channel.socket 中的 接口
- 一个接受传入TCP/IP连接的TCP/IP
ServerChannel
. - ServerSocketChannelConfig - org.jboss.netty.channel.socket 中的 接口
ServerSocketChannel
的ChannelConfig
.- ServerSocketChannelFactory - org.jboss.netty.channel.socket 中的 接口
- 创建
ServerSocketChannel
的ChannelFactory
. - SERVICE_UNAVAILABLE -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 503 服务不可用
- SERVICE_UNAVAILABLE -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 503 服务无效
- SESSION -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Session"
- SESSION_NOT_FOUND -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 454 会话不存在
- set(Channel, T) -
类 org.jboss.netty.channel.ChannelLocal 中的方法
- 设置该变量的值.
- set100ContinueExpected(HttpMessage) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Sets the
"Expect: 100-continue"
header to the specified message.
- set100ContinueExpected(HttpMessage, boolean) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Sets or removes the
"Expect: 100-continue"
header to / from the
specified message.
- SET_COOKIE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Set-Cookie"
- SET_COOKIE2 -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Set-Cookie2"
- SET_PARAMETER -
类 org.jboss.netty.handler.codec.rtsp.RtspMethods 中的静态变量
- The SET_PARAMETER requests to set the value of a parameter for a
presentation or stream specified by the URI.
- setAttachment(Object) -
接口 org.jboss.netty.channel.ChannelHandlerContext 中的方法
- 附加一个对象到该上下文用于保存关联该上下文指定的
ChannelHandler
的状态信息.
- setBacklog(int) -
类 org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig 中的方法
-
- setBacklog(int) -
接口 org.jboss.netty.channel.socket.ServerSocketChannelConfig 中的方法
- 设置当Channel绑定到本地地址时指定的backlog值.
- setBroadcast(boolean) -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 设置
SO_BROADCAST
属性.
- setBroadcast(boolean) -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- setBufferFactory(ChannelBufferFactory) -
接口 org.jboss.netty.channel.ChannelConfig 中的方法
- 设置用于创建
ChannelBuffer
的默认ChannelBufferFactory
.默认是
HeapChannelBufferFactory
.
- setBufferFactory(ChannelBufferFactory) -
类 org.jboss.netty.channel.DefaultChannelConfig 中的方法
-
- setBufferFactory(ChannelBufferFactory) -
类 org.jboss.netty.channel.DefaultServerChannelConfig 中的方法
-
- setBufferFactory(ChannelBufferFactory) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- setByte(int, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- setByte(int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处设置指定的字节. 24高序位会被忽略.
- setByte(int, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- setByte(int, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- setByte(int, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- setByte(int, int) -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- setByte(int, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- setByte(int, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- setByte(int, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- setBytes(int, byte[]) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- setBytes(int, ChannelBuffer) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- setBytes(int, ChannelBuffer, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- setBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- setBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- setBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- setBytes(int, InputStream, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- setBytes(int, ScatteringByteChannel, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- setBytes(int, ChannelBuffer) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 把指定的源缓冲区的数据传输到该缓冲区指定绝对值
index
的位置 ,直到源缓冲区没有可读数据为止.
- setBytes(int, ChannelBuffer, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 把指定的源缓冲区的数据传输到该缓冲区指定绝对值
index
的位置.
- setBytes(int, ChannelBuffer, int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 把指定的源缓冲区的数据传输到该缓冲区指定绝对值
index
的位置 .
- setBytes(int, byte[]) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 把指定的源数组的数据传输到该缓冲区指定绝对值
index
的位置 .
- setBytes(int, byte[], int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 把指定的源数组的数据传输到该缓冲区指定绝对值
index
的位置 .
- setBytes(int, ByteBuffer) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 把指定的源缓冲的数据传输到该缓冲区指定绝对值
index
的位置 ,直到源缓冲的position到达限制为止.
- setBytes(int, InputStream, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 把指定的源输入流的数据传输到该缓冲区指定绝对值
index
的位置 .
- setBytes(int, ScatteringByteChannel, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 把指定的源通道的数据传输到该缓冲区指定绝对值
index
的位置 .
- setBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- setBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- setBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- setBytes(int, InputStream, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- setBytes(int, ScatteringByteChannel, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- setBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- setBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- setBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- setBytes(int, InputStream, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- setBytes(int, ScatteringByteChannel, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- setBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- setBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- setBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- setBytes(int, InputStream, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- setBytes(int, ScatteringByteChannel, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- setBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- setBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- setBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- setBytes(int, InputStream, int) -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- setBytes(int, ScatteringByteChannel, int) -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- setBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- setBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- setBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- setBytes(int, InputStream, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- setBytes(int, ScatteringByteChannel, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- setBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- setBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- setBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- setBytes(int, InputStream, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- setBytes(int, ScatteringByteChannel, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- setBytes(int, byte[], int, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- setBytes(int, ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- setBytes(int, ByteBuffer) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- setBytes(int, InputStream, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- setBytes(int, ScatteringByteChannel, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- setChar(int, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- setChar(int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处设置指定的2字节的UTF16字符 . 16高序位的值会被忽略.该方法并不修改该缓冲区的
readerIndex
和 writerIndex
.
- setChunked(boolean) -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- setChunked(boolean) -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Sets if this message does not have any content but the
HttpChunk
s, which is generated by HttpMessageDecoder
consecutively, contain the actual content.
- setComment(String) -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Sets the comment of this cookie.
- setComment(String) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- setCommentUrl(String) -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Sets the comment URL of this cookie.
- setCommentUrl(String) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- setConnectTimeoutMillis(int) -
接口 org.jboss.netty.channel.ChannelConfig 中的方法
- 设置通道连接超时的毫秒数.如果通道并不支持连接操作,该属性根本不会被使用,因此将被忽略.
- setConnectTimeoutMillis(int) -
类 org.jboss.netty.channel.DefaultChannelConfig 中的方法
-
- setConnectTimeoutMillis(int) -
类 org.jboss.netty.channel.DefaultServerChannelConfig 中的方法
-
- setConnectTimeoutMillis(int) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- setContent(ChannelBuffer) -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunk 中的方法
-
- setContent(ChannelBuffer) -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 中的方法
-
- setContent(ChannelBuffer) -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- setContent(ChannelBuffer) -
接口 org.jboss.netty.handler.codec.http.HttpChunk 中的方法
- Sets the content of this chunk.
- setContent(ChannelBuffer) -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Sets the content of this message.
- setContentLength(HttpMessage, long) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Sets the
"Content-Length"
header.
- setData(int, ChannelBuffer) -
类 org.jboss.netty.handler.codec.http.websocket.DefaultWebSocketFrame 中的方法
-
- setData(int, ChannelBuffer) -
接口 org.jboss.netty.handler.codec.http.websocket.WebSocketFrame 中的方法
- Sets the type and the content of this frame.
- setDefaultFactory(InternalLoggerFactory) -
类 org.jboss.netty.logging.InternalLoggerFactory 中的静态方法
- 修改默认工厂.
- setDiscard(boolean) -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Sets the discard flag of this cookie.
- setDiscard(boolean) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- setDomain(String) -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Sets the domain of this cookie.
- setDomain(String) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- setDouble(int, double) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- setDouble(int, double) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处设置指定的64位浮点数 .
- setEnabledSslCipherSuites(String[]) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
- 设置可用在
SSLEngine
的密码套件.如果是null,默认值会被使用.
- setEnabledSslProtocols(String[]) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
- 设置可用在
SSLEngine
的协议版本.
- setEnableRenegotiation(boolean) -
类 org.jboss.netty.handler.ssl.SslHandler 中的方法
- 允许或禁止TLS识别.
- setEnableSslSessionCreation(boolean) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
- 设置新的
SSLSession
是否可以被SSLEngine
建立.
- setFactory(ChannelFactory) -
类 org.jboss.netty.bootstrap.Bootstrap 中的方法
- 设置一个用来处理I/O操作的
ChannelFactory
,这个方法只能被调用一次,如果通道工厂已经通过构造函数设置了,该方法会抛出异常
- setFactory(ChannelFactory) -
类 org.jboss.netty.bootstrap.ServerBootstrap 中的方法
- 设置一个用来处理I/O操作的
ChannelFactory
,这个方法只能被调用一次,如果通道工厂已经通过构造函数设置了,该方法会抛出异常
- setFailure(Throwable) -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 标识该future为失败并通知所有监听器.
- setFailure(Throwable) -
类 org.jboss.netty.channel.CompleteChannelFuture 中的方法
-
- setFailure(Throwable) -
类 org.jboss.netty.channel.DefaultChannelFuture 中的方法
-
- setFloat(int, float) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- setFloat(int, float) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处设置指定的32位浮点数 .
- setHeader(String, Object) -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 中的方法
-
- setHeader(String, Iterable<?>) -
类 org.jboss.netty.handler.codec.http.DefaultHttpChunkTrailer 中的方法
-
- setHeader(String, Object) -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- setHeader(String, Iterable<?>) -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- setHeader(String, Object) -
接口 org.jboss.netty.handler.codec.http.HttpChunkTrailer 中的方法
- Sets a new trailing header with the specified name and value.
- setHeader(String, Iterable<?>) -
接口 org.jboss.netty.handler.codec.http.HttpChunkTrailer 中的方法
- Sets a new trailing header with the specified name and values.
- setHeader(HttpMessage, String, Object) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Sets a new header with the specified name and value.
- setHeader(HttpMessage, String, Iterable<?>) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Sets a new header with the specified name and values.
- setHeader(String, Object) -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Sets a new header with the specified name and value.
- setHeader(String, Iterable<?>) -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Sets a new header with the specified name and values.
- setHost(HttpMessage, String) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Sets the
"Host"
header.
- setHttpOnly(boolean) -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Sets if this cookie cannot be accessed through client side script.
- setHttpOnly(boolean) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- setIfAbsent(Channel, T) -
类 org.jboss.netty.channel.ChannelLocal 中的方法
- 只有当没有值被设置时才设置该变量.
- setIndex(int, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- setIndex(int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 一次性设置
readerIndex
和writerIndex
.
- setInt(int, int) -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 中的方法
-
- setInt(int, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- setInt(int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处设置指定的32位整型.
- setInt(int, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- setInt(int, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- setInt(int, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- setInt(int, int) -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 中的方法
-
- setInt(int, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- setInt(int, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- setInt(int, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- setInterestOps(int) -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- setInterestOps(int) -
类 org.jboss.netty.channel.AbstractServerChannel 中的方法
-
- setInterestOps(int) -
接口 org.jboss.netty.channel.Channel 中的方法
- 异步改变该通道的
interestOps
.
- setInterestOps(Channel, int) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"setInterestOps"
请求到指定Channel
所属的
ChannelPipeline
里的最后一个 ChannelDownstreamHandler
.
- setInterestOps(ChannelHandlerContext, ChannelFuture, int) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"setInterestOps"
请求到最接近指定ChannelHandlerContext
关联的下游处理器的 ChannelDownstreamHandler
.
- setInterestOps(int) -
接口 org.jboss.netty.channel.group.ChannelGroup 中的方法
- 使用指定的
interestOps
为该通道组中所有的通道调用Channel.setInterestOps(int)
.
- setInterestOps(int) -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- setInterestOpsRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelDownstreamHandler 中的方法
- 当
Channel.setInterestOps(int)
被调用时调用.
- setInterestOpsRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当
Channel.setInterestOps(int)
被调用时调用.
- setInterface(InetAddress) -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 设置多播数据包使用的网络接口地址.
- setInterface(InetAddress) -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- setIntHeader(HttpMessage, String, int) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Sets a new integer header with the specified name and value.
- setIntHeader(HttpMessage, String, Iterable<Integer>) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Sets a new integer header with the specified name and values.
- setKeepAlive(boolean) -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- setKeepAlive(boolean) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- setKeepAlive(boolean) -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 设置
SO_KEEPALIVE
属性.
- setKeepAlive(HttpMessage, boolean) -
类 org.jboss.netty.handler.codec.http.HttpHeaders 中的静态方法
- Sets the value of the
"Connection"
header depending on the
protocol version of the specified message.
- setLong(int, long) -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 中的方法
-
- setLong(int, long) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- setLong(int, long) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处设置指定的64位长整型.
- setLong(int, long) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- setLong(int, long) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- setLong(int, long) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- setLong(int, long) -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 中的方法
-
- setLong(int, long) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- setLong(int, long) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- setLong(int, long) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- setLoopbackModeDisabled(boolean) -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 设置多播数据报的本地回路.
- setLoopbackModeDisabled(boolean) -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- setMaxAge(int) -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Sets the max age of this cookie in seconds.
- setMaxAge(int) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- setMaxChannelMemorySize(long) -
类 org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor 中的方法
- 设置每个通道队列事件的最大总大小.0为禁止.
- setMaxTotalMemorySize(long) -
类 org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor 中的方法
- 设置该池队列事件的最大从大小,设置0为禁止.
- setMedium(int, int) -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 中的方法
-
- setMedium(int, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- setMedium(int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处设置指定的24位整型.
- setMedium(int, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- setMedium(int, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- setMedium(int, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- setMedium(int, int) -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 中的方法
-
- setMedium(int, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- setMedium(int, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- setMedium(int, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- setMethod(HttpMethod) -
类 org.jboss.netty.handler.codec.http.DefaultHttpRequest 中的方法
-
- setMethod(HttpMethod) -
接口 org.jboss.netty.handler.codec.http.HttpRequest 中的方法
- Sets the method of this request.
- setNetworkInterface(NetworkInterface) -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 设置
DatagramChannel
发送的外发多播数据包的网络接口.
- setNetworkInterface(NetworkInterface) -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- setObjectSizeEstimator(ObjectSizeEstimator) -
类 org.jboss.netty.handler.execution.MemoryAwareThreadPoolExecutor 中的方法
- 设置该池的
ObjectSizeEstimator
.
- setOption(String, Object) -
类 org.jboss.netty.bootstrap.Bootstrap 中的方法
- 使用指定键/值设置选项,如果已经存在相同键选项,则替换新值,如果设置的值为null,则移出该选项,设置子
Channel
,键名须以
"child."
开头。
- setOption(String, Object) -
接口 org.jboss.netty.channel.ChannelConfig 中的方法
- 使用指定的name和value设置配置属性.要正确重写该方法,你必须调用父类:
public boolean setOption(String name, Object value) {
if (super.setOption(name, value)) {
return true;
}
if (name.equals("additionalOption")) {
....
- setOption(String, Object) -
类 org.jboss.netty.channel.DefaultChannelConfig 中的方法
-
- setOption(String, Object) -
类 org.jboss.netty.channel.DefaultServerChannelConfig 中的方法
- 设置一个特别的属性.你可以重写该方法以支持额外的配置参数.
- setOption(String, Object) -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- setOption(String, Object) -
类 org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig 中的方法
-
- setOption(String, Object) -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- setOption(String, Object) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- setOptions(Map<String, Object>) -
类 org.jboss.netty.bootstrap.Bootstrap 中的方法
- 为每个新的
Channel
和子Channel
设置选项集Sets the options which
configures a new Channel
and its child Channel
s.
- setOptions(Map<String, Object>) -
接口 org.jboss.netty.channel.ChannelConfig 中的方法
- 使用指定的Map设置配置属性.
- setOptions(Map<String, Object>) -
类 org.jboss.netty.channel.DefaultChannelConfig 中的方法
-
- setOptions(Map<String, Object>) -
类 org.jboss.netty.channel.DefaultServerChannelConfig 中的方法
-
- setOptions(Map<String, Object>) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- setParentHandler(ChannelHandler) -
类 org.jboss.netty.bootstrap.ServerBootstrap 中的方法
- 设置一个用来拦截最近绑定用来接受传入连接的服务端channel事件的可选
ChannelHandler
.
- setPath(String) -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Sets the path of this cookie.
- setPath(String) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- setPerformancePreferences(int, int, int) -
类 org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig 中的方法
-
- setPerformancePreferences(int, int, int) -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- setPerformancePreferences(int, int, int) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- setPerformancePreferences(int, int, int) -
接口 org.jboss.netty.channel.socket.ServerSocketChannelConfig 中的方法
- 如
ServerSocket.setPerformancePreferences(int, int, int)
一样设置性能优先权.
- setPerformancePreferences(int, int, int) -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 如
Socket.setPerformancePreferences(int, int, int)
所说设置性能优先权.
- setPipeline(ChannelPipeline) -
类 org.jboss.netty.bootstrap.Bootstrap 中的方法
- 设置默认
ChannelPipeline
,当一个新的Channel
被创建时该管道会被克隆.
- setPipelineAsMap(Map<String, ChannelHandler>) -
类 org.jboss.netty.bootstrap.Bootstrap 中的方法
- 使用有序的映射设置默认管道,为
Bootstrap.setPipeline(ChannelPipeline)
提供方便友好的依赖注入
请注意该方法只有在以下情况才是一个便利的方法
1) 你只为这个启动类创建一个通道 (如:一次性客户端通道或者无状态通道)
2) 管道上的所有处理器都是无状态的.
- setPipelineFactory(ChannelPipelineFactory) -
类 org.jboss.netty.bootstrap.Bootstrap 中的方法
- 设置
ChannelPipelineFactory
.
- setPipelineFactory(ChannelPipelineFactory) -
接口 org.jboss.netty.channel.ChannelConfig 中的方法
- 设置当一个子通道被创建时被使用的
ChannelPipelineFactory
.如果通道并不创建子通道,该属性根本不会被使用,因此将被忽略.
- setPipelineFactory(ChannelPipelineFactory) -
类 org.jboss.netty.channel.DefaultChannelConfig 中的方法
-
- setPipelineFactory(ChannelPipelineFactory) -
类 org.jboss.netty.channel.DefaultServerChannelConfig 中的方法
-
- setPipelineFactory(ChannelPipelineFactory) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- setPorts(int...) -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Sets the ports of this cookie.
- setPorts(Iterable<Integer>) -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Sets the ports of this cookie.
- setPorts(int...) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- setPorts(Iterable<Integer>) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- setProgress(long, long, long) -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 通知实现
ChannelFutureProgressListener
接口的监听器该操作的进度.
- setProgress(long, long, long) -
类 org.jboss.netty.channel.CompleteChannelFuture 中的方法
-
- setProgress(long, long, long) -
类 org.jboss.netty.channel.DefaultChannelFuture 中的方法
-
- setProtocolVersion(HttpVersion) -
类 org.jboss.netty.handler.codec.http.DefaultHttpMessage 中的方法
-
- setProtocolVersion(HttpVersion) -
接口 org.jboss.netty.handler.codec.http.HttpMessage 中的方法
- Sets the protocol version of this message.
- setReadable(boolean) -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- setReadable(boolean) -
接口 org.jboss.netty.channel.Channel 中的方法
- 异步挂起或恢复I/O线程的读操作.该方法是以下代码的快捷方式:
int interestOps = getInterestOps();
if (readable) {
setInterestOps(interestOps | OP_READ);
} else {
setInterestOps(interestOps & ˜OP_READ);
}
- setReadable(boolean) -
接口 org.jboss.netty.channel.group.ChannelGroup 中的方法
- 使用指定的标识为该通道组中所有通道调用
Channel.setReadable(boolean)
.请注意该操作和
Channel.setReadable(boolean)
一样是异步的.
- setReadable(boolean) -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- setReceiveBufferSize(int) -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 返回
SO_RCVBUF
属性.
- setReceiveBufferSize(int) -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- setReceiveBufferSize(int) -
类 org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig 中的方法
-
- setReceiveBufferSize(int) -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- setReceiveBufferSize(int) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- setReceiveBufferSize(int) -
接口 org.jboss.netty.channel.socket.ServerSocketChannelConfig 中的方法
- 设置
SO_RCVBUF
属性.
- setReceiveBufferSize(int) -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 返回
SO_RCVBUF
属性.
- setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 设置预测套接字接收缓冲可读字节的
ReceiveBufferSizePredictor
.
- setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- setReceiveBufferSizePredictor(ReceiveBufferSizePredictor) -
接口 org.jboss.netty.channel.socket.nio.NioSocketChannelConfig 中的方法
- 设置用来预测套接字接收缓冲的可读字节数的
ReceiveBufferSizePredictor
.默认预测机是
AdaptiveReceiveBufferSizePredictor
(64, 1024, 65536).
- setReceiveBufferSizePredictorFactory(ReceiveBufferSizePredictorFactory) -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- Sets the
ReceiveBufferSizePredictor
which creates a new
ReceiveBufferSizePredictor
when a new channel is created and no
ReceiveBufferSizePredictor
was set.
- setReceiveBufferSizePredictorFactory(ReceiveBufferSizePredictorFactory) -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- setReceiveBufferSizePredictorFactory(ReceiveBufferSizePredictorFactory) -
接口 org.jboss.netty.channel.socket.nio.NioSocketChannelConfig 中的方法
- 设置当一个新通道被创建和
ReceiveBufferSizePredictor
没有被设置时创建一个新的
ReceiveBufferSizePredictor
的
ReceiveBufferSizePredictorFactory
.如果该通道没有设置预测机,带有新预测机的
NioSocketChannelConfig.setReceiveBufferSizePredictor(ReceiveBufferSizePredictor)
方法会被调用.
- setReuseAddress(boolean) -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 设置
SO_REUSEADDR
属性.
- setReuseAddress(boolean) -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- setReuseAddress(boolean) -
类 org.jboss.netty.channel.socket.DefaultServerSocketChannelConfig 中的方法
-
- setReuseAddress(boolean) -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- setReuseAddress(boolean) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- setReuseAddress(boolean) -
接口 org.jboss.netty.channel.socket.ServerSocketChannelConfig 中的方法
- 设置
SO_REUSEADDR
属性.
- setReuseAddress(boolean) -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 设置
SO_REUSEADDR
属性.
- setSecure(boolean) -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Sets the secure flag of this cookie.
- setSecure(boolean) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- setSendBufferSize(int) -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 设置
SO_SNDBUF
属性.
- setSendBufferSize(int) -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- setSendBufferSize(int) -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- setSendBufferSize(int) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- setSendBufferSize(int) -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 设置
SO_SNDBUF
属性.
- setServerName(String) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
- 设置HTTP服务器的主机名.如果为null,说明 HTTP渠道客户端没有发送"Host"头.
- setServerPath(String) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
- 设置
HttpTunnelingServlet
映射的路径.默认值是"/netty-tunnel"
.
- setShort(int, int) -
类 org.jboss.netty.buffer.BigEndianHeapChannelBuffer 中的方法
-
- setShort(int, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- setShort(int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
处设置指定的16位短整型. 16高序位会被忽略.
- setShort(int, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- setShort(int, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- setShort(int, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- setShort(int, int) -
类 org.jboss.netty.buffer.LittleEndianHeapChannelBuffer 中的方法
-
- setShort(int, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- setShort(int, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- setShort(int, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- setSoLinger(int) -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- setSoLinger(int) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- setSoLinger(int) -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 设置
SO_LINGER
属性.
- setSslContext(SSLContext) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
- 设置被用于建立一个HTTPS连接的
SSLContext
.如果是null
,建立的是一个纯文本HTTP连接.
- setStatus(HttpResponseStatus) -
类 org.jboss.netty.handler.codec.http.DefaultHttpResponse 中的方法
-
- setStatus(HttpResponseStatus) -
接口 org.jboss.netty.handler.codec.http.HttpResponse 中的方法
- Sets the status of this response.
- setSuccess() -
接口 org.jboss.netty.channel.ChannelFuture 中的方法
- 标识该future为成功并通知所有监听器.
- setSuccess() -
类 org.jboss.netty.channel.CompleteChannelFuture 中的方法
-
- setSuccess() -
类 org.jboss.netty.channel.DefaultChannelFuture 中的方法
-
- setTcpNoDelay(boolean) -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- setTcpNoDelay(boolean) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- setTcpNoDelay(boolean) -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 设置
SO_TCPNODELAY
属性.
- setThreadNameDeterminer(ThreadNameDeterminer) -
类 org.jboss.netty.util.ThreadRenamingRunnable 中的静态方法
- 设置一个用于重写建议 Sets the
ThreadNameDeterminer
which overrides the
proposed new thread name.
- setTimeToLive(int) -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 设置
DatagramChannel
发送出去的多播数据包的默认生存时间,以便控制多播的范围.
- setTimeToLive(int) -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- setTrafficClass(int) -
接口 org.jboss.netty.channel.socket.DatagramChannelConfig 中的方法
- 如
DatagramSocket.setTrafficClass(int)
一样设置traffic类.
- setTrafficClass(int) -
类 org.jboss.netty.channel.socket.DefaultDatagramChannelConfig 中的方法
-
- setTrafficClass(int) -
类 org.jboss.netty.channel.socket.DefaultSocketChannelConfig 中的方法
-
- setTrafficClass(int) -
类 org.jboss.netty.channel.socket.http.HttpTunnelingSocketChannelConfig 中的方法
-
- setTrafficClass(int) -
接口 org.jboss.netty.channel.socket.SocketChannelConfig 中的方法
- 如
Socket.setTrafficClass(int)
所说设置traffic class.
- SETUP -
类 org.jboss.netty.handler.codec.rtsp.RtspMethods 中的静态变量
- The SETUP request for a URI specifies the transport mechanism to be used
for the streamed media.
- setUri(String) -
类 org.jboss.netty.handler.codec.http.DefaultHttpRequest 中的方法
-
- setUri(String) -
接口 org.jboss.netty.handler.codec.http.HttpRequest 中的方法
- Sets the URI (or path) of this request.
- setUseDeadLockChecker(boolean) -
类 org.jboss.netty.channel.DefaultChannelFuture 中的静态方法
- 打开或关闭死锁检测.不建议关闭死锁检测.
- setValue(String) -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Sets the value of this cookie.
- setValue(String) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- setVersion(int) -
接口 org.jboss.netty.handler.codec.http.Cookie 中的方法
- Sets the version of this cookie.
- setVersion(int) -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- setWriteBufferHighWaterMark(int) -
接口 org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig 中的方法
- 设置写缓冲的高水位标记.如果写缓冲队列里的字节数超过该值,
Channel.isWritable()
会开始返回
true
.
- setWriteBufferHighWaterMark(int) -
接口 org.jboss.netty.channel.socket.nio.NioSocketChannelConfig 中的方法
- 设置写缓冲的高水位标记.如果写缓冲队列里的字节数超过该值,
Channel.isWritable()
会开始返回
true
.
- setWriteBufferLowWaterMark(int) -
接口 org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig 中的方法
- 设置写缓冲的低水位标记.一旦写缓冲队列里字节数超过 高水位标记,随后回落到该值,
Channel.isWritable()
会重新返回true
.
- setWriteBufferLowWaterMark(int) -
接口 org.jboss.netty.channel.socket.nio.NioSocketChannelConfig 中的方法
- 设置写缓冲的低水位标记.一旦写缓冲队列里字节数超过 高水位标记,随后回落到该值,
Channel.isWritable()
会重新返回true
.
- setWriteSpinCount(int) -
接口 org.jboss.netty.channel.socket.nio.NioDatagramChannelConfig 中的方法
- 设置写操作的最大回路数直到
WritableByteChannel.write(ByteBuffer)
返回一个非零值为止.它类似在并发编程里使用什么样的自旋锁.它利用JVM所运行的平台改善内存利用率和写的吞吐量.默认值为16
.
- setWriteSpinCount(int) -
接口 org.jboss.netty.channel.socket.nio.NioSocketChannelConfig 中的方法
- 设置写操作的最大回路数直到
WritableByteChannel.write(ByteBuffer)
返回一个非零值为止.它类似在并发编程里使用什么样的自旋锁.它利用JVM所运行的平台改善内存利用率和写的吞吐量.默认值为16
.
- setZero(int, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- setZero(int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在指定绝对值
index
的位置填充NUL(0x00).该方法并不修改该缓冲区和源缓冲区的
readerIndex
和 writerIndex
.
- SharedResourceMisuseDetector - org.jboss.netty.util.internal 中的 类
- Warn when user creates too many instances to avoid
OutOfMemoryError
. - SharedResourceMisuseDetector(Class<?>) -
类 org.jboss.netty.util.internal.SharedResourceMisuseDetector 的构造方法
-
- shutdown() -
类 org.jboss.netty.util.VirtualExecutorService 中的方法
-
- shutdownNow() -
类 org.jboss.netty.util.VirtualExecutorService 中的方法
-
- SimpleChannelDownstreamHandler - org.jboss.netty.channel 中的 类
- 为每个事件类型提供单独处理方法的
ChannelDownstreamHandler
.处理器会把接收到的下游事件转型为更有意义的子类型事件并调用转型事件的适当方法.方法名字的开头使用操作的名字并以"Requested"
结尾(如. - SimpleChannelDownstreamHandler() -
类 org.jboss.netty.channel.SimpleChannelDownstreamHandler 的构造方法
- 创建一个实例.
- SimpleChannelHandler - org.jboss.netty.channel 中的 类
- 为每个事件类型提供单独处理方法的
ChannelUpstreamHandler
.处理器会把接收到的上游事件或下游事件转型为更有意义的子类型事件并调用转型事件的适当方法.对于上游事件,方法的名称与上游事件的名称一样.正如
ChannelEvent
文档所介绍.对于下游事件,方法名字的开头使用操作的名字并以"Requested"
结尾(如. - SimpleChannelHandler() -
类 org.jboss.netty.channel.SimpleChannelHandler 的构造方法
- 创建一个实例.
- SimpleChannelUpstreamHandler - org.jboss.netty.channel 中的 类
- 为每个事件类型提供单独处理方法的
ChannelUpstreamHandler
.处理器会把接收到的上游事件转型为更有意义的子类型事件并调用转型事件的适当方法.方法的名称与上游事件的名称一样.正如
ChannelEvent
文档所介绍. - SimpleChannelUpstreamHandler() -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 的构造方法
- 创建一个实例.
- simplify(Throwable) -
类 org.jboss.netty.util.internal.StackTraceSimplifier 中的静态方法
- Removes unnecessary
StackTraceElement
s from the specified
exception.
- size() -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- size() -
接口 org.jboss.netty.handler.codec.embedder.CodecEmbedder 中的方法
- Returns the number of encoded or decoded output in the product queue.
- size() -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- size() -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Returns the number of key-value mappings in this map.
- size() -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Returns the number of key-value mappings in this map.
- size() -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Returns the number of key-value mappings in this map.
- size() -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Returns the number of key-value mappings in this map.
- size() -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
- Returns the number of elements in this queue.
- skip(long) -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- skip(long) -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- skipBytes(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- skipBytes(ChannelBufferIndexFinder) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
- 已过时。
- skipBytes(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 使用指定的
length
增加该缓冲区的readerIndex
.
- skipBytes(ChannelBufferIndexFinder) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 已过时。 使用
ChannelBuffer.bytesBefore(ChannelBufferIndexFinder)
和
ChannelBuffer.skipBytes(int)
代替.
- skipBytes(int) -
类 org.jboss.netty.buffer.ChannelBufferInputStream 中的方法
-
- skipBytes(int) -
类 org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream 中的方法
-
- Slf4JLoggerFactory - org.jboss.netty.logging 中的 类
- 创建一个SLF4J logger的工厂.
- Slf4JLoggerFactory() -
类 org.jboss.netty.logging.Slf4JLoggerFactory 的构造方法
-
- slice() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- slice(int, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- slice() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回该缓冲可读字节的切片.修改其中任何一个缓冲对另一个都会有影响,不过它们维护着各自的索引和标记,该方法等同于
buf.slice(buf.readerIndex(), buf.readableBytes())
.
- slice(int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回该缓冲子部分的切片.修改其中任何一个缓冲对另一个都会有影响,不过它们维护着各自的索引和标记,且并不修改该缓冲区的
readerIndex
和writerIndex
.
- slice(int, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- slice(int, int) -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- slice(int, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- slice(int, int) -
类 org.jboss.netty.buffer.HeapChannelBuffer 中的方法
-
- slice(int, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- slice(int, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- slice(int, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- SlicedChannelBuffer - org.jboss.netty.buffer 中的 类
- 一个只暴露父缓冲子部分的派生缓冲.
- SlicedChannelBuffer(ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.SlicedChannelBuffer 的构造方法
-
- SocketChannel - org.jboss.netty.channel.socket 中的 接口
- 一个使用
ServerSocketChannel
接收或ClientSocketChannelFactory
创建的TCP/IP套接字Channel
. - SocketChannelConfig - org.jboss.netty.channel.socket 中的 接口
SocketChannel
的ChannelConfig
.- SPEED -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Speed"
- SslBufferPool - org.jboss.netty.handler.ssl 中的 类
- 一个专用于改进
SslHandler
性能的ByteBuffer
池. - SslBufferPool() -
类 org.jboss.netty.handler.ssl.SslBufferPool 的构造方法
- 创建一个大小为18113536的缓冲池,能保存1024缓冲.
- SslBufferPool(int) -
类 org.jboss.netty.handler.ssl.SslBufferPool 的构造方法
- 创建一个新的池.
- SslHandler - org.jboss.netty.handler.ssl 中的 类
- 为
Channel
添加SSL ·
TLS和StartTLS支持 .了解详细的用法请查阅发布包中的"SecureChat"例子或访问网站. - SslHandler(SSLEngine) -
类 org.jboss.netty.handler.ssl.SslHandler 的构造方法
- 创建一个实例.
- SslHandler(SSLEngine, SslBufferPool) -
类 org.jboss.netty.handler.ssl.SslHandler 的构造方法
- 创建一个实例.
- SslHandler(SSLEngine, boolean) -
类 org.jboss.netty.handler.ssl.SslHandler 的构造方法
- 创建一个实例.
- SslHandler(SSLEngine, SslBufferPool, boolean) -
类 org.jboss.netty.handler.ssl.SslHandler 的构造方法
- 创建一个实例.
- SslHandler(SSLEngine, Executor) -
类 org.jboss.netty.handler.ssl.SslHandler 的构造方法
- 创建一个实例.
- SslHandler(SSLEngine, SslBufferPool, Executor) -
类 org.jboss.netty.handler.ssl.SslHandler 的构造方法
- 创建一个实例.
- SslHandler(SSLEngine, boolean, Executor) -
类 org.jboss.netty.handler.ssl.SslHandler 的构造方法
- 创建一个实例.
- SslHandler(SSLEngine, SslBufferPool, boolean, Executor) -
类 org.jboss.netty.handler.ssl.SslHandler 的构造方法
- 创建一个实例.
- SSRC -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"ssrc"
- StackTraceSimplifier - org.jboss.netty.util.internal 中的 类
- Simplifies an exception stack trace by removing unnecessary
StackTraceElement
s. - StackTraceSimplifier() -
类 org.jboss.netty.util.internal.StackTraceSimplifier 的构造方法
-
- start(BundleContext) -
类 org.jboss.netty.container.osgi.NettyBundleActivator 中的方法
-
- start() -
类 org.jboss.netty.util.HashedWheelTimer 中的方法
- 明确启动一个后台线程.即使你不调用该方法,后台线程也会在需要的时候自动启动.
- StaticChannelPipeline - org.jboss.netty.channel 中的 类
- 一个开销更少的禁止动态插入和移除
ChannelHandler
的ChannelPipeline
.任何尝试在管道里插入、移除、替换一个处理器的操作都会触发UnsupportedOperationException
. - StaticChannelPipeline(ChannelHandler...) -
类 org.jboss.netty.channel.StaticChannelPipeline 的构造方法
- 创建一个有指定处理器的管道.指定的处理器的名称会自动生成;第一个处理器名称为"0",第二个为"1",以此类推.
- stop(BundleContext) -
类 org.jboss.netty.container.osgi.NettyBundleActivator 中的方法
-
- stop() -
类 org.jboss.netty.util.HashedWheelTimer 中的方法
-
- stop() -
接口 org.jboss.netty.util.Timer 中的方法
- 释放使用该
Timer
获取的所有资源并取消被计划但还没有执行的所有任务.
- StringDecoder - org.jboss.netty.handler.codec.string 中的 类
- 解码一个接收的
ChannelBuffer
成一个String
.请注意如果你正在使用一个基于流传输如TCP/IP,那么该解码器必须使用恰当的 FrameDecoder
如
DelimiterBasedFrameDecoder
.一个在TCP/IP套接字里基于文本行协议的典型设置会是:
ChannelPipeline
pipeline = ...;
// 解码器
pipeline.addLast("frameDecoder", new DelimiterBasedFrameDecoder
(80, Delimiters.lineDelimiter()
));
pipeline.addLast("stringDecoder", new StringDecoder
(CharsetUtil.UTF_8));
// 编码器
pipeline.addLast("stringEncoder", new StringEncoder
(CharsetUtil.UTF_8));
然后你可以使用一个String
代替ChannelBuffer
作为一个消息:
void messageReceived(ChannelHandlerContext
ctx, MessageEvent
e) {
String msg = (String) e.getMessage();
ch.write("Did you say '" + msg + "'? - StringDecoder() -
类 org.jboss.netty.handler.codec.string.StringDecoder 的构造方法
- 使用当前系统字符集创建一个新实例.
- StringDecoder(Charset) -
类 org.jboss.netty.handler.codec.string.StringDecoder 的构造方法
- 使用指定的字符集创建一个新实例.
- StringDecoder(String) -
类 org.jboss.netty.handler.codec.string.StringDecoder 的构造方法
- 已过时。 使用
StringDecoder.StringDecoder(Charset)
代替.
- StringEncoder - org.jboss.netty.handler.codec.string 中的 类
- 编码请求的
String
为一个ChannelBuffer
. - StringEncoder() -
类 org.jboss.netty.handler.codec.string.StringEncoder 的构造方法
- 使用当前系统字符集创建一个新实例.
- StringEncoder(Charset) -
类 org.jboss.netty.handler.codec.string.StringEncoder 的构造方法
- 使用指定的字符集创建一个新实例.
- StringEncoder(String) -
类 org.jboss.netty.handler.codec.string.StringEncoder 的构造方法
- 已过时。 使用
StringEncoder.StringEncoder(Charset)
代替.
- StringUtil - org.jboss.netty.util.internal 中的 类
- String utility class.
- stripControlCharacters(Object) -
类 org.jboss.netty.util.internal.StringUtil 中的静态方法
- Strip an Object of it's ISO control characters.
- stripControlCharacters(String) -
类 org.jboss.netty.util.internal.StringUtil 中的静态方法
- Strip a String of it's ISO control characters.
- SucceededChannelFuture - org.jboss.netty.channel 中的 类
- 表示已经成功的
CompleteChannelFuture
.建议使用
Channels.succeededFuture(Channel)
代替调用该future的构造器. - SucceededChannelFuture(Channel) -
类 org.jboss.netty.channel.SucceededChannelFuture 的构造方法
- 创建一个实例.
- succeededFuture(Channel) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 为指定
Channel
创建一个已经成功的ChannelFuture
.
- swapInt(int) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 切换指定32位整型的字节序
- swapLong(long) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 切换指定64位长整型的字节序
- swapMedium(int) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 切换指定24位整型的字节序
- swapShort(short) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 切换指定16位短整型的字节序
- SWITCHING_PROTOCOLS -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 101 交换协议
- SystemPropertyUtil - org.jboss.netty.util.internal 中的 类
- Accesses the system property swallowing a
SecurityException
.
T
- take() -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
-
- 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.
- TEMPORARY_REDIRECT -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 307 临时重定向 (自 HTTP/1.1之后)
- terminate(Executor...) -
类 org.jboss.netty.util.internal.ExecutorUtil 中的静态方法
- Shuts down the specified executors.
- ThreadLocalBoolean - org.jboss.netty.util.internal 中的 类
-
- ThreadLocalBoolean() -
类 org.jboss.netty.util.internal.ThreadLocalBoolean 的构造方法
-
- ThreadLocalBoolean(boolean) -
类 org.jboss.netty.util.internal.ThreadLocalBoolean 的构造方法
-
- ThreadNameDeterminer - org.jboss.netty.util 中的 接口
- 使用
ThreadRenamingRunnable
重写线程名称 - ThreadRenamingRunnable - org.jboss.netty.util 中的 类
- 一个用于改变当前线程名称并在它执行结束后重新设置回原来名称的
Runnable
.要使用Netty修改默认线程名称,请使用
ThreadRenamingRunnable.setThreadNameDeterminer(ThreadNameDeterminer)
. - ThreadRenamingRunnable(Runnable, String) -
类 org.jboss.netty.util.ThreadRenamingRunnable 的构造方法
- 创建一个包装指定runnable并当指定的runnable正在运行时使用指定的线程名称代替原名称 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.
- 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 中的 接口
Timer
返回关联一个TimerTask
的处理器.- TimeoutException - org.jboss.netty.handler.timeout 中的 异常
- 当在一定时间周期内没有数据被读或被写则抛出
TimeoutException
. - TimeoutException() -
异常 org.jboss.netty.handler.timeout.TimeoutException 的构造方法
- 创建一个实例.
- TimeoutException(String, Throwable) -
异常 org.jboss.netty.handler.timeout.TimeoutException 的构造方法
- 创建一个实例.
- TimeoutException(String) -
异常 org.jboss.netty.handler.timeout.TimeoutException 的构造方法
- 创建一个实例.
- TimeoutException(Throwable) -
异常 org.jboss.netty.handler.timeout.TimeoutException 的构造方法
- 创建一个实例.
- Timer - org.jboss.netty.util 中的 接口
- 在后台线程计划只执行一次的
TimerTask
. - TimerTask - org.jboss.netty.util 中的 接口
- 一个在使用
Timer.newTimeout(TimerTask, long, TimeUnit)
指定的延迟后被执行的任务. - TIMESTAMP -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Timestamp"
- 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.
- toByteBuffer() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- toByteBuffer(int, int) -
类 org.jboss.netty.buffer.ByteBufferBackedChannelBuffer 中的方法
-
- toByteBuffer() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 转化该缓冲区的可读字节到一个NIO缓冲区.返回的缓冲区可能有或没有和该缓冲共享内容,但是它们有各自的索引和标记.该方法等同于
buf.toByteBuffer(buf.readerIndex(), buf.readableBytes())
.
- toByteBuffer(int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 转化该缓冲区的子部分到一个NIO缓冲区.返回的缓冲区可能有或没有和该缓冲共享内容,但是它们有各自的索引和标记.
- 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 中的方法
- 转化该缓冲区的可读字节到一个NIO缓冲数组,返回的缓冲数组可能有或没有和该缓冲共享内容,但是它们有各自的索引和标记 ,该方法等同于
buf.toByteBuffers(buf.readerIndex(), buf.readableBytes())
.
- toByteBuffers(int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 转化该缓冲区的子部分到一个NIO缓冲数组,返回的缓冲数组可能有或没有和该缓冲共享内容,但是它们有各自的索引和标记 , 且并不修改该缓冲区的
readerIndex
和 writerIndex
.
- toByteBuffers(int, int) -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- toByteBuffers(int, int) -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- toInt(Object) -
类 org.jboss.netty.util.internal.ConversionUtil 中的静态方法
- Converts the specified object into an integer.
- toMap() -
接口 org.jboss.netty.channel.ChannelPipeline 中的方法
- 转化该管道为一个key为处理器名、value为处理器的有序
Map
.
- toMap() -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
-
- toMap() -
类 org.jboss.netty.channel.StaticChannelPipeline 中的方法
-
- TooLongFrameException - org.jboss.netty.handler.codec.frame 中的 异常
- An
Exception
which is thrown when the length of the frame
decoded by DelimiterBasedFrameDecoder
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(int, int, String, ChannelBufferIndexFinder) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
- 已过时。
- toString(int, int, String) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
- 已过时。
- toString(String, ChannelBufferIndexFinder) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
- 已过时。
- toString(String) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
- 已过时。
- toString() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- toString(Charset) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 使用一个指定的字符集解码该缓冲子部分为一个字符串.该方法等同于
buf.toString(buf.readerIndex(), buf.readableBytes(), charsetName)
.
- toString(int, int, Charset) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 使用一个指定的字符集解码该缓冲子部分为一个字符串,该方法并不修改
readerIndex
和 writerIndex
.
- toString(String) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 已过时。 使用
ChannelBuffer.toString(Charset)
代替.
- toString(String, ChannelBufferIndexFinder) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 已过时。 使用
ChannelBuffer.bytesBefore(ChannelBufferIndexFinder)
和
ChannelBuffer.toString(int, int, Charset)
代替.
- toString(int, int, String) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 已过时。 使用
ChannelBuffer.bytesBefore(int, int, ChannelBufferIndexFinder)
和
ChannelBuffer.toString(int, int, Charset)
代替.
- toString(int, int, String, ChannelBufferIndexFinder) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 已过时。 使用
ChannelBuffer.bytesBefore(int, int, ChannelBufferIndexFinder)
和
ChannelBuffer.toString(int, int, Charset)
代替.
- toString() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回该缓冲的字符串表示形式.
- toString() -
类 org.jboss.netty.buffer.CompositeChannelBuffer 中的方法
-
- toString() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
- 返回该缓冲的字符串形式.为了更简单标识,返回的字符串包含了该缓冲的 ID,
本地地址,和 远程地址.
- toString() -
类 org.jboss.netty.channel.DefaultChannelPipeline 中的方法
- 返回该管道的字符串形式.
- 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.StaticChannelPipeline 中的方法
- 返回该管道的字符串表现.
- toString() -
类 org.jboss.netty.channel.UpstreamChannelStateEvent 中的方法
-
- toString() -
类 org.jboss.netty.channel.UpstreamMessageEvent 中的方法
-
- toString() -
类 org.jboss.netty.handler.codec.http.DefaultCookie 中的方法
-
- 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.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.websocket.DefaultWebSocketFrame 中的方法
-
- toString() -
接口 org.jboss.netty.handler.codec.http.websocket.WebSocketFrame 中的方法
- Returns the string representation of this frame.
- toString() -
类 org.jboss.netty.handler.timeout.DefaultIdleStateEvent 中的方法
-
- 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.
- TRAILER -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Trailer"
- TRAILERS -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"trailers"
- transfer(E) -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
- Transfers the element to a consumer, waiting if necessary to do so.
- 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 中的方法
- 传输该文件区域内容到指定的通道.
- TRANSPORT -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Transport"
- TruncatedChannelBuffer - org.jboss.netty.buffer 中的 类
- 一个隐藏父缓冲某个索引之后数据的派生缓冲.
- TruncatedChannelBuffer(ChannelBuffer, int) -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 的构造方法
-
- tryLock() -
类 org.jboss.netty.util.internal.NonReentrantLock 中的方法
-
- tryLock(long, TimeUnit) -
类 org.jboss.netty.util.internal.NonReentrantLock 中的方法
-
- tryTransfer(E) -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
- Transfers the element to a waiting consumer immediately, if possible.
- tryTransfer(E, long, TimeUnit) -
类 org.jboss.netty.util.internal.LinkedTransferQueue 中的方法
- Transfers the element to a consumer if it is possible to do so
before the timeout elapses.
- TTL -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"ttl"
U
- UDP -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"UDP"
- UNAUTHORIZED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 401 未授权
- UNAUTHORIZED -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 401 未经授权
- unbind() -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- unbind() -
接口 org.jboss.netty.channel.Channel 中的方法
- 异步取消与当前本地地址的绑定.
- unbind(ChannelHandlerContext, ChannelFuture) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"unbind"
请求到最接近指定ChannelHandlerContext
关联的下游处理器的
ChannelDownstreamHandler
.
- unbind(Channel) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"unbind"
请求到指定Channel
所属的 ChannelPipeline
里的最后一个
ChannelDownstreamHandler
.
- unbind() -
接口 org.jboss.netty.channel.group.ChannelGroup 中的方法
- 取消该组中所有通道的绑定.
- unbind() -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- unbindRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelDownstreamHandler 中的方法
- 当
Channel.unbind()
被调用时调用.
- unbindRequested(ChannelHandlerContext, ChannelStateEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当
Channel.unbind()
被调用时调用.
- UNICAST -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"unicast"
- unlock() -
类 org.jboss.netty.util.internal.NonReentrantLock 中的方法
-
- unmodifiableBuffer(ChannelBuffer) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定的缓冲创建一个不允许任何操作的可读缓冲.该缓冲的readerIndex和writerIndex和指定的缓冲一样 .
- UNORDERED_COLLECTION -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 425 无序集合(WebDAV, RFC3648)
- UNPROCESSABLE_ENTITY -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 422 未执行实体 (WebDAV, RFC4918)
- UnreplayableOperationException - org.jboss.netty.handler.codec.replay 中的 异常
- An
Exception
which is thrown when a user calls an unsupported
operation on a ChannelBuffer
in a ReplayingDecoder
implementation. - UnreplayableOperationException() -
异常 org.jboss.netty.handler.codec.replay.UnreplayableOperationException 的构造方法
- Creates a new instance.
- UnreplayableOperationException(String) -
异常 org.jboss.netty.handler.codec.replay.UnreplayableOperationException 的构造方法
- Creates a new instance.
- UnreplayableOperationException(Throwable) -
异常 org.jboss.netty.handler.codec.replay.UnreplayableOperationException 的构造方法
- Creates a new instance.
- UnreplayableOperationException(String, Throwable) -
异常 org.jboss.netty.handler.codec.replay.UnreplayableOperationException 的构造方法
- Creates a new instance.
- UNSUPPORTED -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Unsupported"
- UNSUPPORTED_MEDIA_TYPE -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 415 不支持媒体类型
- UNSUPPORTED_MEDIA_TYPE -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 415 不支持的媒体类型
- UNSUPPORTED_TRANSPORT -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 461 未支持传输
- UnterminatableExecutor - org.jboss.netty.util.internal 中的 类
- 通过封装
Executor
禁止一个Executor
的关闭. - UnterminatableExecutor(Executor) -
类 org.jboss.netty.util.internal.UnterminatableExecutor 的构造方法
-
- unwrap() -
类 org.jboss.netty.buffer.DuplicatedChannelBuffer 中的方法
-
- unwrap() -
类 org.jboss.netty.buffer.ReadOnlyChannelBuffer 中的方法
-
- unwrap() -
类 org.jboss.netty.buffer.SlicedChannelBuffer 中的方法
-
- unwrap() -
类 org.jboss.netty.buffer.TruncatedChannelBuffer 中的方法
-
- unwrap() -
接口 org.jboss.netty.buffer.WrappedChannelBuffer 中的方法
- 返回该缓冲包装的父缓冲.
- unwrap() -
类 org.jboss.netty.handler.execution.ChannelEventRunnable 中的方法
-
- unwrap() -
接口 org.jboss.netty.util.EstimatableObjectWrapper 中的方法
- 返回一个需要重新考虑使用
ObjectSizeEstimator
估算更确切对象大小的底层对象.
- UPGRADE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Upgrade"
- UPGRADE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"Upgrade"
- UPGRADE_REQUIRED -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 426 需要升级(RFC2817)
- UpstreamChannelStateEvent - org.jboss.netty.channel 中的 类
- 默认上游
ChannelStateEvent
实现. - UpstreamChannelStateEvent(Channel, ChannelState, Object) -
类 org.jboss.netty.channel.UpstreamChannelStateEvent 的构造方法
- 创建一个实例.
- UpstreamMessageEvent - org.jboss.netty.channel 中的 类
- 默认上游
MessageEvent
实现. - UpstreamMessageEvent(Channel, Object, SocketAddress) -
类 org.jboss.netty.channel.UpstreamMessageEvent 的构造方法
- 创建一个实例.
- URL -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Values 中的静态变量
"url"
- US_ASCII -
类 org.jboss.netty.util.CharsetUtil 中的静态变量
- 7位ASCII,如众所周知的ISO646-US或Unicode字符集的基本拉丁块
- USE_PROXY -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 305 使用代理 (自 HTTP/1.1之后)
- USE_PROXY -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态变量
- 305 使用代理
- USER_AGENT -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"User-Agent"
- USER_AGENT -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"User-Agent"
- UTF_16 -
类 org.jboss.netty.util.CharsetUtil 中的静态变量
- 字符序由一个可选字符序标记的16位utf编码
- UTF_16BE -
类 org.jboss.netty.util.CharsetUtil 中的静态变量
- 字节序为big-endian的16位编码
- UTF_16LE -
类 org.jboss.netty.util.CharsetUtil 中的静态变量
- 字节序为little-endian的16位编码
- UTF_8 -
类 org.jboss.netty.util.CharsetUtil 中的静态变量
- 8位UTF编码
V
- valueOf(String) -
枚举 org.jboss.netty.channel.ChannelState 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 org.jboss.netty.handler.codec.base64.Base64Dialect 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 org.jboss.netty.handler.codec.compression.ZlibWrapper 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
类 org.jboss.netty.handler.codec.http.HttpMethod 中的静态方法
- Returns the
HttpMethod
represented by the specified name.
- valueOf(int) -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态方法
- 返回指定代码对应的
HttpResponseStatus
.如果指定的代码是一个标准的HTTP状态码,一个缓存的实例会被返回.
- valueOf(String) -
类 org.jboss.netty.handler.codec.http.HttpVersion 中的静态方法
- Returns an existing or new
HttpVersion
instance which matches to
the specified protocol version string.
- valueOf(String) -
枚举 org.jboss.netty.handler.codec.replay.VoidEnum 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
类 org.jboss.netty.handler.codec.rtsp.RtspMethods 中的静态方法
- Returns the
HttpMethod
represented by the specified name.
- valueOf(int) -
类 org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses 中的静态方法
- 返回指定代码对应的
HttpResponseStatus
.如果指定的代码是一个标准的RTSP状态码,一个缓存的实例会被返回.
- valueOf(String) -
类 org.jboss.netty.handler.codec.rtsp.RtspVersions 中的静态方法
- 返回一个匹配指定RTSP版本字符串的已存在或新的
HttpVersion
实例.如果指定的text
等于
"RTSP/1.0"
,则返回RtspVersions.RTSP_1_0
.否则,一个新的HttpVersion
实例将被返回.
- valueOf(String) -
枚举 org.jboss.netty.handler.timeout.IdleState 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 org.jboss.netty.logging.InternalLogLevel 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- values() -
枚举 org.jboss.netty.channel.ChannelState 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 org.jboss.netty.handler.codec.base64.Base64Dialect 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 org.jboss.netty.handler.codec.compression.ZlibWrapper 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 org.jboss.netty.handler.codec.replay.VoidEnum 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 org.jboss.netty.handler.timeout.IdleState 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 org.jboss.netty.logging.InternalLogLevel 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
类 org.jboss.netty.util.internal.ConcurrentHashMap 中的方法
- Returns a
Collection
view of the values contained in this map.
- values() -
类 org.jboss.netty.util.internal.ConcurrentIdentityHashMap 中的方法
- Returns a
Collection
view of the values contained in this map.
- values() -
类 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap 中的方法
- Returns a
Collection
view of the values contained in this map.
- values() -
类 org.jboss.netty.util.internal.ConcurrentWeakKeyHashMap 中的方法
- Returns a
Collection
view of the values contained in this map.
- VARIANT_ALSO_NEGOTIATES -
类 org.jboss.netty.handler.codec.http.HttpResponseStatus 中的静态变量
- 506 变量需要洽商 (RFC2295)
- VARY -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Vary"
- VARY -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Vary"
- Version - org.jboss.netty.util 中的 类
- 为Netty提供版本信息.
- VIA -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Via"
- VIA -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"Via"
- VirtualExecutorService - org.jboss.netty.util 中的 类
- 可以管理自己终止的委派
ExecutorService
. - VirtualExecutorService(Executor) -
类 org.jboss.netty.util.VirtualExecutorService 的构造方法
- 使用指定的
Executor
父创建一个新实例.
- VoidEnum - org.jboss.netty.handler.codec.replay 中的 枚举
- A placeholder
Enum
which could be specified as a type parameter of
ReplayingDecoder
when a user wants to manage the decoder state or
there's no state to manage.
W
- W_GZIP -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- W_NONE -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- W_ZLIB -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- warn(String) -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 记录一个warn级别的日志.
- warn(String, Throwable) -
接口 org.jboss.netty.logging.InternalLogger 中的方法
- 记录一个warn级别的日志.
- WARNING -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"Warning"
- WEBSOCKET -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Values 中的静态变量
"WebSocket"
- WEBSOCKET_LOCATION -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"WebSocket-Location"
- WEBSOCKET_ORIGIN -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"WebSocket-Origin"
- WEBSOCKET_PROTOCOL -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"WebSocket-Protocol"
- WebSocketFrame - org.jboss.netty.handler.codec.http.websocket 中的 接口
- A Web Socket frame that represents either text or binary data.
- WebSocketFrameDecoder - org.jboss.netty.handler.codec.http.websocket 中的 类
- Decodes
ChannelBuffer
s into WebSocketFrame
s. - WebSocketFrameDecoder() -
类 org.jboss.netty.handler.codec.http.websocket.WebSocketFrameDecoder 的构造方法
-
- WebSocketFrameDecoder(int) -
类 org.jboss.netty.handler.codec.http.websocket.WebSocketFrameDecoder 的构造方法
- Creates a new instance of
WebSocketFrameDecoder
with the specified maxFrameSize
.
- WebSocketFrameEncoder - org.jboss.netty.handler.codec.http.websocket 中的 类
- Encodes a
WebSocketFrame
into a ChannelBuffer
. - WebSocketFrameEncoder() -
类 org.jboss.netty.handler.codec.http.websocket.WebSocketFrameEncoder 的构造方法
-
- wrappedBuffer(byte[]) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定的数组创建一个big-endian缓冲.任何对指定数组的修改对返回的缓冲都是可见的.
- wrappedBuffer(ByteOrder, byte[]) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定的字节序包装指定数组成一个新的缓冲.任何对指定数组的修改对返回的缓冲都是可见的.
- wrappedBuffer(byte[], int, int) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 包装指定的数组的子部分内容成一个新的big-endian缓冲.任何对指定数组的修改对返回的缓冲都是可见的.
- wrappedBuffer(ByteOrder, byte[], int, int) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 使用指定的字节序包装指定的数组子部分成一个新的缓冲.任何对指定数组的修改对返回的缓冲都是可见的.
- wrappedBuffer(ByteBuffer) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 包装指定NIO缓冲当前的切片成一个新的缓冲.任何对指定数组的修改对返回的缓冲都是可见的.
- wrappedBuffer(ChannelBuffer) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 包装指定缓冲的可读字节成一个新的缓冲.任何对指定数组的修改对返回的缓冲都是可见的.
- wrappedBuffer(byte[]...) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 包装指定的数组成一个新的big-endian组合缓冲,并不是拷贝它们.任何对指定数组的修改对返回的缓冲都是可见的.
- wrappedBuffer(ByteOrder, byte[]...) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 包装指定的数组成一个新的big-endian组合缓冲,并不是拷贝它们.任何对指定数组的修改对返回的缓冲都是可见的.
- wrappedBuffer(ChannelBuffer...) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 包装指定缓冲数组的可读字节成一个新的big-endian组合缓冲,并不是拷贝它们.任何对指定缓冲数组的修改对返回的缓冲都是可见的.
- wrappedBuffer(ByteBuffer...) -
类 org.jboss.netty.buffer.ChannelBuffers 中的静态方法
- 包装指定的NIO缓冲数组的切片成一个新的big-endian组合缓冲,并不是拷贝它们.任何对指定缓冲数组的修改对返回的缓冲都是可见的.
- WrappedChannelBuffer - org.jboss.netty.buffer 中的 接口
- 为缓冲包装和派生缓冲提供同一接口.
- writable() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writable() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 只有当
(this.capacity - this.writerIndex)
大于0
才返回true
.
- writableBytes() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writableBytes() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回可写字节的数量,等同于
(this.capacity - this.writerIndex)
.
- write(byte[], int, int) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- write(byte[]) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- write(int) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- write(Object) -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- write(Object, SocketAddress) -
类 org.jboss.netty.channel.AbstractChannel 中的方法
-
- write(Object) -
类 org.jboss.netty.channel.AbstractServerChannel 中的方法
-
- write(Object, SocketAddress) -
类 org.jboss.netty.channel.AbstractServerChannel 中的方法
-
- write(Object) -
接口 org.jboss.netty.channel.Channel 中的方法
- 异步返送消息到该通道.如果该通道是使用无连接传输创建的(如.
- write(Object, SocketAddress) -
接口 org.jboss.netty.channel.Channel 中的方法
- 异步发送消息到该通道.它有一个附加的参数允许用户使用指定的远程地址代替当前远程地址来发送消息.
- write(Channel, Object) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"write"
请求到指定Channel
所属的 ChannelPipeline
里的最后一个
ChannelDownstreamHandler
.
- write(ChannelHandlerContext, ChannelFuture, Object) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"write"
请求到最接近指定ChannelHandlerContext
关联的下游处理器的
ChannelDownstreamHandler
.
- write(Channel, Object, SocketAddress) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"write"
请求到指定Channel
所属的 ChannelPipeline
里的最后一个
ChannelDownstreamHandler
.
- write(ChannelHandlerContext, ChannelFuture, Object, SocketAddress) -
类 org.jboss.netty.channel.Channels 中的静态方法
- 发送一个
"write"
请求到最接近指定ChannelHandlerContext
关联的下游处理器的
ChannelDownstreamHandler
.
- write(Object) -
接口 org.jboss.netty.channel.group.ChannelGroup 中的方法
- 写一个指定的消息到组中所有通道.如果指定的消息是一个
ChannelBuffer
实例,那么它会自动
使用复制以避免条件竞争.请注意该操作和
Channel.write(Object)
一样是异步的.
- write(Object, SocketAddress) -
接口 org.jboss.netty.channel.group.ChannelGroup 中的方法
- 为指定的远程地址写一个指定的消息到组中所有通道.如果指定的消息是一个
ChannelBuffer
实例,那么它会自动
使用复制以避免条件竞争.请注意该操作和
Channel.write(Object,SocketAddress)
一样是异步的.
- write(Object) -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- write(Object, SocketAddress) -
类 org.jboss.netty.channel.group.DefaultChannelGroup 中的方法
-
- write(int) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- write(byte[], int, int) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- write(byte[]) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- writeBoolean(boolean) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- writeBoolean(boolean) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- writeByte(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeByte(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前的
writerIndex
设置指定的字节,并为writerIndex
加1. 24高序位会被忽略.
- writeByte(int) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- writeByte(int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- writeByte(int) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- writeBytes(byte[], int, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeBytes(byte[]) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeBytes(ChannelBuffer) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeBytes(ChannelBuffer, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeBytes(ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeBytes(ByteBuffer) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeBytes(InputStream, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeBytes(ScatteringByteChannel, int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeBytes(ChannelBuffer) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从指定的源缓冲区中传输数据到该缓冲区的当前
writerIndex
处,直到源缓冲不可读为止,并使用传输的字节数增加
wirterIndex
.除了该方法会使用传输的字节数增加源缓冲区的readerIndex
外,基本
ChannelBuffer.writeBytes(ChannelBuffer, int, int)
和方法一样 .
- writeBytes(ChannelBuffer, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从指定的源缓冲区中传输数据到该缓冲区的当前
writerIndex
处,并使用传输的字节数( = length
)增加
wirterIndex
.除了该方法会使用传输的字节数( =length
)增加源缓冲区的
readerIndex
外,基本 ChannelBuffer.writeBytes(ChannelBuffer, int, int)
和方法一样 ..
- writeBytes(ChannelBuffer, int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从指定的源缓冲区中传输数据到该缓冲区的当前
writerIndex
处,并使用传输的字节数( = length
)增加
wirterIndex
- writeBytes(byte[]) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从指定的源数组中传输数据到该缓冲区的当前
writerIndex
处,并使用传输的字节数( = src.length
)增加 wirterIndex
.
- writeBytes(byte[], int, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从指定的源数组中传输数据到该缓冲区的当前
writerIndex
处,并使用传输的字节数( = length
)增加
wirterIndex
.
- writeBytes(ByteBuffer) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从指定的源缓冲中传输数据到该缓冲区的当前
writerIndex
处,直到源缓冲的position达到限制为止,并使用传输的字节数增加
wirterIndex
.
- writeBytes(InputStream, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从指定的源输入流中传输数据到该缓冲区的当前
writerIndex
处,并使用传输的字节数( = length
)增加
wirterIndex
.
- writeBytes(ScatteringByteChannel, int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 从指定的源通道中传输数据到该缓冲区的当前
writerIndex
处,并使用传输的字节数增加 wirterIndex
.
- writeBytes(String) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- writeBytes(byte[], int, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- writeBytes(ChannelBuffer, int, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- writeBytes(ByteBuffer) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- writeBytes(InputStream, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- writeBytes(ScatteringByteChannel, int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- writeBytes(String) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- writeChar(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeChar(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前的
writerIndex
设置指定的2字节UTF-16字符,并为writerIndex
加2.
16位高序位会被忽略.
- writeChar(int) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- writeChar(int) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- writeChars(String) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- writeChars(String) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- writeComplete(ChannelHandlerContext, WriteCompletionEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当有东西被写到一个
Channel
时调用.
- writeComplete(ChannelHandlerContext, WriteCompletionEvent) -
类 org.jboss.netty.channel.SimpleChannelUpstreamHandler 中的方法
- 当有东西被写到一个
Channel
时调用.
- writeComplete(ChannelHandlerContext, WriteCompletionEvent) -
类 org.jboss.netty.handler.timeout.IdleStateHandler 中的方法
-
- WriteCompletionEvent - org.jboss.netty.channel 中的 接口
- 表示一个
Channel
写请求完成时通知的ChannelEvent
.该事件只用于上游事件. - writeDouble(double) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeDouble(double) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前的
writerIndex
设置指定的64位浮点数,并为writerIndex
加8.
- writeDouble(double) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- writeDouble(double) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- writeFloat(float) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeFloat(float) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前的
writerIndex
设置指定的32位浮点数,并为writerIndex
加4.
- writeFloat(float) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- writeFloat(float) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- writeInt(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeInt(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前的
writerIndex
设置指定的32位整型,并为writerIndex
加4.
- writeInt(int) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- writeInt(int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- writeInt(int) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- writeLong(long) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeLong(long) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前的
writerIndex
设置指定的64位长整型,并为writerIndex
加8.
- writeLong(long) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- writeLong(long) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- writeLong(long) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- writeMedium(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeMedium(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前的
writerIndex
设置指定的24位整型,并为writerIndex
加3.
- writeMedium(int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- writeObject(Object) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- writeRequested(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.channel.SimpleChannelDownstreamHandler 中的方法
- 当
Channel.write(Object)
被调用时调用.
- writeRequested(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.channel.SimpleChannelHandler 中的方法
- 当
Channel.write(Object)
被调用时调用.
- writeRequested(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.handler.codec.http.HttpContentEncoder 中的方法
-
- writeRequested(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.handler.queue.BufferedWriteHandler 中的方法
- 保存所有写请求到队列中以便在调用
BufferedWriteHandler.flush()
时可以真实的被写.
- writeRequested(ChannelHandlerContext, MessageEvent) -
类 org.jboss.netty.handler.timeout.WriteTimeoutHandler 中的方法
-
- writerIndex() -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writerIndex(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writerIndex() -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 返回该缓冲的
writerIndex
值.
- writerIndex(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 设置
writerIndex
值.
- writeShort(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeShort(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前的
writerIndex
设置指定的16位短整型,并为writerIndex
加2. 16高序位会被忽略.
- writeShort(int) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- writeShort(int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- writeShort(int) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- WriteTimeoutException - org.jboss.netty.handler.timeout 中的 异常
- 当在一定时间周期内没有数据被写则则
WriteTimeoutHandler
会抛出TimeoutException
. - WriteTimeoutException() -
异常 org.jboss.netty.handler.timeout.WriteTimeoutException 的构造方法
- 创建一个实例.
- WriteTimeoutException(String, Throwable) -
异常 org.jboss.netty.handler.timeout.WriteTimeoutException 的构造方法
- 创建一个实例.
- WriteTimeoutException(String) -
异常 org.jboss.netty.handler.timeout.WriteTimeoutException 的构造方法
- 创建一个实例.
- WriteTimeoutException(Throwable) -
异常 org.jboss.netty.handler.timeout.WriteTimeoutException 的构造方法
- 创建一个实例.
- WriteTimeoutHandler - org.jboss.netty.handler.timeout 中的 类
- 当在一定的时间周期内没有数据被写则抛出
WriteTimeoutException
. - WriteTimeoutHandler(Timer, int) -
类 org.jboss.netty.handler.timeout.WriteTimeoutHandler 的构造方法
- 创建一个实例.
- WriteTimeoutHandler(Timer, long, TimeUnit) -
类 org.jboss.netty.handler.timeout.WriteTimeoutHandler 的构造方法
- 创建一个实例.
- writeUTF(String) -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
-
- writeUTF(String) -
类 org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream 中的方法
-
- writeZero(int) -
类 org.jboss.netty.buffer.AbstractChannelBuffer 中的方法
-
- writeZero(int) -
接口 org.jboss.netty.buffer.ChannelBuffer 中的方法
- 在当前的writerIndex处填充NUL (0x00),并使用指定的length增加
writerIndex
.
- writeZero(int) -
类 org.jboss.netty.buffer.DynamicChannelBuffer 中的方法
-
- writtenBytes() -
类 org.jboss.netty.buffer.ChannelBufferOutputStream 中的方法
- 返回目前使用改流写出的字节数量.
- WWW_AUTHENTICATE -
类 org.jboss.netty.handler.codec.http.HttpHeaders.Names 中的静态变量
"WWW-Authenticate"
- WWW_AUTHENTICATE -
类 org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names 中的静态变量
"WWW-Authenticate"
Z
- Z_BEST_COMPRESSION -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_BEST_SPEED -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_BUF_ERROR -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_DATA_ERROR -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_DEFAULT_COMPRESSION -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_DEFAULT_STRATEGY -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_ERRNO -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_FILTERED -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_FINISH -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_FULL_FLUSH -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_HUFFMAN_ONLY -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_MEM_ERROR -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_NEED_DICT -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_NO_COMPRESSION -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_NO_FLUSH -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_OK -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_PARTIAL_FLUSH -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_STREAM_END -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_STREAM_ERROR -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_SYNC_FLUSH -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- Z_VERSION_ERROR -
类 org.jboss.netty.util.internal.jzlib.JZlib 中的静态变量
-
- ZlibDecoder - org.jboss.netty.handler.codec.compression 中的 类
- Decompresses a
ChannelBuffer
using the deflate algorithm. - ZlibDecoder() -
类 org.jboss.netty.handler.codec.compression.ZlibDecoder 的构造方法
- Creates a new instance with the default wrapper (
ZlibWrapper.ZLIB
).
- ZlibDecoder(ZlibWrapper) -
类 org.jboss.netty.handler.codec.compression.ZlibDecoder 的构造方法
- Creates a new instance with the specified wrapper.
- ZlibDecoder(byte[]) -
类 org.jboss.netty.handler.codec.compression.ZlibDecoder 的构造方法
- Creates a new instance with the specified preset dictionary.
- ZlibEncoder - org.jboss.netty.handler.codec.compression 中的 类
- Compresses a
ChannelBuffer
using the deflate algorithm. - ZlibEncoder() -
类 org.jboss.netty.handler.codec.compression.ZlibEncoder 的构造方法
- Creates a new zlib encoder with the default compression level (
6
)
and the default wrapper (ZlibWrapper.ZLIB
).
- ZlibEncoder(int) -
类 org.jboss.netty.handler.codec.compression.ZlibEncoder 的构造方法
- Creates a new zlib encoder with the specified
compressionLevel
and the default wrapper (ZlibWrapper.ZLIB
).
- ZlibEncoder(ZlibWrapper) -
类 org.jboss.netty.handler.codec.compression.ZlibEncoder 的构造方法
- Creates a new zlib encoder with the default compression level (
6
)
and the specified wrapper.
- ZlibEncoder(ZlibWrapper, int) -
类 org.jboss.netty.handler.codec.compression.ZlibEncoder 的构造方法
- Creates a new zlib encoder with the specified
compressionLevel
and the specified wrapper.
- ZlibEncoder(byte[]) -
类 org.jboss.netty.handler.codec.compression.ZlibEncoder 的构造方法
- Creates a new zlib encoder with the default compression level (
6
)
and the specified preset dictionary.
- ZlibEncoder(int, byte[]) -
类 org.jboss.netty.handler.codec.compression.ZlibEncoder 的构造方法
- Creates a new zlib encoder with the specified
compressionLevel
and the specified preset dictionary.
- ZlibWrapper - org.jboss.netty.handler.codec.compression 中的 枚举
- The container file formats that wrap the stream compressed by the DEFLATE
algorithm.
- ZStream - org.jboss.netty.util.internal.jzlib 中的 类
-
- ZStream() -
类 org.jboss.netty.util.internal.jzlib.ZStream 的构造方法
-
A B C D E F G H I J K L M N O P Q R S T U V W Z