- WAIT_TIME - 类 中的静态变量io.netty.channel.rxtx.RxtxChannelOption
- 
已过时。 
- wakesUpForTask(Runnable) - 类 中的方法io.netty.channel.SingleThreadEventLoop
-  
- wakesUpForTask(Runnable) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
-  
- wakeup(boolean) - 类 中的方法io.netty.channel.nio.NioEventLoop
-  
- wakeup(boolean) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
-  
- warn(String) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
- 
Log a message at the WARN level. 
- warn(String, Object) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
- 
Log a message at the WARN level according to the specified format
 and argument. 
- warn(String, Object...) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
- 
Log a message at the WARN level according to the specified format
 and arguments. 
- warn(String, Object, Object) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
- 
Log a message at the WARN level according to the specified format
 and arguments. 
- warn(String, Throwable) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
- 
Log an exception (throwable) at the WARN level with an
 accompanying message. 
- WARNING - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
- 
"Warning"
 
- watch(Thread, Runnable) - 类 中的静态方法io.netty.util.ThreadDeathWatcher
- 
已过时。 Schedules the specified taskto run when the specifiedthreaddies.
 
- weakCachingConcurrentResolver(ClassLoader) - 类 中的静态方法io.netty.handler.codec.serialization.ClassResolvers
- 
non-agressive concurrent cache
 good for shared cache, when we're worried about class unloading 
- weakCachingResolver(ClassLoader) - 类 中的静态方法io.netty.handler.codec.serialization.ClassResolvers
- 
non-agressive non-concurrent cache
 good for non-shared default cache 
- WEBSOCKET - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
- 
"WebSocket"
 
