- 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
 
-  
 
- W_ZLIB_OR_NONE - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
-  
 
- warn(String) - 接口 中的方法org.jboss.netty.logging.InternalLogger
 
- 
Logs a WARN level message.
 
- warn(String, Throwable) - 接口 中的方法org.jboss.netty.logging.InternalLogger
 
- 
Logs a WARN level message.
 
- WARNING - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"Warning"
 
- weakCachingConcurrentResolver(ClassLoader) - 类 中的静态方法org.jboss.netty.handler.codec.serialization.ClassResolvers
 
- 
non-agressive concurrent cache
 good for shared cache, when we're worried about class unloading
 
- weakCachingResolver(ClassLoader) - 类 中的静态方法org.jboss.netty.handler.codec.serialization.ClassResolvers
 
- 
non-agressive non-concurrent cache
 good for non-shared default cache
 
- WeakReferenceMap<K,V> - org.jboss.netty.handler.codec.serialization中的类
 
-  
 
- WeakReferenceMap(Map<K, Reference<V>>) - 类 的构造器org.jboss.netty.handler.codec.serialization.WeakReferenceMap
 
-  
 
- WEBSOCKET - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Values
 
- 
"WebSocket"
 
- WebSocket00FrameDecoder - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
 
- WebSocket00FrameDecoder() - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
-  
 
