跳过导航链接
Netty 4.1.109.Final(2024/04/15)
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

W

WAIT_TIME - 类 中的静态变量io.netty.channel.rxtx.RxtxChannelOption
已过时。
 
wakesUpForTask(Runnable) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Can be overridden to control which tasks require waking the EventExecutor thread if it is waiting so that they can be run immediately.
wakeup(boolean) - 类 中的方法io.netty.channel.epoll.EpollEventLoop
 
wakeup(boolean) - 类 中的方法io.netty.channel.nio.NioEventLoop
 
wakeup(boolean) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
warn(Throwable) - 类 中的方法io.netty.util.internal.logging.AbstractInternalLogger
 
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.
warn(Throwable) - 接口 中的方法io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the WARN level.
WARNING - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"warning"
WARNING - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Warning"
watch(Thread, Runnable) - 类 中的静态方法io.netty.util.ThreadDeathWatcher
已过时。
Schedules the specified task to run when the specified thread dies.
weakCachingConcurrentResolver(ClassLoader) - 类 中的静态方法io.netty.handler.codec.serialization.ClassResolvers
已过时。
non-aggressive concurrent cache good for shared cache, when we're worried about class unloading
weakCachingResolver(ClassLoader) - 类 中的静态方法io.netty.handler.codec.serialization.ClassResolvers
已过时。
non-aggressive non-concurrent cache good for non-shared default cache
WEBSOCKET - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
已过时。
"WebSocket"
WEBSOCKET - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"websocket"
WebSocket00FrameDecoder - io.netty.handler.codec.http.websocketx中的类
Decodes ByteBufs into WebSocketFrames.
WebSocket00FrameDecoder() - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
WebSocket00FrameDecoder(int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
Creates a new instance of WebSocketFrameDecoder with the specified maxFrameSize.
WebSocket00FrameDecoder(WebSocketDecoderConfig) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
Creates a new instance of WebSocketFrameDecoder with the specified maxFrameSize.
WebSocket00FrameEncoder - io.netty.handler.codec.http.websocketx中的类
Encodes a WebSocketFrame into a ByteBuf.
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
WebSocket07FrameDecoder(boolean, boolean, int, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
Constructor
WebSocket07FrameDecoder(WebSocketDecoderConfig) - 类 的构造器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
WebSocket08FrameDecoder(boolean, boolean, int, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
Constructor
WebSocket08FrameDecoder(WebSocketDecoderConfig) - 类 的构造器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
WebSocket13FrameDecoder(boolean, boolean, int, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
Constructor
WebSocket13FrameDecoder(WebSocketDecoderConfig) - 类 的构造器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.HttpHeaderNames
"websocket-location"
WEBSOCKET_LOCATION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"WebSocket-Location"
WEBSOCKET_ORIGIN - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"websocket-origin"
WEBSOCKET_ORIGIN - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"WebSocket-Origin"
WEBSOCKET_PROTOCOL - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"websocket-protocol"
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
 
WebSocketClientCompressionHandler - io.netty.handler.codec.http.websocketx.extensions.compression中的类
Extends io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientExtensionHandler to handle the most common WebSocket Compression Extensions.
WebSocketClientExtension - io.netty.handler.codec.http.websocketx.extensions中的接口
Created once the handshake phase is done.
WebSocketClientExtensionHandler - io.netty.handler.codec.http.websocketx.extensions中的类
This handler negotiates and initializes the WebSocket Extensions.
WebSocketClientExtensionHandler(WebSocketClientExtensionHandshaker...) - 类 的构造器io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
Constructor
WebSocketClientExtensionHandshaker - io.netty.handler.codec.http.websocketx.extensions中的接口
Handshakes a client extension with the server.
WebSocketClientHandler - io.netty.example.http.websocketx.client中的类
 
WebSocketClientHandler(WebSocketClientHandshaker) - 类 的构造器io.netty.example.http.websocketx.client.WebSocketClientHandler
 
WebSocketClientHandshakeException - io.netty.handler.codec.http.websocketx中的异常错误
Client exception during handshaking process.
WebSocketClientHandshakeException(String) - 异常错误 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeException
 
WebSocketClientHandshakeException(String, HttpResponse) - 异常错误 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeException
 
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
WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Base constructor
WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int, long, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Base constructor
WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int, long, boolean, boolean) - 类 的构造器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
Creates a new instance with the specified destination WebSocket location and version to initiate.
WebSocketClientHandshaker00(URI, WebSocketVersion, String, HttpHeaders, int, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
Creates a new instance with the specified destination WebSocket location and version to initiate.
WebSocketClientHandshaker07 - io.netty.handler.codec.http.websocketx中的类
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
Creates a new instance.
WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
Creates a new instance.
WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
Creates a new instance.
WebSocketClientHandshaker08 - io.netty.handler.codec.http.websocketx中的类
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
Creates a new instance.
WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
Creates a new instance.
WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
Creates a new instance.
WebSocketClientHandshaker13 - io.netty.handler.codec.http.websocketx中的类
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 17
WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
Creates a new instance.
WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
Creates a new instance.
WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
Creates a new instance.
WebSocketClientHandshakerFactory - io.netty.handler.codec.http.websocketx中的类
Creates a new WebSocketClientHandshaker of desired protocol version.
WebSocketClientProtocolConfig - io.netty.handler.codec.http.websocketx中的类
WebSocket server configuration.
WebSocketClientProtocolConfig.Builder - 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(WebSocketClientProtocolConfig) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker, WebSocketClientProtocolConfig) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, boolean, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, long) - 类 的构造器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(URI, WebSocketVersion, String, boolean, HttpHeaders, int, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, boolean, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, boolean, long, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker, long) - 类 的构造器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
WebSocketCloseStatus - io.netty.handler.codec.http.websocketx中的类
WebSocket status codes specified in RFC-6455.
WebSocketCloseStatus(int, String) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
WebSocketCloseStatus(int, String, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
WebSocketDecoderConfig - io.netty.handler.codec.http.websocketx中的类
Frames decoder configuration.
WebSocketDecoderConfig.Builder - io.netty.handler.codec.http.websocketx中的类
 
WebSocketExtension - io.netty.handler.codec.http.websocketx.extensions中的接口
Created once the handshake phase is done.
WebSocketExtensionData - io.netty.handler.codec.http.websocketx.extensions中的类
A WebSocket Extension data from the Sec-WebSocket-Extensions header.
WebSocketExtensionData(String, Map<String, String>) - 类 的构造器io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
 
WebSocketExtensionDecoder - io.netty.handler.codec.http.websocketx.extensions中的类
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension decoder.
WebSocketExtensionDecoder() - 类 的构造器io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder
 
WebSocketExtensionEncoder - io.netty.handler.codec.http.websocketx.extensions中的类
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension encoder.
WebSocketExtensionEncoder() - 类 的构造器io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder
 
WebSocketExtensionFilter - io.netty.handler.codec.http.websocketx.extensions中的接口
Filter that is responsible to skip the evaluation of a certain extension according to standard.
WebSocketExtensionFilterProvider - io.netty.handler.codec.http.websocketx.extensions中的接口
Extension filter provider that is responsible to provide filters for a certain WebSocketExtension extension.
WebSocketExtensionUtil - io.netty.handler.codec.http.websocketx.extensions中的类
 
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
Creates 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
 
websocketPath(String) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
URI path component to handle websocket upgrade requests on.
websocketPath() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
WebSocketScheme - io.netty.handler.codec.http.websocketx中的类
Defines the common schemes used for the WebSocket protocol as defined by rfc6455.
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中的类
An 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/
WebSocketServerCompressionHandler - io.netty.handler.codec.http.websocketx.extensions.compression中的类
Extends io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerExtensionHandler to handle the most common WebSocket Compression Extensions.
WebSocketServerCompressionHandler() - 类 的构造器io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerCompressionHandler
Constructor with default configuration.
WebSocketServerExtension - io.netty.handler.codec.http.websocketx.extensions中的接口
Created once the handshake phase is done.
WebSocketServerExtensionHandler - io.netty.handler.codec.http.websocketx.extensions中的类
This handler negotiates and initializes the WebSocket Extensions.
WebSocketServerExtensionHandler(WebSocketServerExtensionHandshaker...) - 类 的构造器io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
Constructor
WebSocketServerExtensionHandshaker - io.netty.handler.codec.http.websocketx.extensions中的接口
Handshakes a client extension based on this server capabilities.
WebSocketServerHandler - io.netty.example.http.websocketx.benchmarkserver中的类
Handles handshakes and messages
WebSocketServerHandler() - 类 的构造器io.netty.example.http.websocketx.benchmarkserver.WebSocketServerHandler
 
WebSocketServerHandshakeException - io.netty.handler.codec.http.websocketx中的异常错误
Server exception during handshaking process.
WebSocketServerHandshakeException(String) - 异常错误 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException
 
WebSocketServerHandshakeException(String, HttpRequest) - 异常错误 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException
 
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
WebSocketServerHandshaker(WebSocketVersion, String, String, WebSocketDecoderConfig) - 类 的构造器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
WebSocketServerHandshaker00(String, String, WebSocketDecoderConfig) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
Constructor specifying the destination web socket location
WebSocketServerHandshaker07 - io.netty.handler.codec.http.websocketx中的类
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
WebSocketServerHandshaker07(String, String, boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
Constructor specifying the destination web socket location
WebSocketServerHandshaker07(String, String, boolean, int, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
Constructor specifying the destination web socket location
WebSocketServerHandshaker07(String, String, WebSocketDecoderConfig) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
Constructor specifying the destination web socket location
WebSocketServerHandshaker08 - io.netty.handler.codec.http.websocketx中的类
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
WebSocketServerHandshaker08(String, String, boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
Constructor specifying the destination web socket location
WebSocketServerHandshaker08(String, String, boolean, int, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
Constructor specifying the destination web socket location
WebSocketServerHandshaker08(String, String, WebSocketDecoderConfig) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
Constructor specifying the destination web socket location
WebSocketServerHandshaker13 - io.netty.handler.codec.http.websocketx中的类
Performs server side opening and closing handshakes for RFC 6455 (originally web socket specification draft-ietf-hybi-thewebsocketprotocol-17).
WebSocketServerHandshaker13(String, String, boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
Constructor specifying the destination web socket location
WebSocketServerHandshaker13(String, String, boolean, int, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
Constructor specifying the destination web socket location
WebSocketServerHandshaker13(String, String, WebSocketDecoderConfig) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
Constructor specifying the destination web socket location
WebSocketServerHandshakerFactory - io.netty.handler.codec.http.websocketx中的类
Auto-detects the version of the Web Socket protocol in use and creates a new proper WebSocketServerHandshaker.
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
WebSocketServerHandshakerFactory(String, String, boolean, int, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Constructor specifying the destination web socket location
WebSocketServerHandshakerFactory(String, String, WebSocketDecoderConfig) - 类 的构造器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
 
WebSocketServerProtocolConfig - io.netty.handler.codec.http.websocketx中的类
WebSocket server configuration.
WebSocketServerProtocolConfig.Builder - io.netty.handler.codec.http.websocketx中的类
 
WebSocketServerProtocolHandler - io.netty.handler.codec.http.websocketx中的类
This handler does all the heavy lifting for you to run a websocket server.
WebSocketServerProtocolHandler(WebSocketServerProtocolConfig) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
Base constructor
WebSocketServerProtocolHandler(String) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, boolean, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, boolean) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, boolean, long) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, boolean, long, WebSocketDecoderConfig) - 类 的构造器io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler.HandshakeComplete - io.netty.handler.codec.http.websocketx中的类
The Handshake was completed successfully and the channel was upgraded to websockets.
WebSocketServerProtocolHandler.ServerHandshakeStateEvent - io.netty.handler.codec.http.websocketx中的枚举
Events that are fired to notify about handshake status
webSocketUri(String) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
URL for web socket communications. e.g "ws://myhost.com/mypath".
webSocketUri(URI) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
URL for web socket communications. e.g "ws://myhost.com/mypath".
webSocketUri() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
WebSocketVersion - io.netty.handler.codec.http.websocketx中的枚举
Versions of the web socket specification.
WEDNESDAY_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.DayOfWeek
WEDNESDAY = 4;
weight() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
 
weight() - 接口 中的方法io.netty.handler.codec.http2.Http2PriorityFrame
Stream weight
WeightedFairQueueByteDistributor - io.netty.handler.codec.http2中的类
A StreamByteDistributor that is sensitive to stream priority and uses Weighted Fair Queueing approach for distributing bytes.
WeightedFairQueueByteDistributor(Http2Connection) - 类 的构造器io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
WeightedFairQueueByteDistributor(Http2Connection, int) - 类 的构造器io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
wildcardSubscriptionAvailable(boolean) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
willCleanupFastThreadLocals() - 类 中的方法io.netty.util.concurrent.FastThreadLocalThread
Returns true if FastThreadLocal.removeAll() will be called once Thread.run() completes.
willCleanupFastThreadLocals(Thread) - 类 中的静态方法io.netty.util.concurrent.FastThreadLocalThread
Returns true if FastThreadLocal.removeAll() will be called once Thread.run() completes.
willFlag(boolean) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willMessage() - 类 中的方法io.netty.handler.codec.mqtt.MqttConnectPayload
已过时。
willMessage(String) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
willMessage(byte[]) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willMessageInBytes() - 类 中的方法io.netty.handler.codec.mqtt.MqttConnectPayload
 
willProperties() - 类 中的方法io.netty.handler.codec.mqtt.MqttConnectPayload
 
willProperties(MqttProperties) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willQos() - 类 中的方法io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
willQoS(MqttQoS) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willRetain(boolean) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willTopic() - 类 中的方法io.netty.handler.codec.mqtt.MqttConnectPayload
 
willTopic(String) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
WINDOW_UPDATE - 类 中的静态变量io.netty.handler.codec.http2.Http2FrameTypes
 
WINDOW_UPDATE_FRAME_LENGTH - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
windowBits() - 类 中的方法io.netty.handler.codec.compression.DeflateOptions
 
WINDOWS - 类 中的静态变量io.netty.handler.codec.string.LineSeparator
The Windows line separator(CRLF)
windowSize(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
windowSize(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
windowSize(Http2Stream) - 接口 中的方法io.netty.handler.codec.http2.Http2FlowController
Get the portion of the flow control window for the given stream that is currently available for sending/receiving frames which are subject to flow control.
windowSize() - 接口 中的方法io.netty.handler.codec.http2.StreamByteDistributor.StreamState
The size (in bytes) of the stream's flow control window.
windowSizeIncrement() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
 
windowSizeIncrement() - 接口 中的方法io.netty.handler.codec.http2.Http2WindowUpdateFrame
Number of bytes to increment the HTTP/2 stream's or connection's flow control window.
windowUpdateRatio(float) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The window update ratio is used to determine when a window update must be sent.
windowUpdateRatio() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The window update ratio is used to determine when a window update must be sent.
windowUpdateRatio(Http2Stream, float) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The window update ratio is used to determine when a window update must be sent.
windowUpdateRatio(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The window update ratio is used to determine when a window update must be sent.
withAnyOrigin() - 类 中的静态方法io.netty.handler.codec.http.cors.CorsConfig
已过时。
withCombiningHeaders(boolean) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeadersFactory
Create a new builder that will build HttpHeaders objects that either combine multi-valued headers, or not.
withEmptyDefaults(MqttUnsubAckPayload) - 类 中的静态方法io.netty.handler.codec.mqtt.MqttUnsubAckPayload
 
withEmptyProperties() - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
 
withHashTableReuse() - 类 中的静态方法io.netty.handler.codec.compression.Snappy
 
withNameValidation(boolean) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeadersFactory
Create a new builder that has HTTP header name validation enabled or disabled.
withNameValidator(DefaultHeaders.NameValidator<CharSequence>) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeadersFactory
Create a new builder that with the given DefaultHeaders.NameValidator.
withOrigin(String) - 类 中的静态方法io.netty.handler.codec.http.cors.CorsConfig
已过时。
withOrigins(String...) - 类 中的静态方法io.netty.handler.codec.http.cors.CorsConfig
已过时。
withUpgradeStreamHandler(ChannelHandler) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
已过时。
 
withUTF8Validator(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Toggles UTF8 validation for payload of text websocket frames.
withUTF8Validator() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
withUTF8Validator(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
withUTF8Validator() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
 
withUTF8Validator(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
withValidation(boolean) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeadersFactory
Create a new builder that has HTTP header validation enabled or disabled.
withValueValidation(boolean) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeadersFactory
Create a new builder that has HTTP header value validation enabled or disabled.
withValueValidator(DefaultHeaders.ValueValidator<CharSequence>) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeadersFactory
Create a new builder that with the given DefaultHeaders.ValueValidator.
WORKER_STATE_INIT - 类 中的静态变量io.netty.util.HashedWheelTimer
 
WORKER_STATE_SHUTDOWN - 类 中的静态变量io.netty.util.HashedWheelTimer
 
WORKER_STATE_STARTED - 类 中的静态变量io.netty.util.HashedWheelTimer
 
WORKERS - 类 中的静态变量io.netty.testsuite.transport.socket.SocketTestPermutation
 
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.
wrappedUnmodifiableBuffer(ByteBuf...) - 类 中的静态方法io.netty.buffer.Unpooled
Wrap the given ByteBufs in an unmodifiable ByteBuf.
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 SSLEngine object.
writabilityChanged(Http2Stream) - 接口 中的方法io.netty.handler.codec.http2.Http2RemoteFlowController.Listener
Notification that Http2RemoteFlowController.isWritable(Http2Stream) has changed for stream.
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(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.channel.ChannelDuplexHandler
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.ChannelOutboundInvoker
Request to write a message via this ChannelHandlerContext through the ChannelPipeline.
write(Object, ChannelPromise) - 接口 中的方法io.netty.channel.ChannelOutboundInvoker
Request to write a message via this ChannelHandlerContext through the 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
Writes the specified message to all Channels in this group that are matched by the given ChannelMatcher.
write(Object, ChannelMatcher, boolean) - 接口 中的方法io.netty.channel.group.ChannelGroup
Writes the specified message to all Channels in this group that are matched by the given ChannelMatcher.
write(Object) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
write(Object, ChannelMatcher) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
write(Object, ChannelMatcher, boolean) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
write(ByteBuffer, int, int) - 类 中的方法io.netty.channel.unix.FileDescriptor
 
write(ByteBuffer, int, int) - 类 中的方法io.netty.channel.unix.SocketWritableByteChannel
 
write(ByteBuffer) - 类 中的方法io.netty.channel.unix.SocketWritableByteChannel
 
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.example.haproxy.HAProxyHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.example.memcache.binary.MemcacheClientHandler
Transforms basic string requests to binary memcache requests
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.example.redis.RedisClientHandler
 
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.HttpClientUpgradeHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.HttpObjectEncoder
 
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.HttpServerKeepAliveHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodec
Processes all Http2Frames.
write(ChannelHandlerContext, int) - 接口 中的方法io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
Writes up to allowedBytes of the encapsulated payload to the stream.
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
Handles conversion of HttpMessage and HttpContent to HTTP/2 frames.
write(Http2Stream, int) - 接口 中的方法io.netty.handler.codec.http2.StreamByteDistributor.Writer
Writes the allocated bytes for this stream.
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.pcap.PcapWriteHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.proxy.ProxyHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - 类 中的方法io.netty.handler.ssl.SslClientHelloHandler
 
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(Socket, int) - 类 中的方法io.netty.testsuite.transport.socket.AbstractSocketShutdownOutputByPeerTest
 
write(Channel, ByteBuf, SocketAddress, DatagramUnicastTest.WrapType) - 类 中的方法io.netty.testsuite.transport.socket.DatagramUnicastInetTest
 
write(Channel, ByteBuf, SocketAddress, DatagramUnicastTest.WrapType) - 类 中的方法io.netty.testsuite.transport.socket.DatagramUnicastTest
 
write(Socket, int) - 类 中的方法io.netty.testsuite.transport.socket.SocketShutdownOutputByPeerTest
 
WRITE_BUFFER_HIGH_WATER_MARK - 类 中的静态变量io.netty.channel.ChannelOption
WRITE_BUFFER_LOW_WATER_MARK - 类 中的静态变量io.netty.channel.ChannelOption
WRITE_BUFFER_WATER_MARK - 类 中的静态变量io.netty.channel.ChannelOption
 
WRITE_SPIN_COUNT - 类 中的静态变量io.netty.channel.ChannelOption
 
WRITE_STATUS_SNDBUF_FULL - 类 中的静态变量io.netty.channel.internal.ChannelUtils
 
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.ChannelOutboundInvoker
writeAndFlush(Object) - 接口 中的方法io.netty.channel.ChannelOutboundInvoker
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
Shortcut for calling ChannelGroup.write(Object) and ChannelGroup.flush() and only act on Channels that are matched by the ChannelMatcher.
writeAndFlush(Object, ChannelMatcher, boolean) - 接口 中的方法io.netty.channel.group.ChannelGroup
Shortcut for calling ChannelGroup.write(Object, ChannelMatcher, boolean) and ChannelGroup.flush() and only act on Channels that are matched by the ChannelMatcher.
writeAndFlush(Object) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
writeAndFlush(Object, ChannelMatcher) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
writeAndFlush(Object, ChannelMatcher, boolean) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
writeAndRemoveAll(ChannelHandlerContext) - 类 中的方法io.netty.channel.AbstractCoalescingBufferQueue
Writes all remaining elements in this queue.
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
Encode a CharSequence in ASCII and write it to a ByteBuf.
WriteBeforeRegisteredTest - io.netty.testsuite.transport.socket中的类
 
WriteBeforeRegisteredTest() - 类 的构造器io.netty.testsuite.transport.socket.WriteBeforeRegisteredTest
 
writeBoolean(boolean) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeBoolean(boolean) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified boolean at the current writerIndex and increases the writerIndex by 1 in 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
已过时。
 
WriteBufferWaterMark - io.netty.channel中的类
WriteBufferWaterMark is used to set low water mark and high water mark for the write buffer.
WriteBufferWaterMark(int, int) - 类 的构造器io.netty.channel.WriteBufferWaterMark
Create a new instance.
writeByte(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeByte(int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in 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(FileChannel, long, 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 writerIndex until the source buffer becomes unreadable, and increases the writerIndex by 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 writerIndex and increases the writerIndex by 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 writerIndex and increases the writerIndex by 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 writerIndex and increases the writerIndex by 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 writerIndex and increases the writerIndex by 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 writerIndex until the source buffer's position reaches its limit, and increases the writerIndex by 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 writerIndex and increases the writerIndex by 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 writerIndex and increases the writerIndex by the number of the transferred bytes.
writeBytes(FileChannel, long, int) - 类 中的方法io.netty.buffer.ByteBuf
Transfers the content of the specified channel starting at the given file position to this buffer starting at the current writerIndex and increases the writerIndex by 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(FileChannel, long, 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(FileChannel, long, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
writeBytes(String) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
已过时。
 
WriteBytesVsShortOrMediumBenchmark - io.netty.handler.codec.http中的类
 
WriteBytesVsShortOrMediumBenchmark() - 类 的构造器io.netty.handler.codec.http.WriteBytesVsShortOrMediumBenchmark
 
writeCBB() - 类 中的方法io.netty.buffer.CompositeByteBufWriteOutBenchmark
 
writeChar(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeChar(int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 2-byte UTF-16 character at the current writerIndex and increases the writerIndex by 2 in 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
已过时。
 
writeCharSequence(CharSequence, Charset) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeCharSequence(CharSequence, Charset) - 类 中的方法io.netty.buffer.ByteBuf
Writes the specified CharSequence at the current writerIndex and increases the writerIndex by the written bytes.
writeCharSequence(CharSequence, Charset) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
writeCharSequence(CharSequence, Charset) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
writeComplete() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
writeComplete() - 接口 中的方法io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
Called after this object has been successfully written.
writeCounter() - 类 中的方法io.netty.channel.ChannelFlushPromiseNotifier
Return the current write counter of this ChannelFlushPromiseNotifier
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - 接口 中的方法io.netty.handler.codec.http2.Http2DataWriter
Writes a DATA frame to the remote endpoint.
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.StreamBufferingEncoder
 
writeDouble(double) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeDouble(double) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 64-bit floating point number at the current writerIndex and increases the writerIndex by 8 in 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
已过时。
 
writeDoubleLE(double) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 64-bit floating point number at the current writerIndex in Little Endian Byte Order and increases the writerIndex by 8 in this buffer.
writeFCBB() - 类 中的方法io.netty.buffer.CompositeByteBufWriteOutBenchmark
 
writeFloat(float) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeFloat(float) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 32-bit floating point number at the current writerIndex and increases the writerIndex by 4 in 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
已过时。
 
writeFloatLE(float) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 32-bit floating point number at the current writerIndex in Little Endian Byte Order and increases the writerIndex by 4 in this buffer.
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - 接口 中的方法io.netty.handler.codec.http2.Http2ConnectionEncoder
Writes the given data to the internal Http2FrameWriter without performing any state checks on the connection/stream.
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter
Generic write method for any HTTP/2 frame.
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeFrameHeader(ByteBuf, int, byte, Http2Flags, int) - 类 中的静态方法io.netty.handler.codec.http2.Http2CodecUtil
Writes an HTTP/2 frame header to the output buffer.
writeGlobalHeader(OutputStream) - 类 中的静态方法io.netty.handler.pcap.PcapWriteHandler
Writes the Pcap Global Header to the provided OutputStream
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter
Writes a GO_AWAY frame to the remote endpoint.
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter
Writes a HEADERS frame to the remote endpoint.
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter
Writes a HEADERS frame with priority specified to the remote endpoint.
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.StreamBufferingEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.StreamBufferingEncoder
 
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 writerIndex and increases the writerIndex by 4 in 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
已过时。
 
writeIntLE(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeIntLE(int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 32-bit integer at the current writerIndex in the Little Endian Byte Order and increases the writerIndex by 4 in this buffer.
writeIntLE(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
writeIntLE(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
writeLong(long) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeLong(long) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 64-bit long integer at the current writerIndex and increases the writerIndex by 8 in 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
已过时。
 
writeLongLE(long) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeLongLE(long) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 64-bit long integer at the current writerIndex in the Little Endian Byte Order and increases the writerIndex by 8 in this buffer.
writeLongLE(long) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
writeLongLE(long) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
writeMedium(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeMedium(int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 24-bit medium integer at the current writerIndex and increases the writerIndex by 3 in this buffer.
writeMedium(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
writeMedium(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
writeMedium(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
writeMediumBE(ByteBuf, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Writes a big-endian 24-bit medium integer to the buffer.
writeMediumLE(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeMediumLE(int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 24-bit medium integer at the current writerIndex in the Little Endian Byte Order and increases the writerIndex by 3 in this buffer.
writeMediumLE(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
writeMediumLE(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
writeObject(Object) - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
已过时。
 
writeOneInbound(Object) - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Writes one message to the inbound of this Channel and does not flush it.
writeOneInbound(Object, ChannelPromise) - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Writes one message to the inbound of this Channel and does not flush it.
writeOneOutbound(Object) - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Writes one message to the outbound of this Channel and does not flush it.
writeOneOutbound(Object, ChannelPromise) - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Writes one message to the outbound of this Channel and does not flush it.
writeOutbound(Object...) - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Write messages to the outbound of this Channel.
writePcapGlobalHeader(boolean) - 类 中的方法io.netty.handler.pcap.PcapWriteHandler.Builder
Set to true to write Pcap Global Header on initialization.
writePendingBytes() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
writePendingBytes() - 接口 中的方法io.netty.handler.codec.http2.Http2RemoteFlowController
Write all data pending in the flow controller up to the flow-control limits.
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter
Writes a PING frame to the remote endpoint.
writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter
Writes a PRIORITY frame to the remote endpoint.
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter
Writes a PUSH_PROMISE frame to the remote endpoint.
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
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 writerIndex of this buffer.
writerIndex(int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the writerIndex of 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
已过时。
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter
Writes a RST_STREAM frame to the remote endpoint.
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.StreamBufferingEncoder
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter
Writes a SETTINGS frame to the remote endpoint.
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter
Writes a SETTINGS acknowledgment to the remote endpoint.
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeShort(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeShort(int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 16-bit short integer at the current writerIndex and increases the writerIndex by 2 in 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
已过时。
 
writeShortBE(ByteBuf, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Writes a big-endian 16-bit short integer to the buffer.
writeShortLE(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeShortLE(int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 16-bit short integer in the Little Endian Byte Order at the current writerIndex and increases the writerIndex by 2 in this buffer.
writeShortLE(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
writeShortLE(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
writeTimedOut(ChannelHandlerContext) - 类 中的方法io.netty.handler.timeout.WriteTimeoutHandler
Is called when a write timeout was detected
WriteTimeoutException - io.netty.handler.timeout中的异常错误
A TimeoutException raised by WriteTimeoutHandler when a write operation cannot finish in a certain period of time.
WriteTimeoutException() - 异常错误 的构造器io.netty.handler.timeout.WriteTimeoutException
 
WriteTimeoutException(String) - 异常错误 的构造器io.netty.handler.timeout.WriteTimeoutException
 
WriteTimeoutHandler - io.netty.handler.timeout中的类
Raises a WriteTimeoutException when a write operation cannot finish in a certain period of time.
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
 
writeTo(ByteBuf) - 枚举 中的方法io.netty.handler.codec.redis.RedisMessageType
Write the message type's prefix to the given buffer.
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
Encode a CharSequence in UTF-8 and write it to a ByteBuf.
writeUtf8(ByteBuf, CharSequence, int, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Equivalent to writeUtf8(buf, seq.subSequence(start, end)) but avoids subsequence object allocation.
writev(ByteBuffer[], int, int, long) - 类 中的方法io.netty.channel.unix.FileDescriptor
 
writevAddresses(long, int) - 类 中的方法io.netty.channel.unix.FileDescriptor
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameWriter
Writes a WINDOW_UPDATE frame to the remote endpoint.
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - 类 中的方法io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeZero(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
writeZero(int) - 类 中的方法io.netty.buffer.ByteBuf
Fills this buffer with NUL (0x00) starting at the current writerIndex and increases the writerIndex by the specified length.
writeZero(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
writeZero(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
writeZero(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
writeZero(int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
writeZero(int) - 类 中的方法io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
writtenBytes() - 类 中的方法io.netty.buffer.ByteBufOutputStream
Returns the number of written bytes by this stream so far.
WS - 类 中的静态变量io.netty.handler.codec.http.websocketx.WebSocketScheme
Scheme for non-secure WebSocket connection.
WSS - 类 中的静态变量io.netty.handler.codec.http.websocketx.WebSocketScheme
Scheme for secure WebSocket connection.
WWW_AUTHENTICATE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"www-authenticate"
WWW_AUTHENTICATE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"WWW-Authenticate"
WWW_AUTHENTICATE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"www-authenticate"
WWW_AUTHENTICATE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"WWW-Authenticate"
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
跳过导航链接
Netty 4.1.109.Final(2024/04/15)

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