- WebSocket00FrameDecoder - io.netty.handler.codec.http.websocketx中的类
- 
- WebSocket00FrameDecoder() - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
-  
- WebSocket00FrameDecoder(int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
- 
Creates a new instance of WebSocketFrameDecoderwith the specifiedmaxFrameSize.
 
- WebSocket00FrameEncoder - io.netty.handler.codec.http.websocketx中的类
- 
- WebSocket00FrameEncoder() - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
-  
- WebSocket07FrameDecoder - io.netty.handler.codec.http.websocketx中的类
- 
Decodes a web socket frame from wire protocol version 7 format. 
- WebSocket07FrameDecoder(boolean, boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
- 
Constructor 
- WebSocket07FrameEncoder - io.netty.handler.codec.http.websocketx中的类
- 
 Encodes a web socket frame into wire protocol version 7 format. 
- WebSocket07FrameEncoder(boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket07FrameEncoder
- 
Constructor 
- WebSocket08FrameDecoder - io.netty.handler.codec.http.websocketx中的类
- 
Decodes a web socket frame from wire protocol version 8 format. 
- WebSocket08FrameDecoder(boolean, boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- 
Constructor 
- WebSocket08FrameEncoder - io.netty.handler.codec.http.websocketx中的类
- 
 Encodes a web socket frame into wire protocol version 8 format. 
- WebSocket08FrameEncoder(boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
- 
Constructor 
- WebSocket13FrameDecoder - io.netty.handler.codec.http.websocketx中的类
- 
Decodes a web socket frame from wire protocol version 13 format. 
- WebSocket13FrameDecoder(boolean, boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
- 
Constructor 
- WebSocket13FrameEncoder - io.netty.handler.codec.http.websocketx中的类
- 
 Encodes a web socket frame into wire protocol version 13 format. 
- WebSocket13FrameEncoder(boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket13FrameEncoder
- 
Constructor 
- WEBSOCKET_07_ACCEPT_GUID - 类 中的静态变量io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-  
- WEBSOCKET_08_ACCEPT_GUID - 类 中的静态变量io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
-  
- WEBSOCKET_13_ACCEPT_GUID - 类 中的静态变量io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-  
- WEBSOCKET_LOCATION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
- 
"WebSocket-Location"
 
- WEBSOCKET_ORIGIN - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
- 
"WebSocket-Origin"
 
- WEBSOCKET_PROTOCOL - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
- 
"WebSocket-Protocol"
 
- WebSocketChunkedInput - io.netty.handler.codec.http.websocketx中的类
- 
A  ChunkedInput that fetches data chunk by chunk for use with WebSocket chunked transfers. 
- WebSocketChunkedInput(ChunkedInput<ByteBuf>) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
- 
Creates a new instance using the specified input. 
- WebSocketChunkedInput(ChunkedInput<ByteBuf>, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
- 
Creates a new instance using the specified input. 
- WebSocketClient - io.netty.example.http.websocketx.client中的类
- 
This is an example of a WebSocket client. 
- WebSocketClient() - 类 的构造器io.netty.example.http.websocketx.client.WebSocketClient
-  
- WebSocketClientHandler - io.netty.example.http.websocketx.client中的类
-  
- WebSocketClientHandler(WebSocketClientHandshaker) - 类 的构造器io.netty.example.http.websocketx.client.WebSocketClientHandler
-  
- WebSocketClientHandshaker - io.netty.handler.codec.http.websocketx中的类
- 
Base class for web socket client handshake implementations 
- WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- 
Base constructor 
- WebSocketClientHandshaker00 - io.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, HttpHeaders, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
- 
Constructor specifying the destination web socket location and version to initiate 
- WebSocketClientHandshaker07 - io.netty.handler.codec.http.websocketx中的类
- 
- WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
- 
Creates a new instance. 
- WebSocketClientHandshaker08 - io.netty.handler.codec.http.websocketx中的类
- 
- WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
- 
Creates a new instance. 
- WebSocketClientHandshaker13 - io.netty.handler.codec.http.websocketx中的类
- 
- WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
- 
Creates a new instance. 
- WebSocketClientHandshakerFactory - io.netty.handler.codec.http.websocketx中的类
- 
- WebSocketClientProtocolHandler - io.netty.handler.codec.http.websocketx中的类
- 
This handler does all the heavy lifting for you to run a websocket client. 
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
- 
Base constructor 
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
- 
Base constructor 
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
- 
Base constructor 
- WebSocketClientProtocolHandler(WebSocketClientHandshaker) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
- 
Base constructor 
- WebSocketClientProtocolHandler.ClientHandshakeStateEvent - io.netty.handler.codec.http.websocketx中的枚举
- 
Events that are fired to notify about handshake status 
- WebSocketFrame - io.netty.handler.codec.http.websocketx中的类
- 
Base class for web socket frames 
- WebSocketFrame(ByteBuf) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketFrame
-  
- WebSocketFrame(boolean, int, ByteBuf) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketFrame
-  
- WebSocketFrameAggregator - io.netty.handler.codec.http.websocketx中的类
- 
Handler that aggregate fragmented WebSocketFrame's. 
- WebSocketFrameAggregator(int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- 
Construct a new instance 
- WebSocketFrameDecoder - io.netty.handler.codec.http.websocketx中的接口
- 
Marker interface which all WebSocketFrame decoders need to implement. 
- WebSocketFrameEncoder - io.netty.handler.codec.http.websocketx中的接口
- 
Marker interface which all WebSocketFrame encoders need to implement. 
- WebSocketFrameHandler - io.netty.example.http.websocketx.server中的类
- 
Echoes uppercase content of text frames. 
- WebSocketFrameHandler() - 类 的构造器io.netty.example.http.websocketx.server.WebSocketFrameHandler
-  
- WebSocketHandshakeException - io.netty.handler.codec.http.websocketx中的异常错误
- 
Exception during handshaking process 
- WebSocketHandshakeException(String) - 异常错误 的构造器io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
-  
- WebSocketHandshakeException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
-  
- WebSocketIndexPageHandler - io.netty.example.http.websocketx.server中的类
- 
Outputs index page content. 
- WebSocketIndexPageHandler(String) - 类 的构造器io.netty.example.http.websocketx.server.WebSocketIndexPageHandler
-  
- WebSocketServer - io.netty.example.http.websocketx.benchmarkserver中的类
- 
A Benchmark application for websocket which is served at:
 http://localhost:8080/websocket
 Open your browser at http://localhost:8080/, then the benchmark page will be loaded and a Web Socket connection will
 be made automatically. 
- WebSocketServer() - 类 的构造器io.netty.example.http.websocketx.benchmarkserver.WebSocketServer
-  
- WebSocketServer - io.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() - 类 的构造器io.netty.example.http.websocketx.server.WebSocketServer
-  
- WebSocketServerBenchmarkPage - io.netty.example.http.websocketx.benchmarkserver中的类
- 
Generates the benchmark HTML page which is served at http://localhost:8080/ 
- WebSocketServerHandler - io.netty.example.http.websocketx.benchmarkserver中的类
- 
Handles handshakes and messages 
- WebSocketServerHandler() - 类 的构造器io.netty.example.http.websocketx.benchmarkserver.WebSocketServerHandler
-  
- WebSocketServerHandshaker - io.netty.handler.codec.http.websocketx中的类
- 
Base class for server side web socket opening and closing handshakes 
- WebSocketServerHandshaker(WebSocketVersion, String, String, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
- 
Constructor specifying the destination web socket location 
- WebSocketServerHandshaker00 - io.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, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
- 
Constructor specifying the destination web socket location 
- WebSocketServerHandshaker07 - io.netty.handler.codec.http.websocketx中的类
- 
- WebSocketServerHandshaker07(String, String, boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
- 
Constructor specifying the destination web socket location 
- WebSocketServerHandshaker08 - io.netty.handler.codec.http.websocketx中的类
- 
- WebSocketServerHandshaker08(String, String, boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
- 
Constructor specifying the destination web socket location 
- WebSocketServerHandshaker13 - io.netty.handler.codec.http.websocketx中的类
- 
- WebSocketServerHandshaker13(String, String, boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
- 
Constructor specifying the destination web socket location 
- WebSocketServerHandshakerFactory - io.netty.handler.codec.http.websocketx中的类
- 
- WebSocketServerHandshakerFactory(String, String, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
- 
Constructor specifying the destination web socket location 
- WebSocketServerHandshakerFactory(String, String, boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
- 
Constructor specifying the destination web socket location 
- WebSocketServerIndexPage - io.netty.example.http.websocketx.server中的类
- 
Generates the demo HTML page which is served at http://localhost:8080/ 
- WebSocketServerInitializer - io.netty.example.http.websocketx.benchmarkserver中的类
-  
- WebSocketServerInitializer(SslContext) - 类 的构造器io.netty.example.http.websocketx.benchmarkserver.WebSocketServerInitializer
-  
- WebSocketServerInitializer - io.netty.example.http.websocketx.server中的类
-  
- WebSocketServerInitializer(SslContext) - 类 的构造器io.netty.example.http.websocketx.server.WebSocketServerInitializer
-  
- WebSocketServerProtocolHandler - io.netty.handler.codec.http.websocketx中的类
- 
This handler does all the heavy lifting for you to run a websocket server. 
- WebSocketServerProtocolHandler(String) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-  
- WebSocketServerProtocolHandler(String, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-  
- WebSocketServerProtocolHandler(String, String) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-  
- WebSocketServerProtocolHandler(String, String, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-  
- WebSocketServerProtocolHandler(String, String, boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-  
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-  
- WebSocketServerProtocolHandler.ServerHandshakeStateEvent - io.netty.handler.codec.http.websocketx中的枚举
- 
Events that are fired to notify about handshake status 
- WebSocketVersion - io.netty.handler.codec.http.websocketx中的枚举
- 
 Versions of the web socket specification. 
- WEDNESDAY_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.DayOfWeek
- 
WEDNESDAY = 4;
 
- willCleanupFastThreadLocals() - 类 中的方法io.netty.util.concurrent.FastThreadLocalThread
- 
- willCleanupFastThreadLocals(Thread) - 类 中的静态方法io.netty.util.concurrent.FastThreadLocalThread
- 
- withAnyOrigin() - 类 中的静态方法io.netty.handler.codec.http.cors.CorsConfig
- 
Creates a Builder instance with it's origin set to '*'. 
- withOrigin(String) - 类 中的静态方法io.netty.handler.codec.http.cors.CorsConfig
- 
- withOrigins(String...) - 类 中的静态方法io.netty.handler.codec.http.cors.CorsConfig
- 
- WORKER_STATE_INIT - 类 中的静态变量io.netty.util.HashedWheelTimer
-  
- WORKER_STATE_SHUTDOWN - 类 中的静态变量io.netty.util.HashedWheelTimer
-  
- WORKER_STATE_STARTED - 类 中的静态变量io.netty.util.HashedWheelTimer
-  
- WorldClockClient - io.netty.example.worldclock中的类
- 
Sends a list of continent/city pairs to a  WorldClockServer to
 get the local times of the specified cities. 
- WorldClockClient() - 类 的构造器io.netty.example.worldclock.WorldClockClient
-  
- WorldClockClientHandler - io.netty.example.worldclock中的类
-  
- WorldClockClientHandler() - 类 的构造器io.netty.example.worldclock.WorldClockClientHandler
-  
- WorldClockClientInitializer - io.netty.example.worldclock中的类
-  
- WorldClockClientInitializer(SslContext) - 类 的构造器io.netty.example.worldclock.WorldClockClientInitializer
-  
- WorldClockProtocol - io.netty.example.worldclock中的类
-  
- WorldClockProtocol.Continent - io.netty.example.worldclock中的枚举
- 
Protobuf enum io.netty.example.worldclock.Continent
 
- WorldClockProtocol.DayOfWeek - io.netty.example.worldclock中的枚举
- 
Protobuf enum io.netty.example.worldclock.DayOfWeek
 
- WorldClockProtocol.LocalTime - io.netty.example.worldclock中的类
- 
Protobuf type io.netty.example.worldclock.LocalTime
 
- WorldClockProtocol.LocalTime.Builder - io.netty.example.worldclock中的类
- 
Protobuf type io.netty.example.worldclock.LocalTime
 
- WorldClockProtocol.LocalTimeOrBuilder - io.netty.example.worldclock中的接口
-  
- WorldClockProtocol.LocalTimes - io.netty.example.worldclock中的类
- 
Protobuf type io.netty.example.worldclock.LocalTimes
 
- WorldClockProtocol.LocalTimes.Builder - io.netty.example.worldclock中的类
- 
Protobuf type io.netty.example.worldclock.LocalTimes
 
- WorldClockProtocol.LocalTimesOrBuilder - io.netty.example.worldclock中的接口
-  
- WorldClockProtocol.Location - io.netty.example.worldclock中的类
- 
Protobuf type io.netty.example.worldclock.Location
 
- WorldClockProtocol.Location.Builder - io.netty.example.worldclock中的类
- 
Protobuf type io.netty.example.worldclock.Location
 
- WorldClockProtocol.LocationOrBuilder - io.netty.example.worldclock中的接口
-  
- WorldClockProtocol.Locations - io.netty.example.worldclock中的类
- 
Protobuf type io.netty.example.worldclock.Locations
 
- WorldClockProtocol.Locations.Builder - io.netty.example.worldclock中的类
- 
Protobuf type io.netty.example.worldclock.Locations
 
- WorldClockProtocol.LocationsOrBuilder - io.netty.example.worldclock中的接口
-  
- WorldClockServer - io.netty.example.worldclock中的类
- 
Receives a list of continent/city pairs from a  WorldClockClient to
 get the local times of the specified cities. 
- WorldClockServer() - 类 的构造器io.netty.example.worldclock.WorldClockServer
-  
- WorldClockServerHandler - io.netty.example.worldclock中的类
-  
- WorldClockServerHandler() - 类 的构造器io.netty.example.worldclock.WorldClockServerHandler
-  
- WorldClockServerInitializer - io.netty.example.worldclock中的类
-  
- WorldClockServerInitializer(SslContext) - 类 的构造器io.netty.example.worldclock.WorldClockServerInitializer
-  
- wrap() - 接口 中的方法io.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() - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
-  
- wrap(ByteBuffer[], int, int, ByteBuffer) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-  
- wrap(ByteBuffer, ByteBuffer) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-  
- wrappedBuffer(byte[]) - 类 中的静态方法io.netty.buffer.Unpooled
- 
Creates a new big-endian buffer which wraps the specified array.
 
- wrappedBuffer(byte[], int, int) - 类 中的静态方法io.netty.buffer.Unpooled
- 
Creates a new big-endian buffer which wraps the sub-region of the
 specified array.
 
- wrappedBuffer(ByteBuffer) - 类 中的静态方法io.netty.buffer.Unpooled
- 
Creates a new buffer which wraps the specified NIO buffer's current
 slice. 
- wrappedBuffer(long, int, boolean) - 类 中的静态方法io.netty.buffer.Unpooled
- 
Creates a new buffer which wraps the specified memory address. 
- wrappedBuffer(ByteBuf) - 类 中的静态方法io.netty.buffer.Unpooled
- 
Creates a new buffer which wraps the specified buffer's readable bytes. 
- wrappedBuffer(byte[]...) - 类 中的静态方法io.netty.buffer.Unpooled
- 
Creates a new big-endian composite buffer which wraps the specified
 arrays without copying them. 
- wrappedBuffer(ByteBuf...) - 类 中的静态方法io.netty.buffer.Unpooled
- 
Creates a new big-endian composite buffer which wraps the readable bytes of the
 specified buffers without copying them. 
- wrappedBuffer(ByteBuffer...) - 类 中的静态方法io.netty.buffer.Unpooled
- 
Creates a new big-endian composite buffer which wraps the slices of the specified
 NIO buffers without copying them. 
- wrappedBuffer(int, byte[]...) - 类 中的静态方法io.netty.buffer.Unpooled
- 
Creates a new big-endian composite buffer which wraps the specified
 arrays without copying them. 
- wrappedBuffer(int, ByteBuf...) - 类 中的静态方法io.netty.buffer.Unpooled
- 
Creates a new big-endian composite buffer which wraps the readable bytes of the
 specified buffers without copying them. 
- wrappedBuffer(int, ByteBuffer...) - 类 中的静态方法io.netty.buffer.Unpooled
- 
Creates a new big-endian composite buffer which wraps the slices of the specified
 NIO buffers without copying them. 
- wrapperFactory() - 接口 中的方法io.netty.handler.ssl.JdkApplicationProtocolNegotiator
- 
已过时。 
- wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - 类 中的方法io.netty.handler.ssl.JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
- 
已过时。 
- wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - 接口 中的方法io.netty.handler.ssl.JdkApplicationProtocolNegotiator.SslEngineWrapperFactory
- 
已过时。 Abstract factory pattern for wrapping an SSLEngineobject.
 
- writableBytes() - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writableBytes() - 类 中的方法io.netty.buffer.ByteBuf
- 
Returns the number of writable bytes which is equal to
 (this.capacity - this.writerIndex).
 
- writableBytes() - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writableBytes() - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- write(byte[], int, int) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- write(byte[]) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- write(int) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- write(Object, ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
-  
- write(Object) - 类 中的方法io.netty.channel.AbstractChannel
-  
- write(Object, ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel
-  
- write(Object, ChannelPromise) - 接口 中的方法io.netty.channel.Channel.Unsafe
- 
Schedules a write operation. 
- write(Object) - 接口 中的方法io.netty.channel.Channel
- 
- write(Object, ChannelPromise) - 接口 中的方法io.netty.channel.Channel
- 
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.channel.ChannelDuplexHandler
- 
- write(Object) - 接口 中的方法io.netty.channel.ChannelHandlerContext
- 
- write(Object, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelHandlerContext
- 
- write(ChannelHandlerContext, Object, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelOutboundHandler
- 
Called once a write operation is made. 
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.channel.ChannelOutboundHandlerAdapter
- 
- write(Object) - 接口 中的方法io.netty.channel.ChannelPipeline
- 
- write(Object, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelPipeline
- 
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
-  
- write(Object) - 类 中的方法io.netty.channel.DefaultChannelPipeline
-  
- write(Object, ChannelPromise) - 类 中的方法io.netty.channel.DefaultChannelPipeline
-  
- write(Object) - 接口 中的方法io.netty.channel.group.ChannelGroup
- 
Writes the specified  message to all  Channels in this
 group. 
- write(Object, ChannelMatcher) - 接口 中的方法io.netty.channel.group.ChannelGroup
- 
- write(Object) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
-  
- write(Object, ChannelMatcher) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
-  
- write(ByteBuffer, int, int) - 类 中的方法io.netty.channel.unix.FileDescriptor
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.example.spdy.client.SpdyClientStreamIdHandler
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.example.spdy.client.SpdyFrameLogger
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.ByteToMessageCodec
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.cors.CorsHandler
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.HttpServerKeepAliveHandler
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.MessageToByteEncoder
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.MessageToMessageCodec
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.MessageToMessageEncoder
-  
- write(int) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- write(byte[], int, int) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- write(byte[]) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.spdy.SpdyFrameCodec
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.spdy.SpdySessionHandler
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.logging.LoggingHandler
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.ssl.SslHandler
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.stream.ChunkedWriteHandler
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.timeout.IdleStateHandler
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.timeout.WriteTimeoutHandler
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
-  
- write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-  
- WRITE_BUFFER_HIGH_WATER_MARK - 类 中的静态变量io.netty.channel.ChannelOption
-  
- WRITE_BUFFER_LOW_WATER_MARK - 类 中的静态变量io.netty.channel.ChannelOption
-  
- WRITE_SPIN_COUNT - 类 中的静态变量io.netty.channel.ChannelOption
-  
- writeAddress(long, int, int) - 类 中的方法io.netty.channel.unix.FileDescriptor
-  
- writeAndFlush(Object) - 类 中的方法io.netty.channel.AbstractChannel
-  
- writeAndFlush(Object, ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel
-  
- writeAndFlush(Object, ChannelPromise) - 接口 中的方法io.netty.channel.Channel
- 
- writeAndFlush(Object) - 接口 中的方法io.netty.channel.Channel
- 
- writeAndFlush(Object, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelHandlerContext
- 
- writeAndFlush(Object) - 接口 中的方法io.netty.channel.ChannelHandlerContext
- 
- writeAndFlush(Object, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelPipeline
- 
- writeAndFlush(Object) - 接口 中的方法io.netty.channel.ChannelPipeline
- 
- writeAndFlush(Object, ChannelPromise) - 类 中的方法io.netty.channel.DefaultChannelPipeline
-  
- writeAndFlush(Object) - 类 中的方法io.netty.channel.DefaultChannelPipeline
-  
- writeAndFlush(Object) - 接口 中的方法io.netty.channel.group.ChannelGroup
- 
- writeAndFlush(Object, ChannelMatcher) - 接口 中的方法io.netty.channel.group.ChannelGroup
- 
- writeAndFlush(Object) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
-  
- writeAndFlush(Object, ChannelMatcher) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
-  
- writeAscii(ByteBufAllocator, CharSequence) - 类 中的静态方法io.netty.buffer.ByteBufUtil
- 
Encode a  CharSequence in  ASCII and write
 it to a  ByteBuf allocated with  alloc. 
- writeAscii(ByteBuf, CharSequence) - 类 中的静态方法io.netty.buffer.ByteBufUtil
- 
- writeBoolean(boolean) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeBoolean(boolean) - 类 中的方法io.netty.buffer.ByteBuf
- 
Sets the specified boolean at the current writerIndexand increases thewriterIndexby1in this buffer.
 
- writeBoolean(boolean) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- writeBoolean(boolean) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeBoolean(boolean) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeBoolean(boolean) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeBoolean(boolean) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- writeByte(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeByte(int) - 类 中的方法io.netty.buffer.ByteBuf
- 
Sets the specified byte at the current writerIndexand increases thewriterIndexby1in this buffer.
 
- writeByte(int) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- writeByte(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeByte(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeByte(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeByte(int) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- writeBytes(byte[], int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeBytes(byte[]) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeBytes(ByteBuf) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeBytes(ByteBuf, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeBytes(ByteBuf, int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeBytes(ByteBuffer) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeBytes(InputStream, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeBytes(ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeBytes(ByteBuf) - 类 中的方法io.netty.buffer.ByteBuf
- 
Transfers the specified source buffer's data to this buffer starting at
 the current writerIndexuntil the source buffer becomes
 unreadable, and increases thewriterIndexby the number of
 the transferred bytes.
 
- writeBytes(ByteBuf, int) - 类 中的方法io.netty.buffer.ByteBuf
- 
Transfers the specified source buffer's data to this buffer starting at
 the current writerIndexand increases thewriterIndexby the number of the transferred bytes (=length).
 
- writeBytes(ByteBuf, int, int) - 类 中的方法io.netty.buffer.ByteBuf
- 
Transfers the specified source buffer's data to this buffer starting at
 the current writerIndexand increases thewriterIndexby the number of the transferred bytes (=length).
 
- writeBytes(byte[]) - 类 中的方法io.netty.buffer.ByteBuf
- 
Transfers the specified source array's data to this buffer starting at
 the current writerIndexand increases thewriterIndexby the number of the transferred bytes (=src.length).
 
- writeBytes(byte[], int, int) - 类 中的方法io.netty.buffer.ByteBuf
- 
Transfers the specified source array's data to this buffer starting at
 the current writerIndexand increases thewriterIndexby the number of the transferred bytes (=length).
 
- writeBytes(ByteBuffer) - 类 中的方法io.netty.buffer.ByteBuf
- 
Transfers the specified source buffer's data to this buffer starting at
 the current writerIndexuntil the source buffer's position
 reaches its limit, and increases thewriterIndexby the
 number of the transferred bytes.
 
- writeBytes(InputStream, int) - 类 中的方法io.netty.buffer.ByteBuf
- 
Transfers the content of the specified stream to this buffer
 starting at the current writerIndexand increases thewriterIndexby the number of the transferred bytes.
 
- writeBytes(ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.ByteBuf
- 
Transfers the content of the specified channel to this buffer
 starting at the current writerIndexand increases thewriterIndexby the number of the transferred bytes.
 
- writeBytes(String) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- writeBytes(ByteBuf) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeBytes(ByteBuf, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeBytes(ByteBuf, int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeBytes(byte[]) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeBytes(byte[], int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeBytes(ByteBuffer) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeBytes(ByteBuf) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeBytes(ByteBuf, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeBytes(ByteBuf, int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeBytes(byte[]) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeBytes(byte[], int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeBytes(ByteBuffer) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeBytes(InputStream, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeBytes(ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeBytes(ByteBuf) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeBytes(ByteBuf, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeBytes(ByteBuf, int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeBytes(byte[]) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeBytes(byte[], int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeBytes(ByteBuffer) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeBytes(InputStream, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeBytes(ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeBytes(String) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- writeChar(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeChar(int) - 类 中的方法io.netty.buffer.ByteBuf
- 
Sets the specified 2-byte UTF-16 character at the current
 writerIndexand increases thewriterIndexby2in this buffer.
 
- writeChar(int) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- writeChar(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeChar(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeChar(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeChar(int) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- writeChars(String) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- writeChars(String) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- writeCounter() - 类 中的方法io.netty.channel.ChannelFlushPromiseNotifier
- 
- writeDouble(double) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeDouble(double) - 类 中的方法io.netty.buffer.ByteBuf
- 
Sets the specified 64-bit floating point number at the current
 writerIndexand increases thewriterIndexby8in this buffer.
 
- writeDouble(double) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- writeDouble(double) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeDouble(double) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeDouble(double) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeDouble(double) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- writeFloat(float) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeFloat(float) - 类 中的方法io.netty.buffer.ByteBuf
- 
Sets the specified 32-bit floating point number at the current
 writerIndexand increases thewriterIndexby4in this buffer.
 
- writeFloat(float) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- writeFloat(float) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeFloat(float) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeFloat(float) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeFloat(float) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- writeInbound(Object...) - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
- 
Write messages to the inbound of this  Channel. 
- writeInt(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeInt(int) - 类 中的方法io.netty.buffer.ByteBuf
- 
Sets the specified 32-bit integer at the current writerIndexand increases thewriterIndexby4in this buffer.
 
- writeInt(int) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- writeInt(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeInt(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeInt(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeInt(int) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- writeLong(long) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeLong(long) - 类 中的方法io.netty.buffer.ByteBuf
- 
Sets the specified 64-bit long integer at the current
 writerIndexand increases thewriterIndexby8in this buffer.
 
- writeLong(long) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- writeLong(long) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeLong(long) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeLong(long) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeLong(long) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- writeMedium(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeMedium(int) - 类 中的方法io.netty.buffer.ByteBuf
- 
Sets the specified 24-bit medium integer at the current
 writerIndexand increases thewriterIndexby3in this buffer.
 
- writeMedium(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeMedium(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeMedium(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeObject(Object) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- writeOutbound(Object...) - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
- 
Write messages to the outbound of this  Channel. 
- WRITER_IDLE_STATE_EVENT - 类 中的静态变量io.netty.handler.timeout.IdleStateEvent
-  
- writeReplace() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
-  
- writeReplace() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
-  
- writeReplace() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
-  
- writeReplace() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
-  
- writerIndex() - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writerIndex(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writerIndex() - 类 中的方法io.netty.buffer.ByteBuf
- 
Returns the writerIndexof this buffer.
 
- writerIndex(int) - 类 中的方法io.netty.buffer.ByteBuf
- 
Sets the writerIndexof this buffer.
 
- writerIndex(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writerIndex() - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writerIndex(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writerIndex() - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writerIndex(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeShort(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeShort(int) - 类 中的方法io.netty.buffer.ByteBuf
- 
Sets the specified 16-bit short integer at the current
 writerIndexand increases thewriterIndexby2in this buffer.
 
- writeShort(int) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- writeShort(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeShort(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeShort(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeShort(int) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- writeTimedOut(ChannelHandlerContext) - 类 中的方法io.netty.handler.timeout.WriteTimeoutHandler
- 
Is called when a write timeout was detected 
- WriteTimeoutException - io.netty.handler.timeout中的异常错误
- 
- WriteTimeoutHandler - io.netty.handler.timeout中的类
- 
- WriteTimeoutHandler(int) - 类 的构造器io.netty.handler.timeout.WriteTimeoutHandler
- 
Creates a new instance. 
- WriteTimeoutHandler(long, TimeUnit) - 类 的构造器io.netty.handler.timeout.WriteTimeoutHandler
- 
Creates a new instance. 
- writeTimeToWait(long, long, long) - 类 中的方法io.netty.handler.traffic.TrafficCounter
- 
已过时。 
- writeTimeToWait(long, long, long, long) - 类 中的方法io.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) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime
-  
- writeTo(com.google.protobuf.CodedOutputStream) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes
-  
- writeTo(com.google.protobuf.CodedOutputStream) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location
-  
- writeTo(com.google.protobuf.CodedOutputStream) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations
-  
- writeToSSL(long, long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
- 
SSL_write 
- writeUTF(String) - 类 中的方法io.netty.buffer.ByteBufOutputStream
-  
- writeUTF(String) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-  
- writeUtf8(ByteBufAllocator, CharSequence) - 类 中的静态方法io.netty.buffer.ByteBufUtil
- 
Encode a  CharSequence in  UTF-8 and write
 it to a  ByteBuf allocated with  alloc. 
- writeUtf8(ByteBuf, CharSequence) - 类 中的静态方法io.netty.buffer.ByteBufUtil
- 
- writev(ByteBuffer[], int, int) - 类 中的方法io.netty.channel.unix.FileDescriptor
-  
- writevAddresses(long, int) - 类 中的方法io.netty.channel.unix.FileDescriptor
-  
- writeZero(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
-  
- writeZero(int) - 类 中的方法io.netty.buffer.ByteBuf
- 
Fills this buffer with NUL (0x00) starting at the current
 writerIndexand increases thewriterIndexby the
 specifiedlength.
 
- writeZero(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
-  
- writeZero(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
-  
- writeZero(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
-  
- writeZero(int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
-  
- writtenBytes() - 类 中的方法io.netty.buffer.ByteBufOutputStream
- 
Returns the number of written bytes by this stream so far. 
- WWW_AUTHENTICATE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
- 
"WWW-Authenticate"
 
- WWW_AUTHENTICATE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
- 
"WWW-Authenticate"