- WebSocket00FrameDecoder(long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
- 
Creates a new instance of WebSocketFrameDecoder with the specified maxFrameSize.
 
- WebSocket00FrameEncoder - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
 
- WebSocket00FrameEncoder() - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
 
-  
 
- WebSocket07FrameDecoder - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
Decodes a web socket frame from wire protocol version 7 format.
 
- WebSocket07FrameDecoder(boolean, boolean, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
 
- 
Constructor
 
- WebSocket07FrameEncoder - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
 Encodes a web socket frame into wire protocol version 7 format.
 
- WebSocket07FrameEncoder(boolean) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocket07FrameEncoder
 
- 
Constructor
 
- WebSocket08FrameDecoder - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
Decodes a web socket frame from wire protocol version 8 format.
 
- WebSocket08FrameDecoder(boolean, boolean) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
- 
Constructor with default values
 
- WebSocket08FrameDecoder(boolean, boolean, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
- 
Constructor
 
- WebSocket08FrameDecoder.State - org.jboss.netty.handler.codec.http.websocketx中的枚举
 
-  
 
- WebSocket08FrameEncoder - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
 Encodes a web socket frame into wire protocol version 8 format.
 
- WebSocket08FrameEncoder(boolean) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
- 
Constructor
 
- WebSocket13FrameDecoder - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
Decodes a web socket frame from wire protocol version 13 format.
 
- WebSocket13FrameDecoder(boolean, boolean) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
 
- 
Constructor with default values
 
- WebSocket13FrameDecoder(boolean, boolean, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
 
- 
Constructor
 
- WebSocket13FrameEncoder - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
 Encodes a web socket frame into wire protocol version 13 format.
 
- WebSocket13FrameEncoder(boolean) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocket13FrameEncoder
 
- 
Constructor
 
- WEBSOCKET_07_ACCEPT_GUID - 类 中的静态变量org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
 
-  
 
- WEBSOCKET_08_ACCEPT_GUID - 类 中的静态变量org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
 
-  
 
- WEBSOCKET_13_ACCEPT_GUID - 类 中的静态变量org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
 
-  
 
- 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"
 
- WebSocketClient - org.jboss.netty.example.http.websocketx.client中的类
 
-  
 
- WebSocketClient() - 类 的构造器org.jboss.netty.example.http.websocketx.client.WebSocketClient
 
-  
 
- WebSocketClientHandler - org.jboss.netty.example.http.websocketx.client中的类
 
-  
 
- WebSocketClientHandler(WebSocketClientHandshaker) - 类 的构造器org.jboss.netty.example.http.websocketx.client.WebSocketClientHandler
 
-  
 
- WebSocketClientHandshaker - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
Base class for web socket client handshake implementations
 
- WebSocketClientHandshaker(URI, WebSocketVersion, String, Map<String, String>) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
- 
Base constructor with default values
 
- WebSocketClientHandshaker(URI, WebSocketVersion, String, Map<String, String>, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
- 
Base constructor
 
- WebSocketClientHandshaker00 - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
 Performs client side opening and closing handshakes for web socket specification version 
draft-ietf-hybi-thewebsocketprotocol-
 00
 
 
 A very large portion of this code was taken from the Netty 3.2 HTTP example.
 
 
- WebSocketClientHandshaker00(URI, WebSocketVersion, String, Map<String, String>) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
 
- 
Constructor with default values
 
- WebSocketClientHandshaker00(URI, WebSocketVersion, String, Map<String, String>, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
 
- 
Constructor
 
- WebSocketClientHandshaker07 - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
 
- WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, Map<String, String>, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
 
- 
Creates a new instance.
 
- WebSocketClientHandshaker08 - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
 
- WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, Map<String, String>) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
- 
Constructor with default values
 
- WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, Map<String, String>, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
- 
Constructor
 
- WebSocketClientHandshaker13 - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
 
- WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, Map<String, String>) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
- 
Constructor with default values
 
- WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, Map<String, String>, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
- 
Constructor
 
- WebSocketClientHandshakerFactory - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
Instances the appropriate handshake class to use for clients
 
- WebSocketClientHandshakerFactory() - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
 
-  
 
- WebSocketFrame - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
Base class for web socket frames
 
- WebSocketFrame() - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketFrame
 
-  
 
- WebSocketFrameAggregator - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
Handler that aggregate fragmented WebSocketFrame's.
 
- WebSocketFrameAggregator(int) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
- 
Construct a new instance
 
- WebSocketFrameType - org.jboss.netty.handler.codec.http.websocketx中的枚举
 
- 
Type of web socket frames
 
- WebSocketHandshakeException - org.jboss.netty.handler.codec.http.websocketx中的异常错误
 
- 
Exception during handshaking process
 
- WebSocketHandshakeException(String) - 异常错误 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketHandshakeException
 
-  
 
- WebSocketHandshakeException(String, Throwable) - 异常错误 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketHandshakeException
 
-  
 
- WebSocketServer - org.jboss.netty.example.http.websocketx.server中的类
 
- 
A HTTP server which serves Web Socket requests at:
 http://localhost:8080/websocket
 Open your browser at http://localhost:8080/, then the demo page will be loaded and a Web Socket connection will be
 made automatically.
 
- WebSocketServer() - 类 的构造器org.jboss.netty.example.http.websocketx.server.WebSocketServer
 
-  
 
- WebSocketServerHandler - org.jboss.netty.example.http.websocketx.server中的类
 
- 
Handles handshakes and messages
 
- WebSocketServerHandler() - 类 的构造器org.jboss.netty.example.http.websocketx.server.WebSocketServerHandler
 
-  
 
- WebSocketServerHandshaker - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
Base class for server side web socket opening and closing handshakes
 
- WebSocketServerHandshaker(WebSocketVersion, String, String) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
- 
Constructor using default values
 
- WebSocketServerHandshaker(WebSocketVersion, String, String, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
- 
Constructor specifying the destination web socket location
 
- WebSocketServerHandshaker00 - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
 Performs server side opening and closing handshakes for web socket specification version 
draft-ietf-hybi-thewebsocketprotocol-
 00
 
 
 A very large portion of this code was taken from the Netty 3.2 HTTP example.
 
 
- WebSocketServerHandshaker00(String, String) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
 
- 
Constructor with default values
 
- WebSocketServerHandshaker00(String, String, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
 
- 
Constructor specifying the destination web socket location
 
- WebSocketServerHandshaker07 - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
 
- WebSocketServerHandshaker07(String, String, boolean, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
 
- 
Constructor specifying the destination web socket location
 
- WebSocketServerHandshaker08 - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
 
- WebSocketServerHandshaker08(String, String, boolean) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
 
- 
Constructor using defaults
 
- WebSocketServerHandshaker08(String, String, boolean, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
 
- 
Constructor
 
- WebSocketServerHandshaker13 - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
 
- WebSocketServerHandshaker13(String, String, boolean) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
 
- 
Constructor using defaults
 
- WebSocketServerHandshaker13(String, String, boolean, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
 
- 
Constructor specifying the destination web socket location
 
- WebSocketServerHandshakerFactory - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
Instances the appropriate handshake class to use for servers
 
- WebSocketServerHandshakerFactory(String, String, boolean) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
 
- 
Constructor
 
- WebSocketServerHandshakerFactory(String, String, boolean, long) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
 
- 
Constructor
 
- WebSocketServerIndexPage - org.jboss.netty.example.http.websocketx.server中的类
 
- 
Generates the demo HTML page which is served at http://localhost:8080/
 
- WebSocketServerPipelineFactory - org.jboss.netty.example.http.websocketx.server中的类
 
-  
 
- WebSocketServerPipelineFactory(SslContext) - 类 的构造器org.jboss.netty.example.http.websocketx.server.WebSocketServerPipelineFactory
 
-  
 
- WebSocketServerProtocolHandler - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
Handles WebSocket control frames (Close, Ping, Pong) and data frames (Text and Binary) are passed
 to the next handler in the pipeline.
 
- WebSocketServerProtocolHandler(String) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
-  
 
- WebSocketServerProtocolHandler(String, String) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
-  
 
- WebSocketServerProtocolHandler(String, String, boolean) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
-  
 
- WebSocketServerProtocolHandshakeHandler - org.jboss.netty.handler.codec.http.websocketx中的类
 
- 
Handles the HTTP handshake (the HTTP Upgrade request)
 
- WebSocketServerProtocolHandshakeHandler(String, String, boolean) - 类 的构造器org.jboss.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
-  
 
- WebSocketVersion - org.jboss.netty.handler.codec.http.websocketx中的枚举
 
- 
 Versions of the web socket specification.
 
- WEDNESDAY_VALUE - 枚举 中的静态变量org.jboss.netty.example.localtime.LocalTimeProtocol.DayOfWeek
 
- 
WEDNESDAY = 4;
 
- Worker - org.jboss.netty.channel.socket中的接口
 
- 
A 
Worker is responsible to dispatch IO operations
 
 
- WORKER_STATE_INIT - 类 中的静态变量org.jboss.netty.util.HashedWheelTimer
 
-  
 
- WORKER_STATE_SHUTDOWN - 类 中的静态变量org.jboss.netty.util.HashedWheelTimer
 
-  
 
- WORKER_STATE_STARTED - 类 中的静态变量org.jboss.netty.util.HashedWheelTimer
 
-  
 
- WorkerPool<E extends Worker> - org.jboss.netty.channel.socket.nio中的接口
 
- 
 
- wrap() - 接口 中的方法org.jboss.netty.handler.codec.http.cookie.Cookie
 
- 
Returns true if the raw value of this 
Cookie,
 was wrapped with double quotes in original Set-Cookie header.
 
 
- wrap() - 类 中的方法org.jboss.netty.handler.codec.http.cookie.DefaultCookie
 
-  
 
- wrap(ByteBuffer[], int, int, ByteBuffer) - 类 中的方法org.jboss.netty.handler.ssl.OpenSslEngine
 
-  
 
- wrappedBuffer(byte[]) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new big-endian buffer which wraps the specified array.
 
- wrappedBuffer(ByteOrder, byte[]) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer which wraps the specified array with the
 specified endianness.
 
- wrappedBuffer(byte[], int, int) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new big-endian buffer which wraps the sub-region of the
 specified array.
 
- wrappedBuffer(ByteOrder, byte[], int, int) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer which wraps the sub-region of the specified
 array with the specified endianness.
 
- wrappedBuffer(ByteBuffer) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer which wraps the specified NIO buffer's current
 slice.
 
- wrappedBuffer(ChannelBuffer) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new buffer which wraps the specified buffer's readable bytes.
 
- wrappedBuffer(byte[]...) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new big-endian composite buffer which wraps the specified
 arrays without copying them.
 
- wrappedBuffer(ByteOrder, byte[]...) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new composite buffer which wraps the specified arrays without
 copying them.
 
- wrappedBuffer(ChannelBuffer...) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new composite buffer which wraps the readable bytes of the
 specified buffers without copying them.
 
- wrappedBuffer(boolean, ChannelBuffer...) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new composite buffer which wraps the readable bytes of the
 specified buffers without copying them.
 
- wrappedBuffer(ByteBuffer...) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new composite buffer which wraps the slices of the specified
 NIO buffers without copying them.
 
- wrappedBuffer(boolean, ByteBuffer...) - 类 中的静态方法org.jboss.netty.buffer.ChannelBuffers
 
- 
Creates a new composite buffer which wraps the slices of the specified
 NIO buffers without copying them.
 
- WrappedChannelBuffer - org.jboss.netty.buffer中的接口
 
- 
The common interface for buffer wrappers and derived buffers.
 
- writable() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
-  
 
- writable() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Returns true
 if and only if (this.capacity - this.writerIndex) is greater
 than 0.
 
- writableBytes() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
-  
 
- writableBytes() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Returns the number of writable bytes which is equal to
 (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
 
- 
Sends a message to this channel asynchronously.
 
- write(Object, SocketAddress) - 接口 中的方法org.jboss.netty.channel.Channel
 
- 
Sends a message to this channel asynchronously.
 
- write(Channel, Object) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- write(ChannelHandlerContext, ChannelFuture, Object) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- write(Channel, Object, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- write(ChannelHandlerContext, ChannelFuture, Object, SocketAddress) - 类 中的静态方法org.jboss.netty.channel.Channels
 
- 
 
- write(Object) - 接口 中的方法org.jboss.netty.channel.group.ChannelGroup
 
- 
Writes the specified 
message to all 
Channels in this
 group.
 
 
- write(Object, SocketAddress) - 接口 中的方法org.jboss.netty.channel.group.ChannelGroup
 
- 
Writes the specified 
message with the specified
 
remoteAddress to all 
Channels in this group.
 
 
- write(Object) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
-  
 
- write(Object, SocketAddress) - 类 中的方法org.jboss.netty.channel.group.DefaultChannelGroup
 
-  
 
- write(Object, SocketAddress) - 类 中的方法org.jboss.netty.channel.socket.nio.NioDatagramChannel
 
-  
 
- write(Object, SocketAddress) - 类 中的方法org.jboss.netty.channel.socket.nio.NioSocketChannel
 
-  
 
- 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
 
-  
 
- write0(AbstractNioChannel<?>) - 类 中的方法org.jboss.netty.channel.socket.nio.NioDatagramWorker
 
-  
 
- 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
 
- 
Sets the specified byte at the current writerIndex
 and increases the writerIndex by 1 in this buffer.
 
- 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
 
- 
Transfers the specified source buffer's data to this buffer starting at
 the current writerIndex until the source buffer becomes
 unreadable, and increases the writerIndex by the number of
 the transferred bytes.
 
- writeBytes(ChannelBuffer, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Transfers the specified source buffer's data to this buffer starting at
 the current writerIndex and increases the writerIndex
 by the number of the transferred bytes (= length).
 
- writeBytes(ChannelBuffer, int, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Transfers the specified source buffer's data to this buffer starting at
 the current writerIndex and increases the writerIndex
 by the number of the transferred bytes (= length).
 
- writeBytes(byte[]) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Transfers the specified source array's data to this buffer starting at
 the current writerIndex and increases the writerIndex
 by the number of the transferred bytes (= src.length).
 
- writeBytes(byte[], int, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Transfers the specified source array's data to this buffer starting at
 the current writerIndex and increases the writerIndex
 by the number of the transferred bytes (= length).
 
- writeBytes(ByteBuffer) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Transfers the specified source buffer's data to this buffer starting at
 the current writerIndex until the source buffer's position
 reaches its limit, and increases the writerIndex by the
 number of the transferred bytes.
 
- writeBytes(InputStream, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Transfers the content of the specified stream to this buffer
 starting at the current writerIndex and increases the
 writerIndex by the number of the transferred bytes.
 
- writeBytes(ScatteringByteChannel, int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Transfers the content of the specified channel to this buffer
 starting at the current writerIndex and increases the
 writerIndex by the number of the transferred bytes.
 
- 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(byte[], int, int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
-  
 
- writeBytes(ChannelBuffer, int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
-  
 
- writeBytes(ChannelBuffer, int, int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
-  
 
- writeBytes(ByteBuffer) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
-  
 
- writeBytes(InputStream, int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
-  
 
- writeBytes(ScatteringByteChannel, int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
-  
 
- writeBytes(String) - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
-  
 
- writeChar(int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
-  
 
- writeChar(int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Sets the specified 2-byte UTF-16 character at the current
 writerIndex and increases the writerIndex by 2
 in this buffer.
 
- 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
 
-  
 
- writeChunk(ChannelHandlerContext, ChannelFuture, int, HttpChunk, SocketAddress) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder
 
- 
Writes an HTTP chunk downstream as one or more SPDY frames.
 
- writeComplete(ChannelHandlerContext, WriteCompletionEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
 
- 
Invoked when something was written into a 
Channel.
 
 
- writeComplete(ChannelHandlerContext, WriteCompletionEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelUpstreamHandler
 
- 
Invoked when something was written into a 
Channel.
 
 
- writeComplete(ChannelHandlerContext, WriteCompletionEvent) - 类 中的方法org.jboss.netty.example.discard.DiscardClientHandler
 
-  
 
- writeComplete(ChannelHandlerContext, WriteCompletionEvent) - 类 中的方法org.jboss.netty.handler.timeout.IdleStateHandler
 
-  
 
- WriteCompletionEvent - org.jboss.netty.channel中的接口
 
- 
A 
ChannelEvent which represents the notification of the completion
 of a write request on a 
Channel.
 
 
- writeDouble(double) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
-  
 
- writeDouble(double) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Sets the specified 64-bit floating point number at the current
 writerIndex and increases the writerIndex by 8
 in this buffer.
 
- 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
 
- 
Sets the specified 32-bit floating point number at the current
 writerIndex and increases the writerIndex by 4
 in this buffer.
 
- writeFloat(float) - 类 中的方法org.jboss.netty.buffer.ChannelBufferOutputStream
 
-  
 
- writeFloat(float) - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
-  
 
- writeFromUserCode(AbstractNioChannel<?>) - 类 中的方法org.jboss.netty.channel.socket.nio.NioDatagramWorker
 
-  
 
- writeHandshakeResponse(Channel, HttpResponse, ChannelHandler, ChannelHandler) - 类 中的方法org.jboss.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
- 
Upgrades the connection and send the handshake response.
 
- writeInt(int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
-  
 
- writeInt(int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Sets the specified 32-bit integer at the current writerIndex
 and increases the writerIndex by 4 in this buffer.
 
- 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
 
- 
Sets the specified 64-bit long integer at the current
 writerIndex and increases the writerIndex by 8
 in this buffer.
 
- 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
 
- 
Sets the specified 24-bit medium integer at the current
 writerIndex and increases the writerIndex by 3
 in this buffer.
 
- writeMedium(int) - 类 中的方法org.jboss.netty.buffer.DynamicChannelBuffer
 
-  
 
- writeObject(Object) - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
-  
 
- writeReplace() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
 
-  
 
- writeReplace() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
 
-  
 
- writeReplace() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Location
 
-  
 
- writeReplace() - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
 
-  
 
- writeRequested(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelDownstreamHandler
 
- 
 
- writeRequested(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.channel.SimpleChannelHandler
 
- 
 
- writeRequested(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.codec.http.HttpContentEncoder
 
-  
 
- writeRequested(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
-  
 
- writeRequested(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.queue.BufferedWriteHandler
 
- 
 
- writeRequested(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.timeout.WriteTimeoutHandler
 
-  
 
- writeRequested(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler
 
-  
 
- writeRequested(ChannelHandlerContext, MessageEvent) - 类 中的方法org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
-  
 
- writerIndex() - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
-  
 
- writerIndex(int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
-  
 
- writerIndex() - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Returns the writerIndex of this buffer.
 
- writerIndex(int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Sets the writerIndex of this buffer.
 
- writerIndex(int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
-  
 
- writeShort(int) - 类 中的方法org.jboss.netty.buffer.AbstractChannelBuffer
 
-  
 
- writeShort(int) - 接口 中的方法org.jboss.netty.buffer.ChannelBuffer
 
- 
Sets the specified 16-bit short integer at the current
 writerIndex and increases the writerIndex by 2
 in this buffer.
 
- writeShort(int) - 类 中的方法org.jboss.netty.buffer.ChannelBufferOutputStream
 
-  
 
- writeShort(int) - 类 中的方法org.jboss.netty.buffer.DynamicChannelBuffer
 
-  
 
- writeShort(int) - 类 中的方法org.jboss.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
-  
 
- writeTimedOut(ChannelHandlerContext) - 类 中的方法org.jboss.netty.handler.timeout.WriteTimeoutHandler
 
-  
 
- WriteTimeoutException - org.jboss.netty.handler.timeout中的异常错误
 
- 
 
- WriteTimeoutException() - 异常错误 的构造器org.jboss.netty.handler.timeout.WriteTimeoutException
 
- 
Creates a new instance.
 
- WriteTimeoutException(String, Throwable) - 异常错误 的构造器org.jboss.netty.handler.timeout.WriteTimeoutException
 
- 
Creates a new instance.
 
- WriteTimeoutException(String) - 异常错误 的构造器org.jboss.netty.handler.timeout.WriteTimeoutException
 
- 
Creates a new instance.
 
- WriteTimeoutException(Throwable) - 异常错误 的构造器org.jboss.netty.handler.timeout.WriteTimeoutException
 
- 
Creates a new instance.
 
- WriteTimeoutHandler - org.jboss.netty.handler.timeout中的类
 
- 
 
- WriteTimeoutHandler(Timer, int) - 类 的构造器org.jboss.netty.handler.timeout.WriteTimeoutHandler
 
- 
Creates a new instance.
 
- WriteTimeoutHandler(Timer, long, TimeUnit) - 类 的构造器org.jboss.netty.handler.timeout.WriteTimeoutHandler
 
- 
Creates a new instance.
 
- writeTimeToWait(long, long, long) - 类 中的方法org.jboss.netty.handler.traffic.TrafficCounter
 
- 
已过时。
 
- writeTimeToWait(long, long, long, long) - 类 中的方法org.jboss.netty.handler.traffic.TrafficCounter
 
- 
Returns the time to wait (if any) for the given length message, using the given limitTraffic and
 the max wait time.
 
- writeTo(com.google.protobuf.CodedOutputStream) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTime
 
-  
 
- writeTo(com.google.protobuf.CodedOutputStream) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.LocalTimes
 
-  
 
- writeTo(com.google.protobuf.CodedOutputStream) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Location
 
-  
 
- writeTo(com.google.protobuf.CodedOutputStream) - 类 中的方法org.jboss.netty.example.localtime.LocalTimeProtocol.Locations
 
-  
 
- 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
 
- 
Fills this buffer with NUL (0x00) starting at the current
 writerIndex and increases the writerIndex by the
 specified length.
 
- writeZero(int) - 类 中的方法org.jboss.netty.buffer.DynamicChannelBuffer
 
-  
 
- writeZero(int) - 类 中的方法org.jboss.netty.buffer.EmptyChannelBuffer
 
-  
 
- writtenBytes() - 类 中的方法org.jboss.netty.buffer.ChannelBufferOutputStream
 
- 
Returns the number of written bytes by this stream so far.
 
- WWW_AUTHENTICATE - 类 中的静态变量org.jboss.netty.handler.codec.http.HttpHeaders.Names
 
- 
"WWW-Authenticate"
 
- WWW_AUTHENTICATE - 类 中的静态变量org.jboss.netty.handler.codec.rtsp.RtspHeaders.Names
 
- 
"WWW-Authenticate"