跳过导航链接
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 _ 

S

S_MAXAGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
已过时。
"s-maxage"
S_MAXAGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"s-maxage"
sacked() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
safeExecute(Runnable) - 类 中的静态方法io.netty.util.concurrent.AbstractEventExecutor
Try to execute the given Runnable and just log if it throws a Throwable.
safeFindNextPositivePowerOfTwo(int) - 类 中的静态方法io.netty.util.internal.MathUtil
Fast method of finding the next power of 2 greater than or equal to the supplied value.
safeRelease(Object) - 类 中的静态方法io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.release() if the specified message implements ReferenceCounted.
safeRelease(Object, int) - 类 中的静态方法io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.release(int) if the specified message implements ReferenceCounted.
safeSetFailure(ChannelPromise, Throwable) - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
Marks the specified promise as failure.
safeSetSuccess(ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
Marks the specified promise as success.
same - 类 中的变量io.netty.handler.codec.http2.Http2PseudoHeadersLookupBenchmark
 
SAMESITE - 类 中的静态变量io.netty.handler.codec.http.cookie.CookieHeaderNames
 
sameSite() - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
Checks to see if this Cookie can be sent along cross-site requests.
sanitizeHeadersBeforeEncode(H, boolean) - 类 中的方法io.netty.handler.codec.http.HttpObjectEncoder
Allows to sanitize headers of the message before encoding these.
sanitizeHeadersBeforeEncode(HttpResponse, boolean) - 类 中的方法io.netty.handler.codec.http.HttpResponseEncoder
 
SASL_AUTH - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
SASL_LIST_MECHS - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
SASL_STEP - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
SATURDAY_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.DayOfWeek
SATURDAY = 7;
sb - 类 中的变量io.netty.testsuite.transport.AbstractComboTestsuiteTest
 
SCALE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"scale"
SCALE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Scale"
schedule(Runnable, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
 
schedule(Callable<V>, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
 
schedule(Runnable, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
 
schedule(Callable<V>, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
 
schedule(Runnable, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractScheduledEventExecutor
 
schedule(Callable<V>, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractScheduledEventExecutor
 
schedule(Runnable, long, TimeUnit) - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
 
schedule(Callable<V>, long, TimeUnit) - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
 
schedule(Runnable, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.NonStickyEventExecutorGroup
 
schedule(Callable<V>, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.NonStickyEventExecutorGroup
 
schedule(Runnable, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
schedule(Callable<V>, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractScheduledEventExecutor
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.NonStickyEventExecutorGroup
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
scheduleCancelLotsOutsideLoop(ScheduleFutureTaskBenchmark.ThreadState) - 类 中的方法io.netty.util.concurrent.ScheduleFutureTaskBenchmark
 
ScheduledFuture<V> - io.netty.util.concurrent中的接口
The result of a scheduled asynchronous operation.
ScheduledFutureTaskDeadlineBenchmark - io.netty.util.concurrent中的类
 
ScheduledFutureTaskDeadlineBenchmark() - 类 的构造器io.netty.util.concurrent.ScheduledFutureTaskDeadlineBenchmark
 
ScheduledFutureTaskDeadlineBenchmark.ThreadState - io.netty.util.concurrent中的类
 
ScheduleFutureTaskBenchmark - io.netty.util.concurrent中的类
 
ScheduleFutureTaskBenchmark() - 类 的构造器io.netty.util.concurrent.ScheduleFutureTaskBenchmark
 
ScheduleFutureTaskBenchmark.ThreadState - io.netty.util.concurrent中的类
 
scheduleLots(ScheduleFutureTaskBenchmark.ThreadState) - 类 中的方法io.netty.util.concurrent.ScheduleFutureTaskBenchmark
 
scheduleLotsOutsideLoop(ScheduleFutureTaskBenchmark.ThreadState) - 类 中的方法io.netty.util.concurrent.ScheduleFutureTaskBenchmark
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.AbstractScheduledEventExecutor
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.NonStickyEventExecutorGroup
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
scheme(CharSequence) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Headers
 
scheme() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Headers
 
scheme(CharSequence) - 类 中的方法io.netty.handler.codec.http2.EmptyHttp2Headers
 
scheme() - 类 中的方法io.netty.handler.codec.http2.EmptyHttp2Headers
 
scheme(CharSequence) - 接口 中的方法io.netty.handler.codec.http2.Http2Headers
scheme() - 接口 中的方法io.netty.handler.codec.http2.Http2Headers
Gets the Http2Headers.PseudoHeaderName.SCHEME header or null if there is no such header
scheme(CharSequence) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
scheme() - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
SCHEME - 类 中的静态变量io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":scheme"
SCHEME - 类 中的静态变量io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"x-spdy-scheme"
scopeId() - 类 中的方法io.netty.channel.unix.NativeInetAddress
 
scopePrefixLength() - 类 中的方法io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
 
scopePrefixLength() - 接口 中的方法io.netty.handler.codec.dns.DnsOptEcsRecord
Returns the leftmost number of significant bits of ADDRESS that the response covers.
SCTP_DISABLE_FRAGMENTS - 类 中的静态变量com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_DISABLE_FRAGMENTS - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
SCTP_EXPLICIT_COMPLETE - 类 中的静态变量com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_EXPLICIT_COMPLETE - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
SCTP_FRAGMENT_INTERLEAVE - 类 中的静态变量com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_FRAGMENT_INTERLEAVE - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
SCTP_INIT_MAXSTREAMS - 类 中的静态变量com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_INIT_MAXSTREAMS - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
SCTP_NODELAY - 类 中的静态变量com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_NODELAY - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
SCTP_PRIMARY_ADDR - 类 中的静态变量com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_PRIMARY_ADDR - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
SCTP_SET_PEER_PRIMARY_ADDR - 类 中的静态变量com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_SET_PEER_PRIMARY_ADDR - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
SctpChannel - com.sun.nio.sctp中的类
 
SctpChannel(SelectorProvider) - 类 的构造器com.sun.nio.sctp.SctpChannel
 
SctpChannel - io.netty.channel.sctp中的接口
A SCTP/IP Channel interface for single SCTP association.
SctpChannelConfig - io.netty.channel.sctp中的接口
SctpChannelOption<T> - io.netty.channel.sctp中的类
Option for configuring the SCTP transport
SctpEchoClient - io.netty.example.sctp中的类
Sends one message when a connection is open and echoes back any received data to the server over SCTP connection.
SctpEchoClient() - 类 的构造器io.netty.example.sctp.SctpEchoClient
 
SctpEchoClientHandler - io.netty.example.sctp中的类
Handler implementation for the SCTP echo client.
SctpEchoClientHandler() - 类 的构造器io.netty.example.sctp.SctpEchoClientHandler
Creates a client-side handler.
SctpEchoServer - io.netty.example.sctp中的类
Echoes back any received data from a SCTP client.
SctpEchoServer() - 类 的构造器io.netty.example.sctp.SctpEchoServer
 
SctpEchoServerHandler - io.netty.example.sctp中的类
Handler implementation for the SCTP echo server.
SctpEchoServerHandler() - 类 的构造器io.netty.example.sctp.SctpEchoServerHandler
 
SctpEchoTest - io.netty.testsuite.transport.sctp中的类
 
SctpEchoTest() - 类 的构造器io.netty.testsuite.transport.sctp.SctpEchoTest
 
SctpInboundByteStreamHandler - io.netty.handler.codec.sctp中的类
A ChannelHandler which receives SctpMessages which belong to a application protocol form a specific SCTP Stream and decode it as ByteBuf.
SctpInboundByteStreamHandler(int, int) - 类 的构造器io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
SctpMessage - io.netty.channel.sctp中的类
Representation of SCTP Data Chunk
SctpMessage(int, int, ByteBuf) - 类 的构造器io.netty.channel.sctp.SctpMessage
Essential data that is being carried within SCTP Data Chunk
SctpMessage(int, int, boolean, ByteBuf) - 类 的构造器io.netty.channel.sctp.SctpMessage
Essential data that is being carried within SCTP Data Chunk
SctpMessage(MessageInfo, ByteBuf) - 类 的构造器io.netty.channel.sctp.SctpMessage
Essential data that is being carried within SCTP Data Chunk
SctpMessageCompletionHandler - io.netty.handler.codec.sctp中的类
MessageToMessageDecoder which will take care of handle fragmented SctpMessages, so only complete SctpMessages will be forwarded to the next ChannelInboundHandler.
SctpMessageCompletionHandler() - 类 的构造器io.netty.handler.codec.sctp.SctpMessageCompletionHandler
 
SctpMessageToMessageDecoder - io.netty.handler.codec.sctp中的类
 
SctpMessageToMessageDecoder() - 类 的构造器io.netty.handler.codec.sctp.SctpMessageToMessageDecoder
 
SctpMultiHomingEchoClient - io.netty.example.sctp.multihoming中的类
SCTP Echo Client with multi-homing support.
SctpMultiHomingEchoClient() - 类 的构造器io.netty.example.sctp.multihoming.SctpMultiHomingEchoClient
 
SctpMultiHomingEchoServer - io.netty.example.sctp.multihoming中的类
SCTP Echo Server with multi-homing support.
SctpMultiHomingEchoServer() - 类 的构造器io.netty.example.sctp.multihoming.SctpMultiHomingEchoServer
 
SctpNotificationHandler - io.netty.channel.sctp中的类
AbstractNotificationHandler implementation which will handle all Notifications by trigger a Notification user event in the ChannelPipeline of a SctpChannel.
SctpNotificationHandler(SctpChannel) - 类 的构造器io.netty.channel.sctp.SctpNotificationHandler
 
SctpOutboundByteStreamHandler - io.netty.handler.codec.sctp中的类
A ChannelHandler which transform ByteBuf to SctpMessage and send it through a specific stream with given protocol identifier.
SctpOutboundByteStreamHandler(int, int) - 类 的构造器io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
 
SctpOutboundByteStreamHandler(int, int, boolean) - 类 的构造器io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
 
SctpServerChannel - com.sun.nio.sctp中的类
 
SctpServerChannel(SelectorProvider) - 类 的构造器com.sun.nio.sctp.SctpServerChannel
 
SctpServerChannel - io.netty.channel.sctp中的接口
A SCTP/IP ServerChannel which accepts incoming SCTP/IP associations.
SctpServerChannelConfig - io.netty.channel.sctp中的接口
SctpSocketOption<T> - com.sun.nio.sctp中的接口
 
SctpStandardSocketOptions - com.sun.nio.sctp中的类
 
SctpStandardSocketOptions() - 类 的构造器com.sun.nio.sctp.SctpStandardSocketOptions
 
SctpStandardSocketOptions.InitMaxStreams - com.sun.nio.sctp中的类
 
SctpTestPermutation - io.netty.testsuite.transport.sctp中的类
 
searchDomains(Iterable<String>) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Set the list of search domains of the resolver.
SearchProcessor - io.netty.buffer.search中的接口
Interface for ByteProcessor that implements string search.
SearchProcessorFactory - io.netty.buffer.search中的接口
 
SEC_WEBSOCKET_ACCEPT - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-accept"
SEC_WEBSOCKET_ACCEPT - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Sec-WebSocket-Accept"
SEC_WEBSOCKET_EXTENSIONS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-protocol"
SEC_WEBSOCKET_KEY - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-key"
SEC_WEBSOCKET_KEY - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Sec-WebSocket-Key"
SEC_WEBSOCKET_KEY1 - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-key1"
SEC_WEBSOCKET_KEY1 - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Sec-WebSocket-Key1"
SEC_WEBSOCKET_KEY2 - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-key2"
SEC_WEBSOCKET_KEY2 - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Sec-WebSocket-Key2"
SEC_WEBSOCKET_LOCATION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-location"
SEC_WEBSOCKET_LOCATION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Sec-WebSocket-Location"
SEC_WEBSOCKET_ORIGIN - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-origin"
SEC_WEBSOCKET_ORIGIN - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Sec-WebSocket-Origin"
SEC_WEBSOCKET_PROTOCOL - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-protocol"
SEC_WEBSOCKET_PROTOCOL - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Sec-WebSocket-Protocol"
SEC_WEBSOCKET_VERSION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-version"
SEC_WEBSOCKET_VERSION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Sec-WebSocket-Version"
SECOND_FIELD_NUMBER - 类 中的静态变量io.netty.example.worldclock.WorldClockProtocol.LocalTime
 
SECURE - 类 中的静态变量io.netty.handler.codec.http.cookie.CookieHeaderNames
 
SecureChatClient - io.netty.example.securechat中的类
Simple SSL chat client modified from TelnetClient.
SecureChatClient() - 类 的构造器io.netty.example.securechat.SecureChatClient
 
SecureChatClientHandler - io.netty.example.securechat中的类
Handles a client-side channel.
SecureChatClientHandler() - 类 的构造器io.netty.example.securechat.SecureChatClientHandler
 
SecureChatClientInitializer - io.netty.example.securechat中的类
Creates a newly configured ChannelPipeline for a new channel.
SecureChatClientInitializer(SslContext) - 类 的构造器io.netty.example.securechat.SecureChatClientInitializer
 
SecureChatServer - io.netty.example.securechat中的类
Simple SSL chat server modified from TelnetServer.
SecureChatServer() - 类 的构造器io.netty.example.securechat.SecureChatServer
 
SecureChatServerHandler - io.netty.example.securechat中的类
Handles a server-side channel.
SecureChatServerHandler() - 类 的构造器io.netty.example.securechat.SecureChatServerHandler
 
SecureChatServerInitializer - io.netty.example.securechat中的类
Creates a newly configured ChannelPipeline for a new channel.
SecureChatServerInitializer(SslContext) - 类 的构造器io.netty.example.securechat.SecureChatServerInitializer
 
SEE_OTHER - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
303 See Other (since HTTP/1.1)
SegmentedDatagramPacket - io.netty.channel.epoll中的类
已过时。
SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress) - 类 的构造器io.netty.channel.epoll.SegmentedDatagramPacket
已过时。
Create a new instance.
SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress, InetSocketAddress) - 类 的构造器io.netty.channel.epoll.SegmentedDatagramPacket
已过时。
Create a new instance.
SegmentedDatagramPacket - io.netty.channel.unix中的类
Allows to use GSO if the underlying OS supports it.
SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress) - 类 的构造器io.netty.channel.unix.SegmentedDatagramPacket
Create a new instance.
SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress, InetSocketAddress) - 类 的构造器io.netty.channel.unix.SegmentedDatagramPacket
Create a new instance.
segmentSize() - 类 中的方法io.netty.channel.unix.SegmentedDatagramPacket
Return the size of each segment (the last segment can be smaller).
SELECT - 接口 中的静态变量io.netty.channel.SelectStrategy
Indicates a blocking select should follow.
select(List<String>) - 接口 中的方法io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelector
已过时。
Callback invoked to select the application level protocol from the protocols provided.
selected(String) - 接口 中的方法io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListener
已过时。
Callback invoked to let this application know the protocol chosen by the peer.
selectedListenerFailureBehavior() - 类 中的方法io.netty.handler.ssl.ApplicationProtocolConfig
Get the desired behavior for the peer who is notified of the selected protocol.
selectedListenerFailureBehavior() - 接口 中的方法io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator
已过时。
Get the desired behavior for the peer who is notified of the selected protocol.
selectedListenerFailureBehavior() - 类 中的方法io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
已过时。
 
selectedListenerFailureBehavior() - 类 中的方法io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
已过时。
 
selectedSubprotocol() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the selected subprotocol.
selectedSubprotocol() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
 
selectionKey() - 类 中的方法io.netty.channel.nio.AbstractNioChannel
Return the current SelectionKey
selectorFailureBehavior() - 类 中的方法io.netty.handler.ssl.ApplicationProtocolConfig
Get the desired behavior for the peer who selects the application protocol.
selectorFailureBehavior() - 接口 中的方法io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator
已过时。
Get the desired behavior for the peer who selects the application protocol.
selectorFailureBehavior() - 类 中的方法io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
已过时。
 
selectorFailureBehavior() - 类 中的方法io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
已过时。
 
selectorProvider() - 类 中的方法io.netty.channel.nio.NioEventLoop
Returns the SelectorProvider used by this NioEventLoop to obtain the Selector.
SelectStrategy - io.netty.channel中的接口
Select strategy interface.
SelectStrategyFactory - io.netty.channel中的接口
Factory that creates a new SelectStrategy every time.
selectSubprotocol(String) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Selects the first matching supported sub protocol
self - 类 中的变量io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase
 
self() - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns this.
self() - 类 中的方法io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
 
SelfSignedCertificate - io.netty.handler.ssl.util中的类
Generates a temporary self-signed certificate for testing purposes.
SelfSignedCertificate() - 类 的构造器io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(Date, Date) - 类 的构造器io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(Date, Date, String, int) - 类 的构造器io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String) - 类 的构造器io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, String, int) - 类 的构造器io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, Date, Date) - 类 的构造器io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, Date, Date, String, int) - 类 的构造器io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, SecureRandom, int) - 类 的构造器io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, SecureRandom, String, int) - 类 的构造器io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, SecureRandom, int, Date, Date) - 类 的构造器io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, SecureRandom, int, Date, Date, String) - 类 的构造器io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SEMICOLON - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Semicolon ';'
send(ByteBuffer, MessageInfo) - 类 中的方法com.sun.nio.sctp.SctpChannel
 
send(ByteBuffer, int, int) - 类 中的方法io.netty.channel.unix.Socket
 
sendAddress(long, int, int) - 类 中的方法io.netty.channel.unix.Socket
 
sendCloseFrame(WebSocketCloseStatus) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Close frame to send, when close frame was not send manually.
sendCloseFrame() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
sendCloseFrame(WebSocketCloseStatus) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
Close frame to send, when close frame was not send manually.
sendCloseFrame() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
sender() - 接口 中的方法io.netty.channel.AddressedEnvelope
Returns the address of the sender of this message.
sender() - 类 中的方法io.netty.channel.DefaultAddressedEnvelope
 
sender() - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQuery
 
sender() - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
SendFailedNotification - com.sun.nio.sctp中的类
 
SendFailedNotification() - 类 的构造器com.sun.nio.sctp.SendFailedNotification
 
sendFd(int) - 类 中的方法io.netty.channel.unix.Socket
 
sendmmsg(int, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - 类 中的静态方法io.netty.channel.epoll.Native
已过时。
sendResponse(ChannelHandlerContext, String, int, FullHttpResponse, FullHttpRequest) - 类 中的方法io.netty.example.http2.tiles.Http1RequestHandler
 
sendResponse(ChannelHandlerContext, String, int, FullHttpResponse, FullHttpRequest) - 类 中的方法io.netty.example.http2.tiles.Http2RequestHandler
 
sendTo(ByteBuffer, int, int, InetAddress, int) - 类 中的方法io.netty.channel.unix.Socket
 
sendTo(ByteBuffer, int, int, InetAddress, int, boolean) - 类 中的方法io.netty.channel.unix.Socket
 
sendToAddress(long, int, int, InetAddress, int) - 类 中的方法io.netty.channel.unix.Socket
 
sendToAddress(long, int, int, InetAddress, int, boolean) - 类 中的方法io.netty.channel.unix.Socket
 
sendToAddress(InetSocketAddress) - 类 中的方法io.netty.testsuite.transport.socket.DatagramUnicastIPv6MappedTest
 
sendToAddress(InetSocketAddress) - 类 中的方法io.netty.testsuite.transport.socket.DatagramUnicastTest
 
sendToAddressDomainSocket(long, int, int, byte[]) - 类 中的方法io.netty.channel.unix.Socket
 
sendToAddresses(long, int, InetAddress, int) - 类 中的方法io.netty.channel.unix.Socket
 
sendToAddresses(long, int, InetAddress, int, boolean) - 类 中的方法io.netty.channel.unix.Socket
 
sendToAddressesDomainSocket(long, int, byte[]) - 类 中的方法io.netty.channel.unix.Socket
 
sendToDomainSocket(ByteBuffer, int, int, byte[]) - 类 中的方法io.netty.channel.unix.Socket
 
sendToProxyServer(Object) - 类 中的方法io.netty.handler.proxy.ProxyHandler
Sends the specified message to the proxy server.
sendUnsupportedVersionResponse(Channel) - 类 中的静态方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Return that we need cannot support the web socket version
sendUnsupportedVersionResponse(Channel, ChannelPromise) - 类 中的静态方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Return that we need cannot support the web socket version
sendUnsupportedWebSocketVersionResponse(Channel) - 类 中的静态方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
sensitive - 类 中的变量io.netty.handler.codec.http2.HpackDecoderBenchmark
 
sensitive - 类 中的变量io.netty.handler.codec.http2.HpackEncoderBenchmark
 
SEQ - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
已过时。
"seq"
SEQ - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
"seq"
sequential(Iterable<? extends InetSocketAddress>) - 类 中的静态方法io.netty.resolver.dns.DnsServerAddresses
Returns the DnsServerAddresses that yields the specified addresses sequentially.
sequential(InetSocketAddress...) - 类 中的静态方法io.netty.resolver.dns.DnsServerAddresses
Returns the DnsServerAddresses that yields the specified addresses sequentially.
SequentialDnsServerAddressStreamProvider - io.netty.resolver.dns中的类
A DnsServerAddressStreamProvider which is backed by a sequential list of DNS servers.
SequentialDnsServerAddressStreamProvider(InetSocketAddress...) - 类 的构造器io.netty.resolver.dns.SequentialDnsServerAddressStreamProvider
Create a new instance.
SequentialDnsServerAddressStreamProvider(Iterable<? extends InetSocketAddress>) - 类 的构造器io.netty.resolver.dns.SequentialDnsServerAddressStreamProvider
Create a new instance.
sequentialWriteAndRead() - 类 中的方法io.netty.buffer.CompositeByteBufSequentialBenchmark
 
SERVER - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"server"
SERVER - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Server"
server(boolean) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets if AbstractHttp2ConnectionHandlerBuilder.build() will to create a Http2Connection in server mode (true) or client mode (false).
server(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
server(boolean) - 类 中的方法io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
SERVER - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"server"
SERVER - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Server"
SERVER - 接口 中的静态变量io.netty.handler.codec.stomp.StompHeaders
 
SERVER_PORT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
已过时。
"server_port"
SERVER_PORT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
"server_port"
ServerBootstrap - io.netty.bootstrap中的类
Bootstrap sub-class which allows easy bootstrap of ServerChannel
ServerBootstrap() - 类 的构造器io.netty.bootstrap.ServerBootstrap
 
ServerBootstrapConfig - io.netty.bootstrap中的类
Exposes the configuration of a ServerBootstrapConfig.
ServerChannel - io.netty.channel中的接口
A Channel that accepts an incoming connection attempt and creates its child Channels by accepting them.
serverChannel() - 类 中的方法io.netty.channel.unix.tests.DetectPeerCloseWithoutReadTest
 
serverChannelClass() - 类 中的方法io.netty.testsuite.transport.AbstractSingleThreadEventLoopTest
 
serverChannelClass() - 类 中的方法io.netty.testsuite.transport.DefaultEventLoopTest
 
serverChannelClass() - 类 中的方法io.netty.testsuite.transport.NioEventLoopTest
 
ServerChannelRecvByteBufAllocator - io.netty.channel中的类
MaxMessagesRecvByteBufAllocator implementation which should be used for ServerChannels.
ServerChannelRecvByteBufAllocator() - 类 的构造器io.netty.channel.ServerChannelRecvByteBufAllocator
 
serverCloseWithoutClientReadIsDetectedExtraReadRequested() - 类 中的方法io.netty.channel.unix.tests.DetectPeerCloseWithoutReadTest
 
serverCloseWithoutClientReadIsDetectedNoExtraReadRequested() - 类 中的方法io.netty.channel.unix.tests.DetectPeerCloseWithoutReadTest
 
ServerCookieDecoder - io.netty.handler.codec.http.cookie中的类
A RFC6265 compliant cookie decoder to be used server side.
ServerCookieEncoder - io.netty.handler.codec.http.cookie中的类
A RFC6265 compliant cookie encoder to be used server side, so some fields are sent (Version is typically ignored).
ServerCookieEncoder - io.netty.handler.codec.http中的类
已过时。
ServerDomainSocketChannel - io.netty.channel.unix中的接口
serverHeaders(boolean, AsciiString, AsciiString...) - 类 中的静态方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
Create a new read only representation of headers used by servers.
serverKeepAlive(int) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
serverReference(String) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
serverSocket() - 类 中的方法io.netty.testsuite.transport.socket.SocketTestPermutation
 
ServerSocketChannel - io.netty.channel.socket中的接口
A TCP/IP ServerChannel which accepts incoming TCP/IP connections.
ServerSocketChannelConfig - io.netty.channel.socket中的接口
ServerSocketSuspendTest - io.netty.testsuite.transport.socket中的类
 
ServerSocketSuspendTest() - 类 的构造器io.netty.testsuite.transport.socket.ServerSocketSuspendTest
 
ServerUtil - io.netty.example.util中的类
Some useful methods for server side.
SERVFAIL - 类 中的静态变量io.netty.handler.codec.dns.DnsResponseCode
The 'ServFail' DNS RCODE (2), as defined in RFC1035.
SERVICE_RESTART - 类 中的静态变量io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
SERVICE_UNAVAILABLE - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
503 Service Unavailable
SERVICE_UNAVAILABLE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
503 Service Unavailable
SESSION - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"session"
SESSION - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Session"
SESSION - 接口 中的静态变量io.netty.handler.codec.stomp.StompHeaders
 
SESSION_NOT_FOUND - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
454 Session Not Found
sessionCacheSize() - 类 中的方法io.netty.handler.ssl.DelegatingSslContext
 
sessionCacheSize() - 类 中的方法io.netty.handler.ssl.SslContext
Returns the size of the cache used for storing SSL session objects.
sessionCacheSize(long) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
Set the size of the cache used for storing SSL session objects.
sessionContext() - 类 中的方法io.netty.handler.ssl.DelegatingSslContext
 
sessionContext() - 类 中的方法io.netty.handler.ssl.JdkSslContext
Returns the JDK SSLSessionContext object held by this context.
sessionContext() - 类 中的方法io.netty.handler.ssl.OpenSslClientContext
 
sessionContext() - 类 中的方法io.netty.handler.ssl.OpenSslServerContext
 
sessionContext() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslClientContext
 
sessionContext() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
sessionContext() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslServerContext
 
sessionContext() - 类 中的方法io.netty.handler.ssl.SslContext
Returns the SSLSessionContext object held by this context.
sessionExpiryInterval(long) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
sessionPresent(boolean) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
 
sessionTimeout() - 类 中的方法io.netty.handler.ssl.DelegatingSslContext
 
sessionTimeout() - 类 中的方法io.netty.handler.ssl.SslContext
Returns the timeout for the cached SSL session objects, in seconds.
sessionTimeout(long) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
Set the timeout for the cached SSL session objects, in seconds.
set(K, V) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
set(K, Iterable<? extends V>) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
set(K, V...) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
set(Headers<? extends K, ? extends V, ?>) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
set(K, V) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
set(K, Iterable<? extends V>) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
set(K, V...) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
set(Headers<? extends K, ? extends V, ?>) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
set(K, V) - 接口 中的方法io.netty.handler.codec.Headers
Sets a header with the specified name and value.
set(K, Iterable<? extends V>) - 接口 中的方法io.netty.handler.codec.Headers
Sets a new header with the specified name and values.
set(K, V...) - 接口 中的方法io.netty.handler.codec.Headers
Sets a header with the specified name and values.
set(Headers<? extends K, ? extends V, ?>) - 接口 中的方法io.netty.handler.codec.Headers
Clears the current header entries and copies all header entries of the specified headers.
set(HttpHeaders) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
set(String, Object) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
set(CharSequence, Object) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
set(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
set(CharSequence, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
set(String, Object) - 类 中的方法io.netty.handler.codec.http.EmptyHttpHeaders
 
set(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.EmptyHttpHeaders
 
set(String, Object) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
 
set(CharSequence, Object) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Sets a header with the specified name and value.
set(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
 
set(CharSequence, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Sets a header with the specified name and values.
set(HttpHeaders) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Cleans the current header entries and copies all header entries of the specified headers.
set(String, Object) - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
set(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
set(CharSequence, CharSequence) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
set(CharSequence, Iterable<? extends CharSequence>) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
set(CharSequence, CharSequence...) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
set(Headers<? extends CharSequence, ? extends CharSequence, ?>) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
SET - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
set(T) - 接口 中的方法io.netty.util.Attribute
Sets the value
set(V) - 类 中的方法io.netty.util.concurrent.FastThreadLocal
Set the value for the current thread.
set(InternalThreadLocalMap, V) - 类 中的方法io.netty.util.concurrent.FastThreadLocal
Set the value for the specified thread local map.
set(int, Object) - 类 中的方法io.netty.util.internal.RecyclableArrayList
 
set100ContinueExpected(HttpMessage) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpUtil.set100ContinueExpected(HttpMessage, boolean) instead. Sets the "Expect: 100-continue" header to the specified message. If there is any existing "Expect" header, they are replaced with the new one.
set100ContinueExpected(HttpMessage, boolean) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpUtil.set100ContinueExpected(HttpMessage, boolean) instead. Sets or removes the "Expect: 100-continue" header to / from the specified message. If set is true, the "Expect: 100-continue" header is set and all other previous "Expect" headers are removed. Otherwise, all "Expect" headers are removed completely.
set100ContinueExpected(HttpMessage, boolean) - 类 中的静态方法io.netty.handler.codec.http.HttpUtil
Sets or removes the "Expect: 100-continue" header to / from the specified message.
SET_COOKIE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"set-cookie"
SET_COOKIE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Set-Cookie"
SET_COOKIE2 - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"set-cookie2"
SET_COOKIE2 - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Set-Cookie2"
SET_PARAMETER - 类 中的静态变量io.netty.handler.codec.rtsp.RtspMethods
The SET_PARAMETER requests to set the value of a parameter for a presentation or stream specified by the URI.
setAcceptFilter(AcceptFilter) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setAll(Headers<? extends K, ? extends V, ?>) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
setAll(Headers<? extends K, ? extends V, ?>) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
setAll(Headers<? extends K, ? extends V, ?>) - 接口 中的方法io.netty.handler.codec.Headers
Retains all current headers but calls #set(K, V) for each entry in headers.
setAll(HttpHeaders) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Retains all current headers but calls HttpHeaders.set(String, Object) for each entry in headers
setAll(Headers<? extends CharSequence, ? extends CharSequence, ?>) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.ChannelConfig
Set the ByteBufAllocator which is used for the channel to allocate buffers.
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.socket.DuplexChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.unix.DomainDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - 接口 中的方法io.netty.channel.unix.DomainSocketChannelConfig
 
setAllowDuplicateContentLengths(boolean) - 类 中的方法io.netty.handler.codec.http.HttpDecoderConfig
Set whether more than one Content-Length header is allowed.
setAllowHalfClosure(boolean) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setAllowHalfClosure(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setAllowHalfClosure(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setAllowHalfClosure(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setAllowHalfClosure(boolean) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setAllowHalfClosure(boolean) - 接口 中的方法io.netty.channel.socket.DuplexChannelConfig
Sets whether the channel should not close itself when its remote peer shuts down output to make the connection half-closed.
setAllowHalfClosure(boolean) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setAllowHalfClosure(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setAllowHalfClosure(boolean) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
 
setAllowPartialChunks(boolean) - 类 中的方法io.netty.handler.codec.http.HttpDecoderConfig
Set whether chunks can be split into multiple messages, if their chunk size exceeds the size of the input buffer.
setAssociatedStreamId(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setAssociatedStreamId(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdySynStreamFrame
Sets the Associated-To-Stream-ID of this frame.
setAuthoritativeAnswer(boolean) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
setAuthoritativeAnswer(boolean) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
setAuthoritativeAnswer(boolean) - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
Set to true if responding server is authoritative for the domain name in the query message.
setAutoClose(boolean) - 接口 中的方法io.netty.channel.ChannelConfig
Sets whether the Channel should be closed automatically and immediately on write failure.
setAutoClose(boolean) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setAutoClose(boolean) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setAutoClose(boolean) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
 
setAutoClose(boolean) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
 
setAutoClose(boolean) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setAutoClose(boolean) - 接口 中的方法io.netty.channel.socket.DuplexChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setAutoClose(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setAutoClose(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setAutoClose(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setAutoClose(boolean) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setAutoClose(boolean) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
 
setAutoClose(boolean) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setAutoClose(boolean) - 接口 中的方法io.netty.channel.unix.DomainDatagramChannelConfig
 
setAutoClose(boolean) - 接口 中的方法io.netty.channel.unix.DomainSocketChannelConfig
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.ChannelConfig
Sets if ChannelHandlerContext.read() will be invoked automatically so that a user application doesn't need to call it at all.
setAutoRead(boolean) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.socket.DuplexChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setAutoRead(boolean) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.unix.DomainDatagramChannelConfig
 
setAutoRead(boolean) - 接口 中的方法io.netty.channel.unix.DomainSocketChannelConfig
 
setAvailableProcessors(int) - 类 中的静态方法io.netty.util.NettyRuntime
Set the number of available processors.
setBacklog(int) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setBacklog(int) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setBacklog(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
 
setBacklog(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setBacklog(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setBacklog(int) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
Sets the backlog value to specify when the channel binds to a local address.
setBacklog(int) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setBacklog(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setBacklog(int) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setBacklog(int) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
Sets the backlog value to specify when the channel binds to a local address.
setBacklog(int) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setBacklog(int) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
Sets KindUDT#ACCEPTOR channel backlog via ChannelOption.SO_BACKLOG.
setBaseDir(String) - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
setBaudrate(int) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
Sets the baud rate (ie. bits per second) for communication with the serial device.
setBioNonApplicationBufferSize(int) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
Set the size of the buffer used by the BIO for non-application based writes (e.g. handshake, renegotiation, etc...).
setBodyHttpDatas(List<InterfaceHttpData>) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Set the Body HttpDatas list
setBoolean(int, boolean) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setBoolean(int, boolean) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified boolean at the specified absolute index in this buffer.
setBoolean(int, boolean) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setBoolean(int, boolean) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setBoolean(int, boolean) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setBoolean(K, boolean) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
setBoolean(K, boolean) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
setBoolean(K, boolean) - 接口 中的方法io.netty.handler.codec.Headers
Set the name to value.
setBoolean(CharSequence, boolean) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setBroadcast(boolean) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setBroadcast(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setBroadcast(boolean) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Sets the StandardSocketOptions.SO_BROADCAST option.
setBroadcast(boolean) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setBroadcast(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setBroadcast(boolean) - 类 中的方法io.netty.channel.unix.Socket
 
setByte(int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setByte(int, int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified byte at the specified absolute index in this buffer.
setByte(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setByte(int, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setByte(int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setByte(int, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setByte(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setByte(int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setByte(int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setByte(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setByte(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
setByte(K, byte) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
setByte(K, byte) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
setByte(K, byte) - 接口 中的方法io.netty.handler.codec.Headers
Set the name to value.
setByte(CharSequence, byte) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setBytes(int, byte[]) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setBytes(int, ByteBuf) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setBytes(int, ByteBuf, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setBytes(int, ByteBuf) - 类 中的方法io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the source buffer becomes unreadable.
setBytes(int, ByteBuf, int) - 类 中的方法io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, byte[]) - 类 中的方法io.netty.buffer.ByteBuf
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.ByteBuf
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the source buffer's position reaches its limit.
setBytes(int, InputStream, int) - 类 中的方法io.netty.buffer.ByteBuf
Transfers the content of the specified source stream to this buffer starting at the specified absolute index.
setBytes(int, ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.ByteBuf
Transfers the content of the specified source channel to this buffer starting at the specified absolute index.
setBytes(int, FileChannel, long, int) - 类 中的方法io.netty.buffer.ByteBuf
Transfers the content of the specified source channel starting at the given file position to this buffer starting at the specified absolute index.
setBytes() - 类 中的方法io.netty.buffer.ByteBufZeroingBenchmark
 
setBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setBytes(int, InputStream, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setBytes(int, ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setBytes(int, FileChannel, long, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setBytes(int, ByteBuf) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setBytes(int, ByteBuf, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setBytes(int, byte[]) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setBytes(int, InputStream, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setBytes(int, ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setBytes(int, FileChannel, long, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setBytes(int, ByteBuf) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setBytes(int, ByteBuf, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setBytes(int, byte[]) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setBytes(int, InputStream, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setBytes(int, ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setBytes(int, FileChannel, long, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setBytes(int, InputStream, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setBytes(int, ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setBytes(int, FileChannel, long, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setBytes(int, ByteBuf) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setBytes(int, ByteBuf, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setBytes(int, byte[]) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setBytes(int, InputStream, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setBytes(int, ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setBytes(int, FileChannel, long, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, InputStream, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, FileChannel, long, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, InputStream, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, FileChannel, long, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, byte[], int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, InputStream, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setCas(long) - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setCas(long) - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the CAS identifier.
setChar(int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setChar(int, int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 2-byte UTF-16 character at the specified absolute index in this buffer.
setChar(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setChar(int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setChar(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setChar(K, char) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
setChar(K, char) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
setChar(K, char) - 接口 中的方法io.netty.handler.codec.Headers
Set the name to value.
setChar(CharSequence, char) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setCharSequence(int, CharSequence, Charset) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setCharSequence(int, CharSequence, Charset) - 类 中的方法io.netty.buffer.ByteBuf
Writes the specified CharSequence at the given index.
setCharSequence(int, CharSequence, Charset) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setCharSequence(int, CharSequence, Charset) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setCharset(Charset) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
setCharset(Charset) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Set the Charset passed by the browser if defined
setCheckInterval(long) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
 
setChunkedSupported(boolean) - 类 中的方法io.netty.handler.codec.http.HttpDecoderConfig
Set whether Transfer-Encoding: Chunked should be supported.
setCity(String) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
required string city = 2;
setCityBytes(com.google.protobuf.ByteString) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
required string city = 2;
setCleanerFlag(int) - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
setClearPreviouslyPersistedSettings(boolean) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setClearPreviouslyPersistedSettings(boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdySettingsFrame
Sets if previously persisted settings should be cleared.
setCloseNotifyFlushTimeout(long, TimeUnit) - 类 中的方法io.netty.handler.ssl.SslHandler
Sets the timeout for flushing the close_notify that was triggered by closing the Channel.
setCloseNotifyFlushTimeoutMillis(long) - 类 中的方法io.netty.handler.ssl.SslHandler
setCloseNotifyReadTimeout(long, TimeUnit) - 类 中的方法io.netty.handler.ssl.SslHandler
Sets the timeout for receiving the response for the close_notify that was triggered by closing the Channel.
setCloseNotifyReadTimeoutMillis(long) - 类 中的方法io.netty.handler.ssl.SslHandler
setCloseNotifyTimeout(long, TimeUnit) - 类 中的方法io.netty.handler.ssl.SslHandler
setCloseNotifyTimeoutMillis(long) - 类 中的方法io.netty.handler.ssl.SslHandler
setCode(DnsResponseCode) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
setCode(DnsResponseCode) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
setCode(DnsResponseCode) - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
Sets the response code for this message.
setComment(String) - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Not part of RFC6265
setComment(String) - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
setCommentUrl(String) - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Not part of RFC6265
setCommentUrl(String) - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
setCompleted() - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
setCompleted(boolean) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.ChannelConfig
Sets the connect timeout of the channel in milliseconds.
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.kqueue.KQueueChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.unix.DomainDatagramChannelConfig
 
setConnectTimeoutMillis(int) - 接口 中的方法io.netty.channel.unix.DomainSocketChannelConfig
 
setConnectTimeoutMillis(long) - 类 中的方法io.netty.handler.proxy.ProxyHandler
Sets the connect timeout in millis.
setContent(ByteBuf) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
setContent(File) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
setContent(InputStream) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
setContent(ByteBuf) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
setContent(InputStream) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
setContent(File) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
setContent(ByteBuf) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Set the content from the ChannelBuffer (erase any previous data) ReferenceCounted.release() ownership of buffer is transferred to this HttpData.
setContent(File) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Set the content from the file (erase any previous data)
setContent(InputStream) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Set the content from the inputStream (erase any previous data)
setContentLength(HttpMessage, long) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
setContentLength(HttpMessage, long) - 类 中的静态方法io.netty.handler.codec.http.HttpUtil
Sets the "Content-Length" header.
setContentTransferEncoding(String) - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
setContentTransferEncoding(String) - 接口 中的方法io.netty.handler.codec.http.multipart.FileUpload
Set the Content-Transfer-Encoding type from String as 7bit, 8bit or binary
setContentTransferEncoding(String) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
setContentTransferEncoding(String) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
setContentType(String) - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
setContentType(String) - 接口 中的方法io.netty.handler.codec.http.multipart.FileUpload
Set the Content Type passed by the browser if defined
setContentType(String) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
setContentType(String) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
setContinent(WorldClockProtocol.Continent) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Location.Builder
required .io.netty.example.worldclock.Continent continent = 1;
setCounterHashCode(IntegerHolder) - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
已过时。
setCumulator(ByteToMessageDecoder.Cumulator) - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
Set the ByteToMessageDecoder.Cumulator to use for cumulate the received ByteBufs.
setDatabits(RxtxChannelConfig.Databits) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
Sets the number of data bits to use to make up each character sent to the serial device.
setDataType(byte) - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setDataType(byte) - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the data type of the message.
setDate(HttpMessage, Date) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpHeaders.set(CharSequence, Object) instead. Sets the "Date" header.
setDateHeader(HttpMessage, String, Date) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
setDateHeader(HttpMessage, CharSequence, Date) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpHeaders.set(CharSequence, Object) instead. Sets a new date header with the specified name and value. If there is an existing header with the same name, the existing header is removed. The specified value is formatted as defined in RFC2616
setDateHeader(HttpMessage, String, Iterable<Date>) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
setDateHeader(HttpMessage, CharSequence, Iterable<Date>) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpHeaders.set(CharSequence, Iterable) instead. Sets a new date header with the specified name and values. If there is an existing header with the same name, the existing header is removed. The specified values are formatted as defined in RFC2616
setDayOfMonth(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 dayOfMonth = 4;
setDayOfWeek(WorldClockProtocol.DayOfWeek) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required .io.netty.example.worldclock.DayOfWeek dayOfWeek = 5;
setDecoderResult(DecoderResult) - 接口 中的方法io.netty.handler.codec.DecoderResultProvider
Updates the result of decoding this object.
setDecoderResult(DecoderResult) - 类 中的方法io.netty.handler.codec.http.DefaultHttpObject
 
setDecoderResult(DecoderResult) - 类 中的方法io.netty.handler.codec.memcache.AbstractMemcacheObject
 
setDecoderResult(DecoderResult) - 类 中的方法io.netty.handler.codec.socksx.AbstractSocksMessage
 
setDecoderResult(DecoderResult) - 类 中的方法io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
setDecoderResult(DecoderResult) - 类 中的方法io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
setDefaultFactory(InternalLoggerFactory) - 类 中的静态方法io.netty.util.internal.logging.InternalLoggerFactory
Changes the default factory.
setDeleteOnExit(boolean) - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
setDeltaWindowSize(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
setDeltaWindowSize(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Sets the Delta-Window-Size of this frame.
setDiscard(boolean) - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Not part of RFC6265
setDiscard(boolean) - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
setDiscardAfterReads(int) - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
Set the number of reads after which ByteBuf.discardSomeReadBytes() are called and so free up memory.
setDiscardThreshold(int) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Set the amount of bytes after which read bytes in the buffer should be discarded.
setDiscardThreshold(int) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
setDiscardThreshold(int) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Set the amount of bytes after which read bytes in the buffer should be discarded.
setDiscardThreshold(int) - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Set the amount of bytes after which read bytes in the buffer should be discarded.
setDomain(String) - 接口 中的方法io.netty.handler.codec.http.cookie.Cookie
Sets the domain of this Cookie.
setDomain(String) - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
 
setDouble(int, double) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setDouble(int, double) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 64-bit floating-point number at the specified absolute index in this buffer.
setDouble(int, double) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setDouble(int, double) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setDouble(int, double) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setDouble(K, double) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
setDouble(K, double) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
setDouble(K, double) - 接口 中的方法io.netty.handler.codec.Headers
Set the name to value.
setDouble(CharSequence, double) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setDoubleLE(int, double) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 64-bit floating-point number at the specified absolute index in this buffer in Little Endian Byte Order.
setDtr(boolean) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
Sets whether the serial device supports the Data Terminal Ready signal, used for flow control
setEnabled(boolean) - 类 中的静态方法io.netty.util.ResourceLeakDetector
已过时。
setEnabledCipherSuites(String[]) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setEnabledProtocols(String[]) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
TLS doesn't support a way to advertise non-contiguous versions from the client's perspective, and the client just advertises the max supported version.
setEnableSessionCreation(boolean) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setEpollMode(EpollMode) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
Set the EpollMode used.
setEpollMode(EpollMode) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setEpollMode(EpollMode) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
setEpollMode(EpollMode) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setEpollMode(EpollMode) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setEpollMode(EpollMode) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setExtras(ByteBuf) - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setExtras(ByteBuf) - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the extras buffer on the message.
setExtraStreamIds(int) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
setExtraStreamIds(int) - 接口 中的方法io.netty.handler.codec.http2.Http2GoAwayFrame
Sets the number of IDs to reserve for the receiver to use while GOAWAY is in transit.
setFailure(Throwable) - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
setFailure(Throwable) - 接口 中的方法io.netty.channel.ChannelPromise
 
setFailure(Throwable) - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
setFailure(Throwable) - 类 中的方法io.netty.channel.DefaultChannelPromise
 
setFailure(Throwable) - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
setFailure(Throwable) - 类 中的方法io.netty.channel.VoidChannelPromise
 
setFailure(Throwable) - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
setFailure(Throwable) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
setFailure(Throwable) - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
setFailure(Throwable) - 接口 中的方法io.netty.util.concurrent.Promise
Marks this future as a failure and notifies all listeners.
setFilename(String) - 类 中的方法io.netty.handler.codec.http.multipart.DiskFileUpload
 
setFilename(String) - 接口 中的方法io.netty.handler.codec.http.multipart.FileUpload
Set the original filename
setFilename(String) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryFileUpload
 
setFilename(String) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
setFlag(boolean, short) - 类 中的方法io.netty.handler.codec.http2.Http2Flags
Generic method to set any flag.
setFloat(int, float) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setFloat(int, float) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 32-bit floating-point number at the specified absolute index in this buffer.
setFloat(int, float) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setFloat(int, float) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setFloat(int, float) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setFloat(K, float) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
setFloat(K, float) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
setFloat(K, float) - 接口 中的方法io.netty.handler.codec.Headers
Set the name to value.
setFloat(CharSequence, float) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setFloatLE(int, float) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 32-bit floating-point number at the specified absolute index in this buffer in Little Endian Byte Order.
setForceCloseTimeoutMillis(long) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Sets timeout to close the connection if it was not closed by the server.
setForceCloseTimeoutMillis(long) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
 
setForceCloseTimeoutMillis(long) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
 
setForceCloseTimeoutMillis(long) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
setForceCloseTimeoutMillis(long) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
setFreeBind(boolean) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
If true is used IP_FREEBIND is enabled, false for disable it.
setFreeBind(boolean) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
If true is used IP_FREEBIND is enabled, false for disable it.
setFutureListenerStackDepth(int) - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
setGetLong() - 类 中的方法io.netty.buffer.ByteBufAccessBenchmark
 
setGetLong() - 类 中的方法io.netty.buffer.CompositeByteBufRandomAccessBenchmark
 
setHandshakeTimeout(long, TimeUnit) - 类 中的方法io.netty.handler.ssl.SslHandler
 
setHandshakeTimeoutMillis(long) - 类 中的方法io.netty.handler.ssl.SslHandler
 
setHeader(HttpMessage, String, Object) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
setHeader(HttpMessage, CharSequence, Object) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpHeaders.set(CharSequence, Object) instead. Sets a new header with the specified name and value. If there is an existing header with the same name, the existing header is removed. If the specified value is not a String, it is converted into a String by Object.toString(), except for Date and Calendar which are formatted to the date format defined in RFC2616.
setHeader(HttpMessage, String, Iterable<?>) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
setHeader(HttpMessage, CharSequence, Iterable<?>) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpHeaders.set(CharSequence, Iterable) instead. Sets a new header with the specified name and values. If there is an existing header with the same name, the existing header is removed. This getMethod can be represented approximately as the following code:
 removeHeader(message, name);
 for (Object v: values) {
     if (v == null) {
         break;
     }
     addHeader(message, name, v);
 }
 
setHeadersFactory(HttpHeadersFactory) - 类 中的方法io.netty.handler.codec.http.HttpDecoderConfig
Set the HttpHeadersFactory to use when creating new HTTP headers objects.
setHost(HttpMessage, String) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
setHost(HttpMessage, CharSequence) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpHeaders.set(CharSequence, Object) instead. Sets the "Host" header.
setHour(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 hour = 6;
setHttpOnly(boolean) - 接口 中的方法io.netty.handler.codec.http.cookie.Cookie
Determines if this Cookie is HTTP only.
setHttpOnly(boolean) - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
 
setId(int) - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
setId(int) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQuery
 
setId(int) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
setId(int) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsQuery
 
setId(int) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
setId(int) - 接口 中的方法io.netty.handler.codec.dns.DnsMessage
Sets the ID of this DNS message.
setId(int) - 接口 中的方法io.netty.handler.codec.dns.DnsQuery
 
setId(int) - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
 
setId(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
setId(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdyPingFrame
Sets the ID of this frame.
setIfAbsent(T) - 接口 中的方法io.netty.util.Attribute
Atomically sets to the given value if this Attribute's value is null.
setIndex(int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setIndex(int, int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the readerIndex and writerIndex of this buffer in one shot.
setIndex(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setIndex(int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setIndex(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setIndexedVariable(int, Object) - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
setInitialBufferSize(int) - 类 中的方法io.netty.handler.codec.http.HttpDecoderConfig
Set the initial size of the temporary buffer used when parsing the lines of the HTTP headers.
setInitialSeedUniquifier(long) - 类 中的静态方法io.netty.util.internal.ThreadLocalRandom
 
setInitialValue(T) - 类 中的方法io.netty.util.internal.ReferenceCountUpdater
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
setInt(int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setInt(int, int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 32-bit integer at the specified absolute index in this buffer.
setInt(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setInt(int, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setInt(int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setInt(int, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setInt(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setInt(int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setInt(int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setInt(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setInt(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
setInt(K, int) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
setInt(K, int) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
setInt(K, int) - 接口 中的方法io.netty.handler.codec.Headers
Set the name to value.
setInt(CharSequence, int) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
setInt(CharSequence, int) - 类 中的方法io.netty.handler.codec.http.EmptyHttpHeaders
 
setInt(CharSequence, int) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Set the name to value.
setInt(CharSequence, int) - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
setInt(CharSequence, int) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setInterface(InetAddress) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setInterface(InetAddress) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setInterface(InetAddress) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Sets the address of the network interface used for multicast packets.
setInterface(InetAddress) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setInterface(InetAddress) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setIntHeader(HttpMessage, String, int) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
setIntHeader(HttpMessage, CharSequence, int) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpHeaders.setInt(CharSequence, int) instead. Sets a new integer header with the specified name and value. If there is an existing header with the same name, the existing header is removed.
setIntHeader(HttpMessage, String, Iterable<Integer>) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
setIntHeader(HttpMessage, CharSequence, Iterable<Integer>) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpHeaders.set(CharSequence, Iterable) instead. Sets a new integer header with the specified name and values. If there is an existing header with the same name, the existing header is removed.
setIntLE(int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setIntLE(int, int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 32-bit integer at the specified absolute index in this buffer with Little Endian byte order .
setIntLE(int, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setIntLE(int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setIntLE(int, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setIntLE(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setIntLE(int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setIntLE(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
setIntOpt(int, int, int) - 类 中的方法io.netty.channel.unix.Socket
 
setInvalid() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
setInvalid() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
setInvalid() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setInvalid() - 接口 中的方法io.netty.handler.codec.spdy.SpdyHeadersFrame
Marks this header block as invalid.
setInvalid() - 接口 中的方法io.netty.handler.codec.spdy.SpdySynReplyFrame
 
setInvalid() - 接口 中的方法io.netty.handler.codec.spdy.SpdySynStreamFrame
 
setIoRatio(int) - 类 中的方法io.netty.channel.epoll.EpollEventLoop
Sets the percentage of the desired amount of time spent for I/O in the event loop.
setIoRatio(int) - 类 中的方法io.netty.channel.epoll.EpollEventLoopGroup
Sets the percentage of the desired amount of time spent for I/O in the child event loops.
setIoRatio(int) - 类 中的方法io.netty.channel.kqueue.KQueueEventLoopGroup
Sets the percentage of the desired amount of time spent for I/O in the child event loops.
setIoRatio(int) - 类 中的方法io.netty.channel.nio.NioEventLoop
Sets the percentage of the desired amount of time spent for I/O in the event loop.
setIoRatio(int) - 类 中的方法io.netty.channel.nio.NioEventLoopGroup
Sets the percentage of the desired amount of time spent for I/O in the child event loops.
setIpRecvOrigDestAddr(boolean) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
If true is used IP_RECVORIGDSTADDR is enabled, false for disable it.
setIpTransparent(boolean) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
If true is used IP_TRANSPARENT is enabled, false for disable it.
setIpTransparent(boolean) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
If true is used IP_TRANSPARENT is enabled, false for disable it.
setIpTransparent(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
If true is used IP_TRANSPARENT is enabled, false for disable it.
setKeepAlive(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setKeepAlive(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setKeepAlive(boolean) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setKeepAlive(boolean) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setKeepAlive(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setKeepAlive(boolean) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Sets the StandardSocketOptions.SO_KEEPALIVE option.
setKeepAlive(boolean) - 类 中的方法io.netty.channel.unix.Socket
 
setKeepAlive(HttpMessage, boolean) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpUtil.setKeepAlive(HttpMessage, boolean) instead. Sets the value of the "Connection" header depending on the protocol version of the specified message. This getMethod sets or removes the "Connection" header depending on what the default keep alive mode of the message's protocol version is, as specified by HttpVersion.isKeepAliveDefault().
  • If the connection is kept alive by default:
    • set to "close" if keepAlive is false.
    • remove otherwise.
  • If the connection is closed by default:
    • set to "keep-alive" if keepAlive is true.
    • remove otherwise.
setKeepAlive(HttpMessage, boolean) - 类 中的静态方法io.netty.handler.codec.http.HttpUtil
Sets the value of the "Connection" header depending on the protocol version of the specified message.
setKeepAlive(HttpHeaders, HttpVersion, boolean) - 类 中的静态方法io.netty.handler.codec.http.HttpUtil
Sets the value of the "Connection" header depending on the protocol version of the specified message.
setKey(ByteBuf) - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setKey(ByteBuf) - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the key of the document.
setLast(boolean) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
setLast(boolean) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
setLast(boolean) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
setLast(boolean) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
setLast(boolean) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
setLast(boolean) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setLast(boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdyDataFrame
 
setLast(boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdyHeadersFrame
 
setLast(boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdyRstStreamFrame
 
setLast(boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdyStreamFrame
Sets if this frame is the last frame to be transmitted on the stream.
setLast(boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdySynReplyFrame
 
setLast(boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdySynStreamFrame
 
setLastGoodStreamId(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
setLastGoodStreamId(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdyGoAwayFrame
Sets the Last-good-stream-ID of this frame.
setLeakListener(ResourceLeakDetector.LeakListener) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Set AbstractByteBuf.leakDetector's ResourceLeakDetector.LeakListener.
setLeakListener(ResourceLeakDetector.LeakListener) - 类 中的方法io.netty.util.ResourceLeakDetector
Set leak listener.
setLength(int) - 类 中的方法io.netty.util.internal.AppendableCharSequence
 
setLevel(ResourceLeakDetector.Level) - 类 中的静态方法io.netty.util.ResourceLeakDetector
Sets the resource leak detection level.
setLocalChannelReaderStackDepth(int) - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
setLocalTime(int, WorldClockProtocol.LocalTime) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
setLocalTime(int, WorldClockProtocol.LocalTime.Builder) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
setLocation(int, WorldClockProtocol.Location) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
setLocation(int, WorldClockProtocol.Location.Builder) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
setLong(int, long) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setLong(int, long) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 64-bit long integer at the specified absolute index in this buffer.
setLong() - 类 中的方法io.netty.buffer.ByteBufAccessBenchmark
 
setLong(int, long) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setLong() - 类 中的方法io.netty.buffer.CompositeByteBufRandomAccessBenchmark
 
setLong(int, long) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setLong(int, long) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setLong(int, long) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setLong(int, long) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setLong(int, long) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setLong(int, long) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setLong(int, long) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setLong(int, long) - 类 中的方法io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
setLong(K, long) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
setLong(K, long) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
setLong(K, long) - 接口 中的方法io.netty.handler.codec.Headers
Set the name to value.
setLong(CharSequence, long) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setLongLE(int, long) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setLongLE(int, long) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
setLongLE(int, long) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setLongLE(int, long) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setLongLE(int, long) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setLongLE(int, long) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setLongLE(int, long) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setLongLE(int, long) - 类 中的方法io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
setLoopbackModeDisabled(boolean) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setLoopbackModeDisabled(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setLoopbackModeDisabled(boolean) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Sets the StandardSocketOptions.IP_MULTICAST_LOOP option.
setLoopbackModeDisabled(boolean) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setLoopbackModeDisabled(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setMagic(byte) - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setMagic(byte) - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the magic byte.
setMaxAge(long) - 接口 中的方法io.netty.handler.codec.http.cookie.Cookie
Sets the maximum age of this Cookie in seconds.
setMaxAge(long) - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
 
setMaxAge(long) - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Not part of RFC6265
setMaxBytesPerGatheringWrite(long) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
setMaxChunkSize(int) - 类 中的方法io.netty.handler.codec.http.HttpDecoderConfig
Set the maximum chunk size.
setMaxCumulationBufferComponents(int) - 类 中的方法io.netty.handler.codec.MessageAggregator
Sets the maximum number of components in the cumulation buffer.
setMaxDatagramPayloadSize(int) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
Set the maximum DatagramPacket size.
setMaxDeviation(float, float, float) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
setMaxGlobalWriteSize(long) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setMaxGlobalWriteSize(long) - 类 中的方法io.netty.handler.traffic.GlobalTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setMaxHeaderSize(int) - 类 中的方法io.netty.handler.codec.http.HttpDecoderConfig
Set the maximum line length of header lines.
setMaxInitialLineLength(int) - 类 中的方法io.netty.handler.codec.http.HttpDecoderConfig
Set the maximum length of the first line of the HTTP header.
setMaxLimit(long) - 类 中的方法io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
setMaxLimit(long) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpDataFactory
To set a max size limitation on fields.
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.ChannelConfig
已过时。
Use MaxMessagesRecvByteBufAllocator and MaxMessagesRecvByteBufAllocator.maxMessagesPerRead(int).

Sets the maximum number of messages to read per read loop. If this value is greater than 1, an event loop might attempt to read multiple times to procure multiple messages.

setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.DefaultChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.kqueue.KQueueChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
已过时。
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
已过时。
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
已过时。
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.socket.DuplexChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
setMaxMessagesPerRead(int) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.unix.DomainDatagramChannelConfig
已过时。
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.unix.DomainSocketChannelConfig
已过时。
setMaxMessagesPerWrite(int) - 类 中的方法io.netty.channel.DefaultChannelConfig
Set the maximum number of message to write per eventloop run.
setMaxMessagesPerWrite(int) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setMaxMessagesPerWrite(int) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
setMaxMessagesPerWrite(int) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setMaxMessagesPerWrite(int) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
setMaxMessagesPerWrite(int) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setMaxSize(long) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractHttpData
 
setMaxSize(long) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Set the maxSize for this HttpData.
setMaxTimeWait(long) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setMaxWriteDelay(long) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setMaxWriteSize(long) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
Note that this limit is a best effort on memory limitation to prevent Out Of Memory Exception.
setMedium(int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setMedium(int, int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 24-bit medium integer at the specified absolute index in this buffer.
setMedium(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setMedium(int, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setMedium(int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setMedium(int, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setMedium(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setMedium(int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setMedium(int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setMedium(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setMedium(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
setMediumLE(int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setMediumLE(int, int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
setMediumLE(int, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setMediumLE(int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setMediumLE(int, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setMediumLE(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setMediumLE(int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setMediumLE(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
setMemory(byte[], int, long, byte) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
setMemory(long, long, byte) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.ChannelConfig
Set the MessageSizeEstimator which is used for the channel to detect the size of a message.
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.kqueue.KQueueChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.socket.DuplexChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.unix.DomainDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - 接口 中的方法io.netty.channel.unix.DomainSocketChannelConfig
 
setMethod(HttpMethod) - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
 
setMethod(HttpMethod) - 类 中的方法io.netty.handler.codec.http.DefaultHttpRequest
 
setMethod(HttpMethod) - 接口 中的方法io.netty.handler.codec.http.FullHttpRequest
 
setMethod(HttpMethod) - 接口 中的方法io.netty.handler.codec.http.HttpRequest
Set the HttpMethod of this HttpRequest.
setMinute(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 minute = 7;
setMonth(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 month = 2;
setNeedClientAuth(boolean) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setNetworkInterface(NetworkInterface) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setNetworkInterface(NetworkInterface) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setNetworkInterface(NetworkInterface) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Sets the StandardSocketOptions.IP_MULTICAST_IF option.
setNetworkInterface(NetworkInterface) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setNetworkInterface(NetworkInterface) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setObject(K, Object) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
setObject(K, Iterable<?>) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
setObject(K, Object...) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
setObject(K, Object) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
setObject(K, Iterable<?>) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
setObject(K, Object...) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
setObject(K, Object) - 接口 中的方法io.netty.handler.codec.Headers
Sets a new header.
setObject(K, Iterable<?>) - 接口 中的方法io.netty.handler.codec.Headers
Sets a header with the specified name and values.
setObject(K, Object...) - 接口 中的方法io.netty.handler.codec.Headers
Sets a header with the specified name and values.
setObject(CharSequence, Object) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setObject(CharSequence, Iterable<?>) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setObject(CharSequence, Object...) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setOcspResponse(byte[]) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Sets the OCSP response.
setOpaque(int) - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setOpaque(int) - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the opaque value.
setOpCode(DnsOpCode) - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
setOpCode(DnsOpCode) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQuery
 
setOpCode(DnsOpCode) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
setOpCode(DnsOpCode) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsQuery
 
setOpCode(DnsOpCode) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
setOpCode(DnsOpCode) - 接口 中的方法io.netty.handler.codec.dns.DnsMessage
Sets the opCode of this DNS message.
setOpCode(DnsOpCode) - 接口 中的方法io.netty.handler.codec.dns.DnsQuery
 
setOpCode(DnsOpCode) - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
 
setOpcode(byte) - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setOpcode(byte) - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the opcode for the message.
setOption(SctpSocketOption<T>, T) - 类 中的方法com.sun.nio.sctp.SctpChannel
 
setOption(SctpSocketOption<T>, T) - 类 中的方法com.sun.nio.sctp.SctpServerChannel
 
setOption(ChannelOption<T>, T) - 接口 中的方法io.netty.channel.ChannelConfig
Sets a configuration property with the specified name and value.
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.kqueue.KQueueChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setOption(ChannelOption<T>, T) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setOptions(Map<ChannelOption<?>, ?>) - 接口 中的方法io.netty.channel.ChannelConfig
Sets the configuration properties from the specified Map.
setOptions(Map<ChannelOption<?>, ?>) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
setOpWrite() - 类 中的方法io.netty.channel.nio.AbstractNioByteChannel
 
setParitybit(RxtxChannelConfig.Paritybit) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
Sets the type of parity bit to be used when communicating with the serial device.
setPartitioned(boolean) - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
Sets the Partitioned attribute of this Cookie
setPath(String) - 接口 中的方法io.netty.handler.codec.http.cookie.Cookie
Sets the path of this Cookie.
setPath(String) - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
 
setPerformancePreferences(int, int, int) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setPerformancePreferences(int, int, int) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setPerformancePreferences(int, int, int) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
 
setPerformancePreferences(int, int, int) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setPerformancePreferences(int, int, int) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setPerformancePreferences(int, int, int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setPerformancePreferences(int, int, int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setPerformancePreferences(int, int, int) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setPerformancePreferences(int, int, int) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setPerformancePreferences(int, int, int) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
Sets the performance preferences as specified in ServerSocket.setPerformancePreferences(int, int, int).
setPerformancePreferences(int, int, int) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Sets the performance preferences as specified in Socket.setPerformancePreferences(int, int, int).
setPersisted(int, boolean) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setPersisted(int, boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdySettingsFrame
Sets if this setting is persisted.
setPersistValue(int, boolean) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setPersistValue(int, boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdySettingsFrame
Sets if this setting should be persisted.
setPorts(int...) - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Not part of RFC6265
setPorts(Iterable<Integer>) - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Not part of RFC6265
setPorts(int...) - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
setPorts(Iterable<Integer>) - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
setPriority(byte) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setPriority(byte) - 接口 中的方法io.netty.handler.codec.spdy.SpdySynStreamFrame
Sets the priority of the stream.
setPrivateKeyMethod(OpenSslPrivateKeyMethod) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
setProgress(long, long) - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
setProgress(long, long) - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
setProgress(long, long) - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
setProgress(long, long) - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
Sets the current progress of the operation and notifies the listeners that implement GenericProgressiveFutureListener.
setProperty(Http2Connection.PropertyKey, V) - 接口 中的方法io.netty.handler.codec.http2.Http2Stream
Associates the application-defined data with this stream.
setProtocolReceiveBufferSize(int) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setProtocolReceiveBufferSize(int) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setProtocolReceiveBufferSize(int) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Sets OptionUDT#Protocol_Receive_Buffer_Size
setProtocolReceiveBufferSize(int) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setProtocolSendBufferSize(int) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setProtocolSendBufferSize(int) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setProtocolSendBufferSize(int) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Sets OptionUDT#Protocol_Send_Buffer_Size
setProtocolSendBufferSize(int) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setProtocolVersion(HttpVersion) - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
 
setProtocolVersion(HttpVersion) - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpResponse
 
setProtocolVersion(HttpVersion) - 类 中的方法io.netty.handler.codec.http.DefaultHttpMessage
 
setProtocolVersion(HttpVersion) - 类 中的方法io.netty.handler.codec.http.DefaultHttpRequest
 
setProtocolVersion(HttpVersion) - 类 中的方法io.netty.handler.codec.http.DefaultHttpResponse
 
setProtocolVersion(HttpVersion) - 接口 中的方法io.netty.handler.codec.http.FullHttpRequest
 
setProtocolVersion(HttpVersion) - 接口 中的方法io.netty.handler.codec.http.FullHttpResponse
 
setProtocolVersion(HttpVersion) - 接口 中的方法io.netty.handler.codec.http.HttpMessage
Set the protocol version of this HttpMessage
setProtocolVersion(HttpVersion) - 接口 中的方法io.netty.handler.codec.http.HttpRequest
 
setProtocolVersion(HttpVersion) - 接口 中的方法io.netty.handler.codec.http.HttpResponse
 
SETQ - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
setRawOpt(int, int, ByteBuffer) - 类 中的方法io.netty.channel.unix.Socket
 
setRcvAllocTransportProvidesGuess(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueChannelConfig
If this is true then the RecvByteBufAllocator.Handle#guess() will be overridden to always attempt to read as many bytes as kqueue says are available.
setRcvAllocTransportProvidesGuess(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setRcvAllocTransportProvidesGuess(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
setRcvAllocTransportProvidesGuess(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setRcvAllocTransportProvidesGuess(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
 
setRcvAllocTransportProvidesGuess(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setRcvAllocTransportProvidesGuess(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setReadChannelLimit(long) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
setReadLimit(long) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setReadMode(DomainSocketReadMode) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setReadMode(DomainSocketReadMode) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setReadMode(DomainSocketReadMode) - 接口 中的方法io.netty.channel.unix.DomainSocketChannelConfig
Change the DomainSocketReadMode for the channel.
setReadPending(boolean) - 类 中的方法io.netty.channel.nio.AbstractNioChannel
已过时。
Use AbstractNioChannel.clearReadPending() if appropriate instead. No longer supported.
setReadPending(boolean) - 类 中的方法io.netty.channel.oio.AbstractOioChannel
已过时。
Use AbstractOioChannel.clearReadPending() if appropriate instead. No longer supported.
setReadPending(boolean) - 类 中的方法io.netty.channel.socket.nio.NioDatagramChannel
已过时。
setReadPending(boolean) - 类 中的方法io.netty.channel.socket.oio.OioServerSocketChannel
已过时。
setReadPending(boolean) - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
已过时。
setReadTimeout(int) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
Sets the maximal time (in ms) to block while try to read from the serial port.
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setReceiveBufferSize(int) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
Gets the SO_RCVBUF option.
setReceiveBufferSize(int) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
Gets the SO_RCVBUF option.
setReceiveBufferSize(int) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Sets the StandardSocketOptions.SO_RCVBUF option.
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setReceiveBufferSize(int) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setReceiveBufferSize(int) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setReceiveBufferSize(int) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setReceiveBufferSize(int) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
Gets the StandardSocketOptions.SO_SNDBUF option.
setReceiveBufferSize(int) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Sets the StandardSocketOptions.SO_RCVBUF option.
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setReceiveBufferSize(int) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Sets the ChannelOption.SO_RCVBUF option.
setReceiveBufferSize(int) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.unix.Socket
 
setRecord(DnsSection, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
setRecord(DnsSection, int, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
setRecord(DnsSection, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQuery
 
setRecord(DnsSection, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
setRecord(DnsSection, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsQuery
 
setRecord(DnsSection, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
setRecord(DnsSection, DnsRecord) - 接口 中的方法io.netty.handler.codec.dns.DnsMessage
Sets the specified section of this DNS message to the specified record, making it a single-record section.
setRecord(DnsSection, int, DnsRecord) - 接口 中的方法io.netty.handler.codec.dns.DnsMessage
Sets the specified record at the specified index of the specified section of this DNS message.
setRecord(DnsSection, DnsRecord) - 接口 中的方法io.netty.handler.codec.dns.DnsQuery
 
setRecord(DnsSection, DnsRecord) - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
 
setRecursionAvailable(boolean) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
setRecursionAvailable(boolean) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
setRecursionAvailable(boolean) - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
Set to true if DNS server can handle recursive queries.
setRecursionDesired(boolean) - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
setRecursionDesired(boolean) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQuery
 
setRecursionDesired(boolean) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
setRecursionDesired(boolean) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsQuery
 
setRecursionDesired(boolean) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
setRecursionDesired(boolean) - 接口 中的方法io.netty.handler.codec.dns.DnsMessage
Sets the RD (recursion desired} field of this DNS message.
setRecursionDesired(boolean) - 接口 中的方法io.netty.handler.codec.dns.DnsQuery
 
setRecursionDesired(boolean) - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.ChannelConfig
Set the RecvByteBufAllocator which is used for the channel to allocate receive buffers.
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.socket.DuplexChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.unix.DomainDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.unix.DomainSocketChannelConfig
 
setRefCnt(int) - 类 中的方法io.netty.buffer.AbstractReferenceCountedByteBuf
An unsafe operation intended for use by a subclass that sets the reference count of the buffer directly
setRefCnt(int) - 类 中的方法io.netty.util.AbstractReferenceCounted
An unsafe operation intended for use by a subclass that sets the reference count of the buffer directly
setRefCnt(T, int) - 类 中的方法io.netty.util.internal.ReferenceCountUpdater
An unsafe operation that sets the reference count directly
setRejectRemoteInitiatedRenegotiation(boolean) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
已过时。
setReserved(short) - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
Sets the reserved field value.
setReserved(short) - 类 中的方法io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
setResourceLeakDetectorFactory(ResourceLeakDetectorFactory) - 类 中的静态方法io.netty.util.ResourceLeakDetectorFactory
Set the factory's singleton instance.
setReuseAddress(boolean) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setReuseAddress(boolean) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setReuseAddress(boolean) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setReuseAddress(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setReuseAddress(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setReuseAddress(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
 
setReuseAddress(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setReuseAddress(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setReuseAddress(boolean) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.SO_REUSEADDR option.
setReuseAddress(boolean) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setReuseAddress(boolean) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setReuseAddress(boolean) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setReuseAddress(boolean) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setReuseAddress(boolean) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setReuseAddress(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setReuseAddress(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setReuseAddress(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setReuseAddress(boolean) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
Sets the StandardSocketOptions.SO_REUSEADDR option.
setReuseAddress(boolean) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Sets the StandardSocketOptions.SO_REUSEADDR option.
setReuseAddress(boolean) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setReuseAddress(boolean) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setReuseAddress(boolean) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
setReuseAddress(boolean) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setReuseAddress(boolean) - 类 中的方法io.netty.channel.unix.Socket
 
setReusePort(boolean) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
Set the SO_REUSEPORT option on the underlying Channel.
setReusePort(boolean) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
Set the SO_REUSEPORT option on the underlying Channel.
setReusePort(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
Set the SO_REUSEPORT option on the underlying Channel.
setReusePort(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setReusePort(boolean) - 类 中的方法io.netty.channel.unix.Socket
 
setRts(boolean) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
Sets whether the serial device supports the Request To Send signal, used for flow control
setSameSite(CookieHeaderNames.SameSite) - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
Determines if this this Cookie can be sent along cross-site requests.
setSctpNoDelay(boolean) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setSctpNoDelay(boolean) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
Sets the SCTP_NODELAY option.
setSecond(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 second = 8;
setSecure(boolean) - 接口 中的方法io.netty.handler.codec.http.cookie.Cookie
Sets the security getStatus of this Cookie
setSecure(boolean) - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
 
setSeed(long) - 类 中的方法io.netty.util.internal.ThreadLocalRandom
Throws UnsupportedOperationException.
setSendBufferSize(int) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setSendBufferSize(int) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
setSendBufferSize(int) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setSendBufferSize(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setSendBufferSize(int) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setSendBufferSize(int) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
setSendBufferSize(int) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setSendBufferSize(int) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setSendBufferSize(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setSendBufferSize(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setSendBufferSize(int) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
Sets the SO_SNDBUF option.
setSendBufferSize(int) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
Sets the SO_SNDBUF option.
setSendBufferSize(int) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Sets the StandardSocketOptions.SO_SNDBUF option.
setSendBufferSize(int) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setSendBufferSize(int) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setSendBufferSize(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setSendBufferSize(int) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setSendBufferSize(int) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setSendBufferSize(int) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Sets the StandardSocketOptions.SO_SNDBUF option.
setSendBufferSize(int) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setSendBufferSize(int) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setSendBufferSize(int) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Sets the ChannelOption.SO_SNDBUF option.
setSendBufferSize(int) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setSendBufferSize(int) - 接口 中的方法io.netty.channel.unix.DomainDatagramChannelConfig
Sets the StandardSocketOptions.SO_SNDBUF option.
setSendBufferSize(int) - 类 中的方法io.netty.channel.unix.Socket
 
setSessionCacheEnabled(boolean) - 类 中的方法io.netty.handler.ssl.OpenSslSessionContext
Enable or disable caching of SSL sessions.
setSessionCacheSize(int) - 类 中的方法io.netty.handler.ssl.OpenSslSessionContext
 
setSessionIdContext(byte[]) - 类 中的方法io.netty.handler.ssl.OpenSslServerSessionContext
Set the context within which session be reused (server side only) See man SSL_CTX_set_session_id_context
setSessionReceiveWindowSize(int) - 类 中的方法io.netty.handler.codec.spdy.SpdySessionHandler
 
setSessionTimeout(int) - 类 中的方法io.netty.handler.ssl.OpenSslSessionContext
 
setShort(int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setShort(int, int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 16-bit short integer at the specified absolute index in this buffer.
setShort(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setShort(int, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setShort(int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setShort(int, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setShort(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setShort(int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setShort(int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setShort(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setShort(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
setShort(K, short) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
setShort(K, short) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
setShort(K, short) - 接口 中的方法io.netty.handler.codec.Headers
Set the name to value.
setShort(CharSequence, short) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
setShort(CharSequence, short) - 类 中的方法io.netty.handler.codec.http.EmptyHttpHeaders
 
setShort(CharSequence, short) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Set the name to value.
setShort(CharSequence, short) - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
setShort(CharSequence, short) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setShortBE(ByteBuf, int, int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Sets a big-endian 16-bit short integer to the buffer.
setShortLE(int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setShortLE(int, int) - 类 中的方法io.netty.buffer.ByteBuf
Sets the specified 16-bit short integer at the specified absolute index in this buffer with the Little Endian Byte Order.
setShortLE(int, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
setShortLE(int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setShortLE(int, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
setShortLE(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setShortLE(int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setShortLE(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
setSingleDecode(boolean) - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
If set then only one message is decoded on each ByteToMessageDecoder.channelRead(ChannelHandlerContext, Object) call.
setSingleDecode(boolean) - 类 中的方法io.netty.handler.codec.http.HttpClientCodec
 
setSndLowAt(int) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setSoBusyPoll(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the SO_BUSY_POLL option on the socket.
setSoLinger(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setSoLinger(int) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setSoLinger(int) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setSoLinger(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setSoLinger(int) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setSoLinger(int) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Sets the StandardSocketOptions.SO_LINGER option.
setSoLinger(int) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setSoLinger(int) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setSoLinger(int) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Sets the ChannelOption.SO_LINGER option.
setSoLinger(int) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setSoLinger(int) - 类 中的方法io.netty.channel.unix.Socket
 
setSoTimeout(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setSoTimeout(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setSoTimeout(int) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
Sets the maximal time a operation on the underlying socket may block.
setSoTimeout(int) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
Sets the maximal time a operation on the underlying socket may block.
setSoTimeout(int) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
Sets the maximal time a operation on the underlying socket may block.
setSSLParameters(SSLParameters) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setStatus(HttpResponseStatus) - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpResponse
 
setStatus(HttpResponseStatus) - 类 中的方法io.netty.handler.codec.http.DefaultHttpResponse
 
setStatus(HttpResponseStatus) - 接口 中的方法io.netty.handler.codec.http.FullHttpResponse
 
setStatus(HttpResponseStatus) - 接口 中的方法io.netty.handler.codec.http.HttpResponse
Set the status of this HttpResponse.
setStatus(short) - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
Sets the status of the response.
setStatus(short) - 类 中的方法io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
setStatus(SpdySessionStatus) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
setStatus(SpdyStreamStatus) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
setStatus(SpdySessionStatus) - 接口 中的方法io.netty.handler.codec.spdy.SpdyGoAwayFrame
Sets the status of this frame.
setStatus(SpdyStreamStatus) - 接口 中的方法io.netty.handler.codec.spdy.SpdyRstStreamFrame
Sets the status of this frame.
setStopbits(RxtxChannelConfig.Stopbits) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
Sets the number of stop bits to include at the end of every character to aid the serial device in synchronising with the data.
setStreamId(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
setStreamId(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
setStreamId(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
setStreamId(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
setStreamId(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
setStreamId(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setStreamId(int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
setStreamId(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdyDataFrame
 
setStreamId(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdyHeadersFrame
 
setStreamId(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdyRstStreamFrame
 
setStreamId(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdyStreamFrame
Sets the Stream-ID of this frame.
setStreamId(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdySynReplyFrame
 
setStreamId(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdySynStreamFrame
 
setStreamId(int) - 接口 中的方法io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Sets the Stream-ID of this frame.
setSuccess(Void) - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
setSuccess() - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
setSuccess(Void) - 接口 中的方法io.netty.channel.ChannelPromise
 
setSuccess() - 接口 中的方法io.netty.channel.ChannelPromise
 
setSuccess() - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
setSuccess(Void) - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
setSuccess() - 类 中的方法io.netty.channel.DefaultChannelPromise
 
setSuccess(Void) - 类 中的方法io.netty.channel.DefaultChannelPromise
 
setSuccess(Void) - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
setSuccess() - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
setSuccess() - 类 中的方法io.netty.channel.VoidChannelPromise
 
setSuccess(Void) - 类 中的方法io.netty.channel.VoidChannelPromise
 
setSuccess(V) - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
setSuccess(V) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
setSuccess(V) - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
setSuccess(V) - 接口 中的方法io.netty.util.concurrent.Promise
Marks this future as a success and notifies all listeners.
setSystemReceiveBufferSize(int) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setSystemReceiveBufferSize(int) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setSystemReceiveBufferSize(int) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Sets OptionUDT#System_Receive_Buffer_Size
setSystemReceiveBufferSize(int) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setSystemSendBufferSize(int) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setSystemSendBufferSize(int) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setSystemSendBufferSize(int) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
Sets OptionUDT#System_Send_Buffer_Size
setSystemSendBufferSize(int) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setTcpCork(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_CORK option on the socket.
setTcpDeferAccept(int) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
Set the TCP_DEFER_ACCEPT option on the socket.
setTcpFastopen(int) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
Enables tcpFastOpen on the server channel.
setTcpFastOpen(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
Enables TCP FastOpen on the server channel.
setTcpFastOpen(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setTcpFastOpenConnect(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Enables client TCP fast open.
setTcpFastOpenConnect(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
Enables client TCP fast open, if available.
setTcpKeepCnt(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPCNT option on the socket.
setTcpKeepCntl(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
setTcpKeepIdle(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPIDLE option on the socket.
setTcpKeepIntvl(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPINTVL option on the socket.
setTcpMd5Sig(Map<InetAddress, byte[]>) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
Set the TCP_MD5SIG option on the socket.
setTcpMd5Sig(Map<InetAddress, byte[]>) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_MD5SIG option on the socket.
setTcpNoDelay(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setTcpNoDelay(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setTcpNoDelay(boolean) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setTcpNoDelay(boolean) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setTcpNoDelay(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setTcpNoDelay(boolean) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Sets the StandardSocketOptions.TCP_NODELAY option.
setTcpNoDelay(boolean) - 类 中的方法io.netty.channel.unix.Socket
 
setTcpNoPush(boolean) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setTcpNotSentLowAt(long) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_NOTSENT_LOWAT option on the socket.
setTcpQuickAck(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_QUICKACK option on the socket.
setTcpUserTimeout(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_USER_TIMEOUT option on the socket.
setThreadLocalMap(InternalThreadLocalMap) - 类 中的方法io.netty.util.concurrent.FastThreadLocalThread
Sets the internal data structure that keeps the thread-local variables bound to this thread.
setTicketKeys(byte[]) - 类 中的方法io.netty.handler.ssl.OpenSslSessionContext
setTicketKeys(OpenSslSessionTicketKey...) - 类 中的方法io.netty.handler.ssl.OpenSslSessionContext
Sets the SSL session ticket keys of this context.
setTicketKeys(byte[]) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
setTimeMillis(K, long) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
setTimeMillis(K, long) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
setTimeMillis(K, long) - 接口 中的方法io.netty.handler.codec.Headers
Set the name to value.
setTimeMillis(CharSequence, long) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setTimeToLive(int) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setTimeToLive(int) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setTimeToLive(int) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Sets the StandardSocketOptions.IP_MULTICAST_TTL option.
setTimeToLive(int) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setTimeToLive(int) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
SETTING_ENTRY_LENGTH - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
settings() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
 
SETTINGS - 类 中的静态变量io.netty.handler.codec.http2.Http2FrameTypes
 
settings() - 接口 中的方法io.netty.handler.codec.http2.Http2SettingsFrame
 
SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE - 接口 中的静态变量io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_CURRENT_CWND - 接口 中的静态变量io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_DOWNLOAD_BANDWIDTH - 接口 中的静态变量io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_DOWNLOAD_RETRANS_RATE - 接口 中的静态变量io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_ENABLE_PUSH - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_HEADER_TABLE_SIZE - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_INITIAL_WINDOW_SIZE - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_INITIAL_WINDOW_SIZE - 接口 中的静态变量io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_MAX_CONCURRENT_STREAMS - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_MAX_CONCURRENT_STREAMS - 接口 中的静态变量io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_MAX_FRAME_SIZE - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_MAX_HEADER_LIST_SIZE - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_MINOR_VERSION - 接口 中的静态变量io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_ROUND_TRIP_TIME - 接口 中的静态变量io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_UPLOAD_BANDWIDTH - 接口 中的静态变量io.netty.handler.codec.spdy.SpdySettingsFrame
 
settingsHandler() - 类 中的方法io.netty.example.http2.helloworld.client.Http2ClientInitializer
 
setTopicFilter(String) - 类 中的方法io.netty.handler.codec.mqtt.MqttTopicSubscription
Rewrite topic filter.
setTotalBodyLength(int) - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setTotalBodyLength(int) - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the total body length.
setTrafficClass(int) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setTrafficClass(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setTrafficClass(int) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setTrafficClass(int) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setTrafficClass(int) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
Sets the StandardSocketOptions.IP_TOS option.
setTrafficClass(int) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setTrafficClass(int) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setTrafficClass(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setTrafficClass(int) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setTrafficClass(int) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setTrafficClass(int) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Sets the StandardSocketOptions.IP_TOS option.
setTrafficClass(int) - 类 中的方法io.netty.channel.unix.Socket
 
setTrailersFactory(HttpHeadersFactory) - 类 中的方法io.netty.handler.codec.http.HttpDecoderConfig
Set the HttpHeadersFactory used to create HTTP trailers.
setTransferEncodingChunked(HttpMessage) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
setTransferEncodingChunked(HttpMessage, boolean) - 类 中的静态方法io.netty.handler.codec.http.HttpUtil
Set the HttpHeaderNames.TRANSFER_ENCODING to either include HttpHeaderValues.CHUNKED if chunked is true, or remove HttpHeaderValues.CHUNKED if chunked is false.
setTruncated(boolean) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
setTruncated(boolean) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
setTruncated(boolean) - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
Set to true if response has been truncated (usually happens for responses over 512 bytes).
setTruncated() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
setTruncated() - 接口 中的方法io.netty.handler.codec.spdy.SpdyHeadersFrame
Mark this header block as truncated.
setUdpGro(boolean) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
Enable / disable UDP_GRO.
setUncancellable() - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
setUncancellable() - 类 中的方法io.netty.channel.VoidChannelPromise
 
setUncancellable() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
setUncancellable() - 接口 中的方法io.netty.util.concurrent.Promise
Make this future impossible to cancel.
setUnidirectional(boolean) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setUnidirectional(boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdySynStreamFrame
Sets if the stream created with this frame is to be considered half-closed to the receiver.
setup() - 类 中的方法io.netty.buffer.AbstractByteBufGetCharSequenceBenchmark
 
setUp() - 类 中的方法io.netty.buffer.AbstractReferenceCountedByteBufBenchmark
 
setup() - 类 中的方法io.netty.buffer.ByteBufAccessBenchmark
 
setup() - 类 中的方法io.netty.buffer.ByteBufUtilDecodeStringBenchmark
 
setup() - 类 中的方法io.netty.buffer.ByteBufZeroingBenchmark
 
setup() - 类 中的方法io.netty.buffer.CompositeByteBufRandomAccessBenchmark
 
setup() - 类 中的方法io.netty.buffer.CompositeByteBufSequentialBenchmark
 
setup() - 类 中的方法io.netty.buffer.CompositeByteBufWriteOutBenchmark
 
setup() - 类 中的方法io.netty.channel.unix.tests.SocketTest
 
setup(Blackhole, BenchmarkParams) - 类 中的方法io.netty.handler.codec.http.HttpStatusValueOfBenchmark
 
setUp() - 类 中的方法io.netty.handler.codec.http.QueryStringEncoderBenchmark
 
setup() - 类 中的方法io.netty.handler.codec.http2.HpackDecoderBenchmark
 
setup() - 类 中的方法io.netty.handler.codec.http2.HpackDecoderULE128Benchmark
 
setup() - 类 中的方法io.netty.handler.codec.http2.HpackEncoderBenchmark
 
setup() - 类 中的方法io.netty.handler.codec.http2.HpackEncoderBenchmarkUniqueValues
 
setup() - 类 中的方法io.netty.handler.codec.http2.HpackUtilBenchmark
 
setup() - 类 中的方法io.netty.handler.codec.http2.Http2FrameWriterDataBenchmark
 
SETUP - 类 中的静态变量io.netty.handler.codec.rtsp.RtspMethods
The SETUP request for a URI specifies the transport mechanism to be used for the streamed media.
setupClientChannel(Bootstrap, byte[], CountDownLatch, AtomicReference<Throwable>) - 类 中的方法io.netty.testsuite.transport.socket.DatagramUnicastInetTest
 
setupClientChannel(Bootstrap, byte[], CountDownLatch, AtomicReference<Throwable>) - 类 中的方法io.netty.testsuite.transport.socket.DatagramUnicastTest
 
setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - 接口 中的方法io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
Sets any protocol-specific headers required to the upgrade request.
setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - 类 中的方法io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
setupServerChannel(Bootstrap, byte[], SocketAddress, CountDownLatch, AtomicReference<Throwable>, boolean) - 类 中的方法io.netty.testsuite.transport.socket.DatagramUnicastInetTest
 
setupServerChannel(Bootstrap, byte[], SocketAddress, CountDownLatch, AtomicReference<Throwable>, boolean) - 类 中的方法io.netty.testsuite.transport.socket.DatagramUnicastTest
 
setUri(String) - 类 中的方法io.netty.handler.codec.http.DefaultFullHttpRequest
 
setUri(String) - 类 中的方法io.netty.handler.codec.http.DefaultHttpRequest
 
setUri(String) - 接口 中的方法io.netty.handler.codec.http.FullHttpRequest
 
setUri(String) - 接口 中的方法io.netty.handler.codec.http.HttpRequest
Set the requested URI (or alternatively, path)
setUseClientMode(boolean) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setUserDefinedWritability(int, boolean) - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Sets a user-defined writability flag at the specified index.
setUseTasks(boolean) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
setValidateHeaders(boolean) - 类 中的方法io.netty.handler.codec.http.HttpDecoderConfig
Set whether header validation should be enabled or not.
setValue(V) - 类 中的方法io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
setValue(String) - 接口 中的方法io.netty.handler.codec.http.cookie.Cookie
Sets the value of this Cookie.
setValue(String) - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
 
setValue(String) - 接口 中的方法io.netty.handler.codec.http.multipart.Attribute
Sets the value of this HttpData.
setValue(String) - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
setValue(String) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
 
setValue(String) - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
setValue(int, int) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setValue(int, int, boolean, boolean) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setValue(int, int) - 接口 中的方法io.netty.handler.codec.spdy.SpdySettingsFrame
Sets the value of the setting ID.
setValue(int, int, boolean, boolean) - 接口 中的方法io.netty.handler.codec.spdy.SpdySettingsFrame
Sets the value of the setting ID.
setVerify(int, int) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
See SSL_set_verify and SSL#setVerify(long, int, int).
setVersion(int) - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Not part of RFC6265
setVersion(int) - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
setWaitTimeMillis(int) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
Sets the time to wait after opening the serial port and before sending it any configuration information or data.
setWantClientAuth(boolean) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setWrap(boolean) - 接口 中的方法io.netty.handler.codec.http.cookie.Cookie
Sets true if the value of this Cookie is to be wrapped with double quotes.
setWrap(boolean) - 类 中的方法io.netty.handler.codec.http.cookie.DefaultCookie
 
setWrapDataSize(int) - 类 中的方法io.netty.handler.ssl.SslHandler
Sets the number of bytes to pass to each SSLEngine.wrap(ByteBuffer[], int, int, ByteBuffer) call.
setWriteBufferHighWaterMark(int) - 接口 中的方法io.netty.channel.ChannelConfig
Sets the high water mark of the write buffer.
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.kqueue.KQueueChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
已过时。
setWriteBufferHighWaterMark(int) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setWriteBufferHighWaterMark(int) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
 
setWriteBufferHighWaterMark(int) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
 
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setWriteBufferHighWaterMark(int) - 接口 中的方法io.netty.channel.unix.DomainSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - 接口 中的方法io.netty.channel.ChannelConfig
Sets the low water mark of the write buffer.
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.kqueue.KQueueChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
已过时。
setWriteBufferLowWaterMark(int) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setWriteBufferLowWaterMark(int) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
 
setWriteBufferLowWaterMark(int) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
 
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setWriteBufferLowWaterMark(int) - 接口 中的方法io.netty.channel.unix.DomainSocketChannelConfig
已过时。
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.ChannelConfig
Set the WriteBufferWaterMark which is used for setting the high and low water mark of the write buffer.
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.kqueue.KQueueChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.socket.DuplexChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.unix.DomainDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - 接口 中的方法io.netty.channel.unix.DomainSocketChannelConfig
 
setWriteChannelLimit(long) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
setWriteLimit(long) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.ChannelConfig
Sets the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
setWriteSpinCount(int) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.kqueue.KQueueChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.sctp.SctpChannelConfig
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.sctp.SctpServerChannelConfig
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.socket.DatagramChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.socket.DuplexChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
已过时。
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.socket.oio.OioServerSocketChannelConfig
已过时。
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
已过时。
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.socket.ServerSocketChannelConfig
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
setWriteSpinCount(int) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.udt.UdtChannelConfig
已过时。
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.udt.UdtServerChannelConfig
已过时。
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.unix.DomainDatagramChannelConfig
 
setWriteSpinCount(int) - 接口 中的方法io.netty.channel.unix.DomainSocketChannelConfig
 
setYear(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 year = 1;
setZ(int) - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
setZ(int) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQuery
 
setZ(int) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
setZ(int) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsQuery
 
setZ(int) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
setZ(int) - 接口 中的方法io.netty.handler.codec.dns.DnsMessage
Sets the Z (reserved for future use) field of this DNS message.
setZ(int) - 接口 中的方法io.netty.handler.codec.dns.DnsQuery
 
setZ(int) - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
 
setZero(int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
setZero(int, int) - 类 中的方法io.netty.buffer.ByteBuf
Fills this buffer with NUL (0x00) starting at the specified absolute index.
setZero() - 类 中的方法io.netty.buffer.ByteBufZeroingBenchmark
 
setZero(int, int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
setZero(int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
setZero(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
setZero(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setZero(int, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
sha1() - 类 中的静态方法io.netty.example.ocsp.Digester
 
sha256() - 类 中的静态方法io.netty.example.ocsp.Digester
 
sharedOutputStream(boolean) - 类 中的方法io.netty.handler.pcap.PcapWriteHandler.Builder
Set to true if multiple PcapWriteHandler instances will be writing to the same OutputStream concurrently, and write locking is required.
sharedSubscriptionAvailable(boolean) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
shortAscii() - 类 中的方法io.netty.handler.codec.http.QueryStringEncoderBenchmark
 
shortAsciiFirst() - 类 中的方法io.netty.handler.codec.http.QueryStringEncoderBenchmark
 
shortCircuit() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfigBuilder
Specifies that a CORS request should be rejected if it's invalid before being further processing.
shortCommitHash() - 类 中的方法io.netty.util.Version
 
shortCurcuit() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig.Builder
已过时。
shortInt() - 类 中的方法io.netty.handler.codec.http.WriteBytesVsShortOrMediumBenchmark
 
shortUtf8() - 类 中的方法io.netty.handler.codec.http.QueryStringEncoderBenchmark
 
shouldHandleUpgradeRequest(HttpRequest) - 类 中的方法io.netty.handler.codec.http.HttpServerUpgradeHandler
Determines whether the specified upgrade HttpRequest should be handled by this handler or not.
shouldUseIpv6(InternetProtocolFamily) - 类 中的静态方法io.netty.channel.unix.Socket
 
shuffled(Iterable<? extends InetSocketAddress>) - 类 中的静态方法io.netty.resolver.dns.DnsServerAddresses
Returns the DnsServerAddresses that yields the specified address in a shuffled order.
shuffled(InetSocketAddress...) - 类 中的静态方法io.netty.resolver.dns.DnsServerAddresses
Returns the DnsServerAddresses that yields the specified addresses in a shuffled order.
shutdown() - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdown(ChannelPromise) - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdown() - 类 中的方法io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdown(ChannelPromise) - 类 中的方法io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdown() - 接口 中的方法io.netty.channel.socket.DuplexChannel
Will shutdown the input and output sides of this channel.
shutdown(ChannelPromise) - 接口 中的方法io.netty.channel.socket.DuplexChannel
Will shutdown the input and output sides of this channel.
shutdown() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
shutdown(ChannelPromise) - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
shutdown() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
已过时。
 
shutdown(ChannelPromise) - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
已过时。
 
shutdown() - 类 中的方法io.netty.channel.ThreadPerChannelEventLoopGroup
已过时。
shutdown() - 类 中的方法io.netty.channel.unix.Socket
 
shutdown(boolean, boolean) - 类 中的方法io.netty.channel.unix.Socket
 
shutdown() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Destroys this engine.
shutdown() - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
shutdown() - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
shutdown() - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
shutdown() - 类 中的方法io.netty.util.concurrent.GlobalEventExecutor
已过时。
shutdown() - 类 中的方法io.netty.util.concurrent.ImmediateEventExecutor
已过时。
shutdown() - 类 中的方法io.netty.util.concurrent.MultithreadEventExecutorGroup
已过时。
shutdown() - 类 中的方法io.netty.util.concurrent.NonStickyEventExecutorGroup
 
shutdown() - 类 中的方法io.netty.util.concurrent.ScheduledFutureTaskDeadlineBenchmark.ThreadState
 
shutdown() - 类 中的方法io.netty.util.concurrent.ScheduleFutureTaskBenchmark.ThreadState
 
shutdown() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
已过时。
shutdown() - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
shutdownBeforeStart() - 类 中的方法io.netty.testsuite.transport.AbstractSingleThreadEventLoopTest
 
shutdownExecutor() - 类 中的静态方法io.netty.testsuite.transport.socket.SocketStartTlsTest
 
shutdownGracefully(long, long, TimeUnit) - 类 中的方法io.netty.channel.ThreadPerChannelEventLoopGroup
已过时。
 
shutdownGracefully() - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
 
shutdownGracefully() - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
 
shutdownGracefully() - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
Shortcut method for EventExecutorGroup.shutdownGracefully(long, long, TimeUnit) with sensible default values.
shutdownGracefully(long, long, TimeUnit) - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
Signals this executor that the caller wants the executor to be shut down.
shutdownGracefully(long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.GlobalEventExecutor
 
shutdownGracefully(long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.ImmediateEventExecutor
 
shutdownGracefully(long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.MultithreadEventExecutorGroup
 
shutdownGracefully() - 类 中的方法io.netty.util.concurrent.NonStickyEventExecutorGroup
 
shutdownGracefully(long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.NonStickyEventExecutorGroup
 
shutdownGracefully(long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
shutdownGracefully() - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
shutdownGracefully(long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
shutdownGracefullyBeforeStart() - 类 中的方法io.netty.testsuite.transport.AbstractSingleThreadEventLoopTest
 
shutdownGracefullyZeroQuietBeforeStart() - 类 中的方法io.netty.testsuite.transport.AbstractSingleThreadEventLoopTest
 
shutdownHint() - 异常错误 中的方法io.netty.handler.codec.http2.Http2Exception
Provide a hint as to what type of shutdown should be executed.
shutdownInput() - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownInput(ChannelPromise) - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownInput() - 类 中的方法io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdownInput(ChannelPromise) - 类 中的方法io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdownInput() - 类 中的方法io.netty.channel.nio.AbstractNioByteChannel
Shutdown the input side of the channel.
shutdownInput() - 类 中的方法io.netty.channel.oio.AbstractOioByteChannel
已过时。
Shutdown the input side of this channel.
shutdownInput() - 类 中的方法io.netty.channel.rxtx.RxtxChannel
已过时。
 
shutdownInput() - 接口 中的方法io.netty.channel.socket.DuplexChannel
 
shutdownInput(ChannelPromise) - 接口 中的方法io.netty.channel.socket.DuplexChannel
Will shutdown the input and notify ChannelPromise.
shutdownInput() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
shutdownInput(ChannelPromise) - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
shutdownInput() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
已过时。
 
shutdownInput(ChannelPromise) - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
已过时。
 
shutdownInput() - 类 中的方法io.netty.channel.udt.nio.NioUdtByteConnectorChannel
已过时。
 
ShutdownNotification - com.sun.nio.sctp中的类
 
ShutdownNotification() - 类 的构造器com.sun.nio.sctp.ShutdownNotification
 
shutdownNow() - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
shutdownNow() - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
shutdownNow() - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
shutdownNow() - 类 中的方法io.netty.util.concurrent.NonStickyEventExecutorGroup
 
shutdownNow() - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
shutdownOutput(ChannelPromise) - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
Shutdown the output portion of the corresponding Channel.
shutdownOutput() - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownOutput(ChannelPromise) - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownOutput() - 类 中的方法io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdownOutput(ChannelPromise) - 类 中的方法io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdownOutput() - 接口 中的方法io.netty.channel.socket.DuplexChannel
 
shutdownOutput(ChannelPromise) - 接口 中的方法io.netty.channel.socket.DuplexChannel
Will shutdown the output and notify ChannelPromise.
shutdownOutput() - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
shutdownOutput(ChannelPromise) - 类 中的方法io.netty.channel.socket.nio.NioSocketChannel
 
shutdownOutput() - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
已过时。
 
shutdownOutput(ChannelPromise) - 类 中的方法io.netty.channel.socket.oio.OioSocketChannel
已过时。
 
shutdownOutput(Socket) - 类 中的方法io.netty.testsuite.transport.socket.AbstractSocketShutdownOutputByPeerTest
 
shutdownOutput(Socket) - 类 中的方法io.netty.testsuite.transport.socket.SocketShutdownOutputByPeerTest
 
SIG - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
Signature record RFC 2535 Signature record used in SIG(0) (RFC 2931) and TKEY (RFC 2930).
sign(SSLEngine, int, byte[]) - 接口 中的方法io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
Signs the input with the given key and notifies the returned Future with the signed bytes.
sign(SSLEngine, int, byte[]) - 接口 中的方法io.netty.handler.ssl.OpenSslPrivateKeyMethod
Signs the input with the given key and returns the signed bytes.
Signal - io.netty.util中的错误
A special Error which is used to signal some state or request by throwing it.
SIGNAL_SUCCESS - 类 中的静态变量io.netty.handler.codec.DecoderResult
 
SIGNAL_UNFINISHED - 类 中的静态变量io.netty.handler.codec.DecoderResult
 
SimpleChannelInboundHandler<I> - io.netty.channel中的类
ChannelInboundHandlerAdapter which allows to explicit only handle a specific type of messages.
SimpleChannelInboundHandler() - 类 的构造器io.netty.channel.SimpleChannelInboundHandler
SimpleChannelInboundHandler(boolean) - 类 的构造器io.netty.channel.SimpleChannelInboundHandler
Create a new instance which will try to detect the types to match out of the type parameter of the class.
SimpleChannelInboundHandler(Class<? extends I>) - 类 的构造器io.netty.channel.SimpleChannelInboundHandler
SimpleChannelInboundHandler(Class<? extends I>, boolean) - 类 的构造器io.netty.channel.SimpleChannelInboundHandler
Create a new instance
SimpleChannelPool - io.netty.channel.pool中的类
Simple ChannelPool implementation which will create new Channels if someone tries to acquire a Channel but none is in the pool atm.
SimpleChannelPool(Bootstrap, ChannelPoolHandler) - 类 的构造器io.netty.channel.pool.SimpleChannelPool
Creates a new instance using the ChannelHealthChecker.ACTIVE.
SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker) - 类 的构造器io.netty.channel.pool.SimpleChannelPool
Creates a new instance.
SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, boolean) - 类 的构造器io.netty.channel.pool.SimpleChannelPool
Creates a new instance.
SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, boolean, boolean) - 类 的构造器io.netty.channel.pool.SimpleChannelPool
Creates a new instance.
simpleClassName(Object) - 类 中的静态方法io.netty.util.internal.StringUtil
simpleClassName(Class<?>) - 类 中的静态方法io.netty.util.internal.StringUtil
Generates a simplified name from a Class.
SimpleKeyManagerFactory - io.netty.handler.ssl.util中的类
Helps to implement a custom KeyManagerFactory.
SimpleKeyManagerFactory() - 类 的构造器io.netty.handler.ssl.util.SimpleKeyManagerFactory
Creates a new instance.
SimpleKeyManagerFactory(String) - 类 的构造器io.netty.handler.ssl.util.SimpleKeyManagerFactory
Creates a new instance.
SimpleNameResolver<T> - io.netty.resolver中的类
A skeletal NameResolver implementation.
SimpleNameResolver(EventExecutor) - 类 的构造器io.netty.resolver.SimpleNameResolver
 
SimpleStringRedisMessage - io.netty.handler.codec.redis中的类
Simple Strings of RESP.
SimpleStringRedisMessage(String) - 类 的构造器io.netty.handler.codec.redis.SimpleStringRedisMessage
Creates a SimpleStringRedisMessage for the given content.
SimpleTrustManagerFactory - io.netty.handler.ssl.util中的类
Helps to implement a custom TrustManagerFactory.
SimpleTrustManagerFactory() - 类 的构造器io.netty.handler.ssl.util.SimpleTrustManagerFactory
Creates a new instance.
SimpleTrustManagerFactory(String) - 类 的构造器io.netty.handler.ssl.util.SimpleTrustManagerFactory
Creates a new instance.
SimpleUserEventChannelHandler<I> - io.netty.channel中的类
ChannelInboundHandlerAdapter which allows to conveniently only handle a specific type of user events.
SimpleUserEventChannelHandler() - 类 的构造器io.netty.channel.SimpleUserEventChannelHandler
SimpleUserEventChannelHandler(boolean) - 类 的构造器io.netty.channel.SimpleUserEventChannelHandler
Create a new instance which will try to detect the types to match out of the type parameter of the class.
SimpleUserEventChannelHandler(Class<? extends I>) - 类 的构造器io.netty.channel.SimpleUserEventChannelHandler
SimpleUserEventChannelHandler(Class<? extends I>, boolean) - 类 的构造器io.netty.channel.SimpleUserEventChannelHandler
Create a new instance
SINGLE_EVENTEXECUTOR_PER_GROUP - 类 中的静态变量io.netty.channel.ChannelOption
 
SingleThreadEventExecutor - io.netty.util.concurrent中的类
Abstract base class for OrderedEventExecutor's that execute all its submitted tasks in a single thread.
SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean) - 类 的构造器io.netty.util.concurrent.SingleThreadEventExecutor
Create a new instance
SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean, int, RejectedExecutionHandler) - 类 的构造器io.netty.util.concurrent.SingleThreadEventExecutor
Create a new instance
SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean) - 类 的构造器io.netty.util.concurrent.SingleThreadEventExecutor
Create a new instance
SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean, int, RejectedExecutionHandler) - 类 的构造器io.netty.util.concurrent.SingleThreadEventExecutor
Create a new instance
SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean, Queue<Runnable>, RejectedExecutionHandler) - 类 的构造器io.netty.util.concurrent.SingleThreadEventExecutor
 
SingleThreadEventExecutor.NonWakeupRunnable - io.netty.util.concurrent中的接口
已过时。
SingleThreadEventLoop - io.netty.channel中的类
Abstract base class for EventLoops that execute all its submitted tasks in a single thread.
SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean) - 类 的构造器io.netty.channel.SingleThreadEventLoop
 
SingleThreadEventLoop(EventLoopGroup, Executor, boolean) - 类 的构造器io.netty.channel.SingleThreadEventLoop
 
SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean, int, RejectedExecutionHandler) - 类 的构造器io.netty.channel.SingleThreadEventLoop
 
SingleThreadEventLoop(EventLoopGroup, Executor, boolean, int, RejectedExecutionHandler) - 类 的构造器io.netty.channel.SingleThreadEventLoop
 
SingleThreadEventLoop(EventLoopGroup, Executor, boolean, Queue<Runnable>, Queue<Runnable>, RejectedExecutionHandler) - 类 的构造器io.netty.channel.SingleThreadEventLoop
 
SingleThreadEventLoop.ChannelsReadOnlyIterator<T extends Channel> - io.netty.channel中的类
 
singleton(InetSocketAddress) - 类 中的静态方法io.netty.resolver.dns.DnsServerAddresses
Returns the DnsServerAddresses that yields only a single address.
SingletonDnsServerAddressStreamProvider - io.netty.resolver.dns中的类
A DnsServerAddressStreamProvider which always uses a single DNS server for resolution.
SingletonDnsServerAddressStreamProvider(InetSocketAddress) - 类 的构造器io.netty.resolver.dns.SingletonDnsServerAddressStreamProvider
Create a new instance.
size - 类 中的变量io.netty.buffer.AbstractByteBufGetCharSequenceBenchmark
 
size - 类 中的变量io.netty.buffer.ByteBufUtilDecodeStringBenchmark
 
size - 类 中的变量io.netty.buffer.CompositeByteBufRandomAccessBenchmark
 
size - 类 中的变量io.netty.buffer.CompositeByteBufSequentialBenchmark
 
size - 类 中的变量io.netty.buffer.CompositeByteBufWriteOutBenchmark
 
size() - 类 中的方法io.netty.channel.AbstractCoalescingBufferQueue
Get the number of elements in this queue added via one of the AbstractCoalescingBufferQueue.add(ByteBuf) methods.
size() - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Returns the number of flushed messages in this ChannelOutboundBuffer.
size() - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
size(Object) - 接口 中的方法io.netty.channel.MessageSizeEstimator.Handle
Calculate the size of the given message.
size() - 类 中的方法io.netty.channel.PendingWriteQueue
Returns the number of pending write operations.
size() - 类 中的方法io.netty.channel.pool.AbstractChannelPoolMap
Returns the number of ChannelPools currently in this AbstractChannelPoolMap.
size() - 类 中的方法io.netty.channel.unix.IovArray
Returns the size in bytes
size() - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
size() - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
size() - 接口 中的方法io.netty.handler.codec.Headers
Returns the number of headers in this object.
size() - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
size() - 类 中的方法io.netty.handler.codec.http.EmptyHttpHeaders
 
size() - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Returns the number of headers in this object.
size - 类 中的变量io.netty.handler.codec.http.multipart.AbstractHttpData
 
size() - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
size - 类 中的变量io.netty.handler.codec.http2.HpackDecoderBenchmark
 
size - 类 中的变量io.netty.handler.codec.http2.HpackEncoderBenchmark
 
size - 类 中的变量io.netty.handler.codec.http2.HpackUtilBenchmark
 
size() - 接口 中的方法io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
The size of the payload in terms of bytes applied to the flow-control window.
size() - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
size() - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
已过时。
 
size() - 接口 中的方法io.netty.resolver.dns.DnsServerAddressStream
Get the number of times DnsServerAddressStream.next() will return a distinct element before repeating or terminating.
size() - 类 中的静态方法io.netty.util.concurrent.FastThreadLocal
Returns the number of thread local variables bound to the current thread.
size() - 类 中的方法io.netty.util.internal.ConcurrentSet
已过时。
 
size() - 类 中的方法io.netty.util.internal.DefaultPriorityQueue
 
size() - 类 中的方法io.netty.util.internal.EmptyPriorityQueue
 
size() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
size2SizeIdx(int) - 接口 中的方法io.netty.buffer.SizeClassesMetric
Normalizes request size up to the nearest size class.
SizeClassesMetric - io.netty.buffer中的接口
Expose metrics for an SizeClasses.
sizeIdx2size(int) - 接口 中的方法io.netty.buffer.SizeClassesMetric
Computes size from lookup table according to sizeIdx.
sizeIdx2sizeCompute(int) - 接口 中的方法io.netty.buffer.SizeClassesMetric
Computes size according to sizeIdx.
SIZEOF_JLONG - 类 中的静态变量io.netty.channel.unix.Limits
 
sizeofEpollEvent() - 类 中的静态方法io.netty.channel.epoll.Native
 
skip(long) - 类 中的方法io.netty.buffer.ByteBufInputStream
 
skip(long) - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
已过时。
 
skipBytes(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
skipBytes(int) - 类 中的方法io.netty.buffer.ByteBuf
Increases the current readerIndex by the specified length in this buffer.
skipBytes(int) - 类 中的方法io.netty.buffer.ByteBufInputStream
 
skipBytes(int) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
skipBytes(int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
skipBytes(int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
skipBytes(int) - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
已过时。
 
Slf4JLoggerFactory - io.netty.util.internal.logging中的类
Logger factory which creates a SLF4J logger.
Slf4JLoggerFactory() - 类 的构造器io.netty.util.internal.logging.Slf4JLoggerFactory
已过时。
slice() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
slice(int, int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
slice() - 类 中的方法io.netty.buffer.ByteBuf
Returns a slice of this buffer's readable bytes.
slice(int, int) - 类 中的方法io.netty.buffer.ByteBuf
Returns a slice of this buffer's sub-region.
slice(int, int) - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
slice() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
slice(int, int) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
slice(int, int) - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
slice() - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
slice(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
SlicedByteBuf - io.netty.buffer中的类
已过时。
Do not use.
SlicedByteBuf(ByteBuf, int, int) - 类 的构造器io.netty.buffer.SlicedByteBuf
已过时。
 
slowDownFactor() - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
smallCacheSize() - 类 中的方法io.netty.buffer.PooledByteBufAllocator
smallCacheSize() - 类 中的方法io.netty.buffer.PooledByteBufAllocatorMetric
Return the size of the small cache.
SMALLEST_MAX_CONCURRENT_STREAMS - 类 中的静态变量io.netty.handler.codec.http2.Http2CodecUtil
The assumed minimum value for SETTINGS_MAX_CONCURRENT_STREAMS as recommended by the HTTP/2 spec.
smallSubpages() - 接口 中的方法io.netty.buffer.PoolArenaMetric
Returns an unmodifiable List which holds PoolSubpageMetrics for small sub-pages.
SmtpCommand - io.netty.handler.codec.smtp中的类
The command part of a SmtpRequest.
SmtpContent - io.netty.handler.codec.smtp中的接口
Content that is sent after the DATA request.
SmtpRequest - io.netty.handler.codec.smtp中的接口
An SMTP request.
SmtpRequestEncoder - io.netty.handler.codec.smtp中的类
Encoder for SMTP requests.
SmtpRequestEncoder() - 类 的构造器io.netty.handler.codec.smtp.SmtpRequestEncoder
 
SmtpRequests - io.netty.handler.codec.smtp中的类
Provides utility methods to create SmtpRequests.
SmtpResponse - io.netty.handler.codec.smtp中的接口
A SMTP response
SmtpResponseDecoder - io.netty.handler.codec.smtp中的类
Decoder for SMTP responses.
SmtpResponseDecoder(int) - 类 的构造器io.netty.handler.codec.smtp.SmtpResponseDecoder
Creates a new instance that enforces the given maxLineLength.
Snappy - io.netty.handler.codec.compression中的类
Uncompresses an input ByteBuf encoded with Snappy compression into an output ByteBuf.
Snappy() - 类 的构造器io.netty.handler.codec.compression.Snappy
 
snappy() - 类 中的静态方法io.netty.handler.codec.compression.StandardCompressionOptions
Create a new SnappyOptions
SNAPPY - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"snappy"
snappyEncoderWithJumboFrames() - 类 中的静态方法io.netty.handler.codec.compression.SnappyFrameEncoder
Create a new instance with a chunk size.
SnappyFramedDecoder - io.netty.handler.codec.compression中的类
已过时。
Use SnappyFrameDecoder instead.
SnappyFramedDecoder() - 类 的构造器io.netty.handler.codec.compression.SnappyFramedDecoder
已过时。
 
SnappyFrameDecoder - io.netty.handler.codec.compression中的类
Uncompresses a ByteBuf encoded with the Snappy framing format.
SnappyFrameDecoder() - 类 的构造器io.netty.handler.codec.compression.SnappyFrameDecoder
Creates a new snappy-framed decoder with validation of checksums turned OFF.
SnappyFrameDecoder(boolean) - 类 的构造器io.netty.handler.codec.compression.SnappyFrameDecoder
Creates a new snappy-framed decoder with validation of checksums as specified.
SnappyFramedEncoder - io.netty.handler.codec.compression中的类
已过时。
Use SnappyFrameEncoder instead.
SnappyFramedEncoder() - 类 的构造器io.netty.handler.codec.compression.SnappyFramedEncoder
已过时。
 
SnappyFrameEncoder - io.netty.handler.codec.compression中的类
Compresses a ByteBuf using the Snappy framing format.
SnappyFrameEncoder() - 类 的构造器io.netty.handler.codec.compression.SnappyFrameEncoder
 
SnappyOptions - io.netty.handler.codec.compression中的类
SnappyOptions holds config for Snappy compression.
SnappyOptions() - 类 的构造器io.netty.handler.codec.compression.SnappyOptions
 
sndCwnd() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
sndMss() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
sndSsthresh() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
sndWscale() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
SniCompletionEvent - io.netty.handler.ssl中的类
Event that is fired once we did a selection of a SslContext based on the SNI hostname, which may be because it was successful or there was an error.
SniCompletionEvent(String) - 类 的构造器io.netty.handler.ssl.SniCompletionEvent
 
SniCompletionEvent(String, Throwable) - 类 的构造器io.netty.handler.ssl.SniCompletionEvent
 
SniCompletionEvent(Throwable) - 类 的构造器io.netty.handler.ssl.SniCompletionEvent
 
SniHandler - io.netty.handler.ssl中的类
Enables SNI (Server Name Indication) extension for server side SSL.
SniHandler(Mapping<? super String, ? extends SslContext>) - 类 的构造器io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by Mapping
SniHandler(Mapping<? super String, ? extends SslContext>, int, long) - 类 的构造器io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by Mapping
SniHandler(DomainNameMapping<? extends SslContext>) - 类 的构造器io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by DomainNameMapping
SniHandler(AsyncMapping<? super String, ? extends SslContext>) - 类 的构造器io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by AsyncMapping
SniHandler(AsyncMapping<? super String, ? extends SslContext>, int, long) - 类 的构造器io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by AsyncMapping
SniHandler(Mapping<? super String, ? extends SslContext>, long) - 类 的构造器io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by Mapping
SniHandler(AsyncMapping<? super String, ? extends SslContext>, long) - 类 的构造器io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by AsyncMapping
SO_ACCEPTFILTER - 类 中的静态变量io.netty.channel.kqueue.KQueueChannelOption
 
SO_BACKLOG - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_BROADCAST - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_BUSY_POLL - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
 
SO_KEEPALIVE - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_LINGER - 类 中的静态变量com.sun.nio.sctp.SctpStandardSocketOptions
 
SO_LINGER - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_RCVBUF - 类 中的静态变量com.sun.nio.sctp.SctpStandardSocketOptions
 
SO_RCVBUF - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_REUSEADDR - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_REUSEPORT - 类 中的静态变量io.netty.channel.unix.UnixChannelOption
 
SO_SNDBUF - 类 中的静态变量com.sun.nio.sctp.SctpStandardSocketOptions
 
SO_SNDBUF - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_SNDLOWAT - 类 中的静态变量io.netty.channel.kqueue.KQueueChannelOption
 
SO_TIMEOUT - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_TIMEOUT - 类 中的静态变量io.netty.channel.oio.AbstractOioChannel
已过时。
 
SOA - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
Start of [a zone of] authority record RFC 1035 and RFC 2308 Specifies authoritative information about a DNS zone, including the primary name server, the email of the domain administrator, the domain serial number, and several timers relating to refreshing the zone.
socket() - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
Socket - io.netty.channel.unix中的类
Provides a JNI bridge to native socket operations.
Socket(int) - 类 的构造器io.netty.channel.unix.Socket
 
socket - 类 中的变量io.netty.channel.unix.tests.SocketTest
 
socket() - 类 中的方法io.netty.testsuite.transport.socket.SocketTestPermutation
 
socketAddress(String, int) - 类 中的静态方法io.netty.util.internal.SocketUtils
 
SocketAddressesTest - io.netty.testsuite.transport.socket中的类
 
SocketAddressesTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketAddressesTest
 
SocketAutoReadTest - io.netty.testsuite.transport.socket中的类
 
SocketAutoReadTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketAutoReadTest
 
SocketBufReleaseTest - io.netty.testsuite.transport.socket中的类
 
SocketBufReleaseTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketBufReleaseTest
 
SocketCancelWriteTest - io.netty.testsuite.transport.socket中的类
 
SocketCancelWriteTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketCancelWriteTest
 
SocketChannel - io.netty.channel.socket中的接口
A TCP/IP socket Channel.
socketChannel() - 类 中的方法io.netty.handler.ssl.ocsp.IoTransport
 
SocketChannelConfig - io.netty.channel.socket中的接口
socketChannelFactory(ChannelFactory<? extends SocketChannel>) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Sets the ChannelFactory that will create a SocketChannel for TCP fallback if needed.
socketChannelFactory(ChannelFactory<? extends SocketChannel>, boolean) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Sets the ChannelFactory that will create a SocketChannel for TCP fallback if needed.
SocketChannelNotYetConnectedTest - io.netty.testsuite.transport.socket中的类
 
SocketChannelNotYetConnectedTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketChannelNotYetConnectedTest
 
socketChannelType(Class<? extends SocketChannel>) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Sets the ChannelFactory as a ReflectiveChannelFactory of this type for TCP fallback if needed.
socketChannelType(Class<? extends SocketChannel>, boolean) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Sets the ChannelFactory as a ReflectiveChannelFactory of this type for TCP fallback if needed.
SocketCloseForciblyTest - io.netty.testsuite.transport.socket中的类
 
SocketCloseForciblyTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketCloseForciblyTest
 
SocketConditionalWritabilityTest - io.netty.testsuite.transport.socket中的类
 
SocketConditionalWritabilityTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketConditionalWritabilityTest
 
SocketConnectionAttemptTest - io.netty.testsuite.transport.socket中的类
 
SocketConnectionAttemptTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketConnectionAttemptTest
 
SocketConnectTest - io.netty.testsuite.transport.socket中的类
 
SocketConnectTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketConnectTest
 
SocketDataReadInitialStateTest - io.netty.testsuite.transport.socket中的类
 
SocketDataReadInitialStateTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketDataReadInitialStateTest
 
SocketEchoTest - io.netty.testsuite.transport.socket中的类
 
SocketEchoTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketEchoTest
 
SocketExceptionHandlingTest - io.netty.testsuite.transport.socket中的类
 
SocketExceptionHandlingTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketExceptionHandlingTest
 
SocketFileRegionTest - io.netty.testsuite.transport.socket中的类
 
SocketFileRegionTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketFileRegionTest
 
SocketFixedLengthEchoTest - io.netty.testsuite.transport.socket中的类
 
SocketFixedLengthEchoTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketFixedLengthEchoTest
 
SocketGatheringWriteTest - io.netty.testsuite.transport.socket中的类
 
SocketGatheringWriteTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketGatheringWriteTest
 
SocketHalfClosedTest - io.netty.testsuite.transport.socket中的类
 
SocketHalfClosedTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketHalfClosedTest
 
socketInternetProtocalFamily() - 类 中的方法io.netty.testsuite.transport.socket.AbstractDatagramTest
 
SocketMultipleConnectTest - io.netty.testsuite.transport.socket中的类
 
SocketMultipleConnectTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketMultipleConnectTest
 
SocketObjectEchoTest - io.netty.testsuite.transport.socket中的类
 
SocketObjectEchoTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketObjectEchoTest
 
SocketReadPendingTest - io.netty.testsuite.transport.socket中的类
 
SocketReadPendingTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketReadPendingTest
 
SocketRstTest - io.netty.testsuite.transport.socket中的类
 
SocketRstTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketRstTest
 
SocketShutdownOutputByPeerTest - io.netty.testsuite.transport.socket中的类
 
SocketShutdownOutputByPeerTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketShutdownOutputByPeerTest
 
SocketShutdownOutputBySelfTest - io.netty.testsuite.transport.socket中的类
 
SocketShutdownOutputBySelfTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketShutdownOutputBySelfTest
 
SocketSpdyEchoTest - io.netty.testsuite.transport.socket中的类
 
SocketSpdyEchoTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketSpdyEchoTest
 
SocketSslClientRenegotiateTest - io.netty.testsuite.transport.socket中的类
 
SocketSslClientRenegotiateTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketSslClientRenegotiateTest
 
SocketSslEchoTest - io.netty.testsuite.transport.socket中的类
 
SocketSslEchoTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketSslEchoTest
 
SocketSslEchoTest.Renegotiation - io.netty.testsuite.transport.socket中的类
 
SocketSslEchoTest.RenegotiationType - io.netty.testsuite.transport.socket中的枚举
 
SocketSslGreetingTest - io.netty.testsuite.transport.socket中的类
 
SocketSslGreetingTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketSslGreetingTest
 
SocketSslSessionReuseTest - io.netty.testsuite.transport.socket中的类
 
SocketSslSessionReuseTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketSslSessionReuseTest
 
SocketStartTlsTest - io.netty.testsuite.transport.socket中的类
 
SocketStartTlsTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketStartTlsTest
 
SocketStringEchoTest - io.netty.testsuite.transport.socket中的类
 
SocketStringEchoTest() - 类 的构造器io.netty.testsuite.transport.socket.SocketStringEchoTest
 
SocketTest<T extends Socket> - io.netty.channel.unix.tests中的类
 
SocketTest() - 类 的构造器io.netty.channel.unix.tests.SocketTest
 
SocketTestPermutation - io.netty.testsuite.transport.socket中的类
 
SocketTestPermutation() - 类 的构造器io.netty.testsuite.transport.socket.SocketTestPermutation
 
socketUDT(Channel) - 类 中的静态方法io.netty.channel.udt.nio.NioUdtProvider
已过时。
Expose underlying SocketUDT for debugging and monitoring.
SocketUtils - io.netty.util.internal中的类
Provides socket operations with privileges enabled.
socketWithFastOpen() - 类 中的方法io.netty.testsuite.transport.socket.SocketTestPermutation
 
SocketWritableByteChannel - io.netty.channel.unix中的类
 
SocketWritableByteChannel(FileDescriptor) - 类 的构造器io.netty.channel.unix.SocketWritableByteChannel
 
Socks4ClientDecoder - io.netty.handler.codec.socksx.v4中的类
Decodes a single Socks4CommandResponse from the inbound ByteBufs.
Socks4ClientDecoder() - 类 的构造器io.netty.handler.codec.socksx.v4.Socks4ClientDecoder
 
Socks4ClientDecoder.State - io.netty.handler.codec.socksx.v4中的枚举
 
Socks4ClientEncoder - io.netty.handler.codec.socksx.v4中的类
Encodes a Socks4CommandRequest into a ByteBuf.
Socks4CommandRequest - io.netty.handler.codec.socksx.v4中的接口
A SOCKS4a CONNECT or BIND request.
Socks4CommandResponse - io.netty.handler.codec.socksx.v4中的接口
A SOCKS4a response.
Socks4CommandStatus - io.netty.handler.codec.socksx.v4中的类
The status of Socks4CommandResponse.
Socks4CommandStatus(int) - 类 的构造器io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
Socks4CommandStatus(int, String) - 类 的构造器io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
Socks4CommandType - io.netty.handler.codec.socksx.v4中的类
Socks4CommandType(int) - 类 的构造器io.netty.handler.codec.socksx.v4.Socks4CommandType
 
Socks4CommandType(int, String) - 类 的构造器io.netty.handler.codec.socksx.v4.Socks4CommandType
 
Socks4Message - io.netty.handler.codec.socksx.v4中的接口
A tag interface that all SOCKS4a protocol messages implement.
Socks4ProxyHandler - io.netty.handler.proxy中的类
Handler that establishes a blind forwarding proxy tunnel using SOCKS4 protocol.
Socks4ProxyHandler(SocketAddress) - 类 的构造器io.netty.handler.proxy.Socks4ProxyHandler
 
Socks4ProxyHandler(SocketAddress, String) - 类 的构造器io.netty.handler.proxy.Socks4ProxyHandler
 
Socks4ServerDecoder - io.netty.handler.codec.socksx.v4中的类
Decodes a single Socks4CommandRequest from the inbound ByteBufs.
Socks4ServerDecoder() - 类 的构造器io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
Socks4ServerDecoder.State - io.netty.handler.codec.socksx.v4中的枚举
 
Socks4ServerEncoder - io.netty.handler.codec.socksx.v4中的类
Encodes a Socks4CommandResponse into a ByteBuf.
Socks5AddressDecoder - io.netty.handler.codec.socksx.v5中的接口
Decodes a SOCKS5 address field into its string representation.
Socks5AddressEncoder - io.netty.handler.codec.socksx.v5中的接口
Encodes a SOCKS5 address into binary representation.
Socks5AddressType - io.netty.handler.codec.socksx.v5中的类
The type of address in Socks5CommandRequest and Socks5CommandResponse.
Socks5AddressType(int) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5AddressType
 
Socks5AddressType(int, String) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5AddressType
 
Socks5AuthMethod - io.netty.handler.codec.socksx.v5中的类
The authentication method of SOCKS5.
Socks5AuthMethod(int) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
Socks5AuthMethod(int, String) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
Socks5ClientEncoder - io.netty.handler.codec.socksx.v5中的类
Encodes a client-side Socks5Message into a ByteBuf.
Socks5ClientEncoder() - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
Creates a new instance with the default Socks5AddressEncoder.
Socks5ClientEncoder(Socks5AddressEncoder) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
Creates a new instance with the specified Socks5AddressEncoder.
Socks5CommandRequest - io.netty.handler.codec.socksx.v5中的接口
A SOCKS5 request detail message, as defined in the section 4, RFC1928.
Socks5CommandRequestDecoder - io.netty.handler.codec.socksx.v5中的类
Decodes a single Socks5CommandRequest from the inbound ByteBufs.
Socks5CommandRequestDecoder() - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
 
Socks5CommandRequestDecoder(Socks5AddressDecoder) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
 
Socks5CommandRequestDecoder.State - io.netty.handler.codec.socksx.v5中的枚举
 
Socks5CommandResponse - io.netty.handler.codec.socksx.v5中的接口
A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.
Socks5CommandResponseDecoder - io.netty.handler.codec.socksx.v5中的类
Decodes a single Socks5CommandResponse from the inbound ByteBufs.
Socks5CommandResponseDecoder() - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
 
Socks5CommandResponseDecoder(Socks5AddressDecoder) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
 
Socks5CommandResponseDecoder.State - io.netty.handler.codec.socksx.v5中的枚举
 
Socks5CommandStatus - io.netty.handler.codec.socksx.v5中的类
The status of Socks5CommandResponse.
Socks5CommandStatus(int) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
Socks5CommandStatus(int, String) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
Socks5CommandType - io.netty.handler.codec.socksx.v5中的类
Socks5CommandType(int) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5CommandType
 
Socks5CommandType(int, String) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5CommandType
 
Socks5InitialRequest - io.netty.handler.codec.socksx.v5中的接口
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.
Socks5InitialRequestDecoder - io.netty.handler.codec.socksx.v5中的类
Decodes a single Socks5InitialRequest from the inbound ByteBufs.
Socks5InitialRequestDecoder() - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder
 
Socks5InitialRequestDecoder.State - io.netty.handler.codec.socksx.v5中的枚举
 
Socks5InitialResponse - io.netty.handler.codec.socksx.v5中的接口
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.
Socks5InitialResponseDecoder - io.netty.handler.codec.socksx.v5中的类
Decodes a single Socks5InitialResponse from the inbound ByteBufs.
Socks5InitialResponseDecoder() - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder
 
Socks5InitialResponseDecoder.State - io.netty.handler.codec.socksx.v5中的枚举
 
Socks5Message - io.netty.handler.codec.socksx.v5中的接口
A tag interface that all SOCKS5 protocol messages implement.
Socks5PasswordAuthRequest - io.netty.handler.codec.socksx.v5中的接口
A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.
Socks5PasswordAuthRequestDecoder - io.netty.handler.codec.socksx.v5中的类
Decodes a single Socks5PasswordAuthRequest from the inbound ByteBufs.
Socks5PasswordAuthRequestDecoder() - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder
 
Socks5PasswordAuthRequestDecoder.State - io.netty.handler.codec.socksx.v5中的枚举
 
Socks5PasswordAuthResponse - io.netty.handler.codec.socksx.v5中的接口
A SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.
Socks5PasswordAuthResponseDecoder - io.netty.handler.codec.socksx.v5中的类
Decodes a single Socks5PasswordAuthResponse from the inbound ByteBufs.
Socks5PasswordAuthResponseDecoder() - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder
 
Socks5PasswordAuthResponseDecoder.State - io.netty.handler.codec.socksx.v5中的枚举
 
Socks5PasswordAuthStatus - io.netty.handler.codec.socksx.v5中的类
Socks5PasswordAuthStatus(int) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
Socks5PasswordAuthStatus(int, String) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
Socks5ProxyHandler - io.netty.handler.proxy中的类
Handler that establishes a blind forwarding proxy tunnel using SOCKS Protocol Version 5.
Socks5ProxyHandler(SocketAddress) - 类 的构造器io.netty.handler.proxy.Socks5ProxyHandler
 
Socks5ProxyHandler(SocketAddress, String, String) - 类 的构造器io.netty.handler.proxy.Socks5ProxyHandler
 
Socks5ServerEncoder - io.netty.handler.codec.socksx.v5中的类
Encodes a server-side Socks5Message into a ByteBuf.
Socks5ServerEncoder() - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
Creates a new instance with the default Socks5AddressEncoder.
Socks5ServerEncoder(Socks5AddressEncoder) - 类 的构造器io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
Creates a new instance with the specified Socks5AddressEncoder.
SocksAddressType - io.netty.handler.codec.socks中的枚举
 
SocksAuthRequest - io.netty.handler.codec.socks中的类
An socks auth request.
SocksAuthRequest(String, String) - 类 的构造器io.netty.handler.codec.socks.SocksAuthRequest
 
SocksAuthRequestDecoder - io.netty.handler.codec.socks中的类
Decodes ByteBufs into SocksAuthRequest.
SocksAuthRequestDecoder() - 类 的构造器io.netty.handler.codec.socks.SocksAuthRequestDecoder
 
SocksAuthRequestDecoder.State - io.netty.handler.codec.socks中的枚举
 
SocksAuthResponse - io.netty.handler.codec.socks中的类
An socks auth response.
SocksAuthResponse(SocksAuthStatus) - 类 的构造器io.netty.handler.codec.socks.SocksAuthResponse
 
SocksAuthResponseDecoder - io.netty.handler.codec.socks中的类
Decodes ByteBufs into SocksAuthResponse.
SocksAuthResponseDecoder() - 类 的构造器io.netty.handler.codec.socks.SocksAuthResponseDecoder
 
SocksAuthResponseDecoder.State - io.netty.handler.codec.socks中的枚举
 
SocksAuthScheme - io.netty.handler.codec.socks中的枚举
 
SocksAuthStatus - io.netty.handler.codec.socks中的枚举
 
SocksCmdRequest - io.netty.handler.codec.socks中的类
An socks cmd request.
SocksCmdRequest(SocksCmdType, SocksAddressType, String, int) - 类 的构造器io.netty.handler.codec.socks.SocksCmdRequest
 
SocksCmdRequestDecoder - io.netty.handler.codec.socks中的类
Decodes ByteBufs into SocksCmdRequest.
SocksCmdRequestDecoder() - 类 的构造器io.netty.handler.codec.socks.SocksCmdRequestDecoder
 
SocksCmdRequestDecoder.State - io.netty.handler.codec.socks中的枚举
 
SocksCmdResponse - io.netty.handler.codec.socks中的类
A socks cmd response.
SocksCmdResponse(SocksCmdStatus, SocksAddressType) - 类 的构造器io.netty.handler.codec.socks.SocksCmdResponse
 
SocksCmdResponse(SocksCmdStatus, SocksAddressType, String, int) - 类 的构造器io.netty.handler.codec.socks.SocksCmdResponse
Constructs new response and includes provided host and port as part of it.
SocksCmdResponseDecoder - io.netty.handler.codec.socks中的类
Decodes ByteBufs into SocksCmdResponse.
SocksCmdResponseDecoder() - 类 的构造器io.netty.handler.codec.socks.SocksCmdResponseDecoder
 
SocksCmdResponseDecoder.State - io.netty.handler.codec.socks中的枚举
 
SocksCmdStatus - io.netty.handler.codec.socks中的枚举
 
SocksCmdType - io.netty.handler.codec.socks中的枚举
 
SocksInitRequest - io.netty.handler.codec.socks中的类
An socks init request.
SocksInitRequest(List<SocksAuthScheme>) - 类 的构造器io.netty.handler.codec.socks.SocksInitRequest
 
SocksInitRequestDecoder - io.netty.handler.codec.socks中的类
Decodes ByteBufs into SocksInitRequest.
SocksInitRequestDecoder() - 类 的构造器io.netty.handler.codec.socks.SocksInitRequestDecoder
 
SocksInitRequestDecoder.State - io.netty.handler.codec.socks中的枚举
 
SocksInitResponse - io.netty.handler.codec.socks中的类
An socks init response.
SocksInitResponse(SocksAuthScheme) - 类 的构造器io.netty.handler.codec.socks.SocksInitResponse
 
SocksInitResponseDecoder - io.netty.handler.codec.socks中的类
Decodes ByteBufs into SocksInitResponse.
SocksInitResponseDecoder() - 类 的构造器io.netty.handler.codec.socks.SocksInitResponseDecoder
 
SocksInitResponseDecoder.State - io.netty.handler.codec.socks中的枚举
 
SocksMessage - io.netty.handler.codec.socks中的类
An abstract class that defines a SocksMessage, providing common properties for SocksRequest and SocksResponse.
SocksMessage(SocksMessageType) - 类 的构造器io.netty.handler.codec.socks.SocksMessage
 
SocksMessage - io.netty.handler.codec.socksx中的接口
An interface that all SOCKS protocol messages implement.
SocksMessageEncoder - io.netty.handler.codec.socks中的类
Encodes an SocksMessage into a ByteBuf.
SocksMessageEncoder() - 类 的构造器io.netty.handler.codec.socks.SocksMessageEncoder
 
SocksMessageType - io.netty.handler.codec.socks中的枚举
 
SocksPortUnificationServerHandler - io.netty.handler.codec.socksx中的类
Detects the version of the current SOCKS connection and initializes the pipeline with Socks4ServerDecoder or Socks5InitialRequestDecoder.
SocksPortUnificationServerHandler() - 类 的构造器io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
Creates a new instance with the default configuration.
SocksPortUnificationServerHandler(Socks5ServerEncoder) - 类 的构造器io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
Creates a new instance with the specified Socks5ServerEncoder.
SocksProtocolVersion - io.netty.handler.codec.socks中的枚举
 
SocksRequest - io.netty.handler.codec.socks中的类
An abstract class that defines a SocksRequest, providing common properties for SocksInitRequest, SocksAuthRequest, SocksCmdRequest and UnknownSocksRequest.
SocksRequest(SocksRequestType) - 类 的构造器io.netty.handler.codec.socks.SocksRequest
 
SocksRequestType - io.netty.handler.codec.socks中的枚举
Type of socks request
SocksResponse - io.netty.handler.codec.socks中的类
An abstract class that defines a SocksResponse, providing common properties for SocksInitResponse, SocksAuthResponse, SocksCmdResponse and UnknownSocksResponse.
SocksResponse(SocksResponseType) - 类 的构造器io.netty.handler.codec.socks.SocksResponse
 
SocksResponseType - io.netty.handler.codec.socks中的枚举
Type of socks response
SocksServer - io.netty.example.socksproxy中的类
 
SocksServer() - 类 的构造器io.netty.example.socksproxy.SocksServer
 
SocksServerConnectHandler - io.netty.example.socksproxy中的类
 
SocksServerConnectHandler() - 类 的构造器io.netty.example.socksproxy.SocksServerConnectHandler
 
SocksServerHandler - io.netty.example.socksproxy中的类
 
SocksServerInitializer - io.netty.example.socksproxy中的类
 
SocksServerInitializer() - 类 的构造器io.netty.example.socksproxy.SocksServerInitializer
 
SocksServerUtils - io.netty.example.socksproxy中的类
 
SocksSubnegotiationVersion - io.netty.handler.codec.socks中的枚举
 
SocksVersion - io.netty.handler.codec.socksx中的枚举
The version of SOCKS protocol.
softCachingConcurrentResolver(ClassLoader) - 类 中的静态方法io.netty.handler.codec.serialization.ClassResolvers
已过时。
aggressive concurrent cache good for shared cache, when we're not worried about class unloading
softCachingResolver(ClassLoader) - 类 中的静态方法io.netty.handler.codec.serialization.ClassResolvers
已过时。
aggressive non-concurrent cache good for non-shared cache, when we're not worried about class unloading
SOMAXCONN - 类 中的静态变量io.netty.util.NetUtil
The SOMAXCONN value of the current machine.
sourceAddress() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyMessage
Returns the human-readable source address of this HAProxyMessage or null if HAProxy performs health check with send-proxy-v2.
sourcePort() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyMessage
Returns the UDP/TCP source port of this HAProxyMessage.
sourcePrefixLength() - 类 中的方法io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
 
sourcePrefixLength() - 接口 中的方法io.netty.handler.codec.dns.DnsOptEcsRecord
Returns the leftmost number of significant bits of ADDRESS to be used for the lookup.
SP - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Horizontal space
SP_CHAR - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Horizontal space
SPACE - 类 中的静态变量io.netty.util.internal.StringUtil
 
SPDY_1 - 类 中的静态变量io.netty.handler.ssl.ApplicationProtocolNames
"spdy/1": SPDY version 1
SPDY_2 - 类 中的静态变量io.netty.handler.ssl.ApplicationProtocolNames
"spdy/2": SPDY version 2
SPDY_3 - 类 中的静态变量io.netty.handler.ssl.ApplicationProtocolNames
"spdy/3": SPDY version 3
SPDY_3_1 - 类 中的静态变量io.netty.handler.ssl.ApplicationProtocolNames
"spdy/3.1": SPDY version 3.1
SpdyClient - io.netty.example.spdy.client中的类
An SPDY client that allows you to send HTTP GET to a SPDY server.
SpdyClient() - 类 的构造器io.netty.example.spdy.client.SpdyClient
 
SpdyClientInitializer - io.netty.example.spdy.client中的类
 
SpdyClientInitializer(SslContext, HttpResponseClientHandler) - 类 的构造器io.netty.example.spdy.client.SpdyClientInitializer
 
SpdyClientStreamIdHandler - io.netty.example.spdy.client中的类
Adds a unique client stream ID to the SPDY header.
SpdyClientStreamIdHandler() - 类 的构造器io.netty.example.spdy.client.SpdyClientStreamIdHandler
 
SpdyDataFrame - io.netty.handler.codec.spdy中的接口
A SPDY Protocol DATA Frame
SpdyFrame - io.netty.handler.codec.spdy中的接口
A SPDY Protocol Frame
SpdyFrameCodec - io.netty.handler.codec.spdy中的类
A ChannelHandler that encodes and decodes SPDY Frames.
SpdyFrameCodec(SpdyVersion) - 类 的构造器io.netty.handler.codec.spdy.SpdyFrameCodec
Creates a new instance with the specified version, validateHeaders (true), and the default decoder and encoder options (maxChunkSize (8192), maxHeaderSize (16384), compressionLevel (6), windowBits (15), and memLevel (8)).
SpdyFrameCodec(SpdyVersion, boolean) - 类 的构造器io.netty.handler.codec.spdy.SpdyFrameCodec
Creates a new instance with the specified version, validateHeaders, and the default decoder and encoder options (maxChunkSize (8192), maxHeaderSize (16384), compressionLevel (6), windowBits (15), and memLevel (8)).
SpdyFrameCodec(SpdyVersion, int, int, int, int, int) - 类 的构造器io.netty.handler.codec.spdy.SpdyFrameCodec
Creates a new instance with the specified version, validateHeaders (true), decoder and encoder options.
SpdyFrameCodec(SpdyVersion, int, int, int, int, int, boolean) - 类 的构造器io.netty.handler.codec.spdy.SpdyFrameCodec
Creates a new instance with the specified version, validateHeaders, decoder and encoder options.
SpdyFrameCodec(SpdyVersion, int, SpdyHeaderBlockDecoder, SpdyHeaderBlockEncoder, boolean) - 类 的构造器io.netty.handler.codec.spdy.SpdyFrameCodec
 
SpdyFrameDecoder - io.netty.handler.codec.spdy中的类
Decodes ByteBufs into SPDY Frames.
SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate) - 类 的构造器io.netty.handler.codec.spdy.SpdyFrameDecoder
Creates a new instance with the specified version and the default maxChunkSize (8192).
SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate, int) - 类 的构造器io.netty.handler.codec.spdy.SpdyFrameDecoder
Creates a new instance with the specified parameters.
SpdyFrameDecoderDelegate - io.netty.handler.codec.spdy中的接口
Callback interface for SpdyFrameDecoder.
SpdyFrameEncoder - io.netty.handler.codec.spdy中的类
Encodes a SPDY Frame into a ByteBuf.
SpdyFrameEncoder(SpdyVersion) - 类 的构造器io.netty.handler.codec.spdy.SpdyFrameEncoder
Creates a new instance with the specified spdyVersion.
SpdyFrameLogger - io.netty.example.spdy.client中的类
Logs SPDY frames for debugging purposes.
SpdyFrameLogger(InternalLogLevel) - 类 的构造器io.netty.example.spdy.client.SpdyFrameLogger
 
SpdyGoAwayFrame - io.netty.handler.codec.spdy中的接口
A SPDY Protocol GOAWAY Frame
SpdyHeaderBlockDecoder - io.netty.handler.codec.spdy中的类
Super-class for SPDY header-block decoders.
SpdyHeaderBlockDecoder() - 类 的构造器io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder
 
SpdyHeaderBlockEncoder - io.netty.handler.codec.spdy中的类
Super-class for SPDY header-block encoders.
SpdyHeaderBlockEncoder() - 类 的构造器io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder
 
SpdyHeaderBlockRawDecoder - io.netty.handler.codec.spdy中的类
 
SpdyHeaderBlockRawDecoder(SpdyVersion, int) - 类 的构造器io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
SpdyHeaderBlockRawEncoder - io.netty.handler.codec.spdy中的类
 
SpdyHeaderBlockRawEncoder(SpdyVersion) - 类 的构造器io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
 
SpdyHeaders - io.netty.handler.codec.spdy中的接口
Provides the constants for the standard SPDY HTTP header names and commonly used utility methods that access a SpdyHeadersFrame.
SpdyHeaders.HttpNames - io.netty.handler.codec.spdy中的类
SPDY HTTP header names
SpdyHeadersFrame - io.netty.handler.codec.spdy中的接口
A SPDY Protocol HEADERS Frame
SpdyHttpCodec - io.netty.handler.codec.spdy中的类
A combination of SpdyHttpDecoder and SpdyHttpEncoder
SpdyHttpCodec(SpdyVersion, int) - 类 的构造器io.netty.handler.codec.spdy.SpdyHttpCodec
Creates a new instance with the specified decoder options.
SpdyHttpCodec(SpdyVersion, int, boolean) - 类 的构造器io.netty.handler.codec.spdy.SpdyHttpCodec
已过时。
SpdyHttpCodec(SpdyVersion, int, HttpHeadersFactory, HttpHeadersFactory) - 类 的构造器io.netty.handler.codec.spdy.SpdyHttpCodec
Creates a new instance with the specified decoder options.
SpdyHttpDecoder - io.netty.handler.codec.spdy中的类
SpdyHttpDecoder(SpdyVersion, int) - 类 的构造器io.netty.handler.codec.spdy.SpdyHttpDecoder
Creates a new instance.
SpdyHttpDecoder(SpdyVersion, int, boolean) - 类 的构造器io.netty.handler.codec.spdy.SpdyHttpDecoder
SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>) - 类 的构造器io.netty.handler.codec.spdy.SpdyHttpDecoder
Creates a new instance with the specified parameters.
SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>, boolean) - 类 的构造器io.netty.handler.codec.spdy.SpdyHttpDecoder
SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>, HttpHeadersFactory, HttpHeadersFactory) - 类 的构造器io.netty.handler.codec.spdy.SpdyHttpDecoder
Creates a new instance with the specified parameters.
SpdyHttpEncoder - io.netty.handler.codec.spdy中的类
SpdyHttpEncoder(SpdyVersion) - 类 的构造器io.netty.handler.codec.spdy.SpdyHttpEncoder
Creates a new instance.
SpdyHttpEncoder(SpdyVersion, boolean, boolean) - 类 的构造器io.netty.handler.codec.spdy.SpdyHttpEncoder
Creates a new instance.
SpdyHttpHeaders - io.netty.handler.codec.spdy中的类
Provides the constants for the header names and the utility methods used by the SpdyHttpDecoder and SpdyHttpEncoder.
SpdyHttpHeaders.Names - io.netty.handler.codec.spdy中的类
SPDY HTTP header names
SpdyHttpResponseStreamIdHandler - io.netty.handler.codec.spdy中的类
MessageToMessageCodec that takes care of adding the right SpdyHttpHeaders.Names.STREAM_ID to the HttpMessage if one is not present.
SpdyHttpResponseStreamIdHandler() - 类 的构造器io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
SpdyOrHttpHandler - io.netty.example.spdy.server中的类
Negotiates with the browser if SPDY or HTTP is going to be used.
SpdyOrHttpHandler() - 类 的构造器io.netty.example.spdy.server.SpdyOrHttpHandler
 
SpdyPingFrame - io.netty.handler.codec.spdy中的接口
A SPDY Protocol PING Frame
SpdyProtocolException - io.netty.handler.codec.spdy中的异常错误
 
SpdyProtocolException() - 异常错误 的构造器io.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyProtocolException(String, Throwable) - 异常错误 的构造器io.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyProtocolException(String) - 异常错误 的构造器io.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyProtocolException(Throwable) - 异常错误 的构造器io.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyRstStreamFrame - io.netty.handler.codec.spdy中的接口
A SPDY Protocol RST_STREAM Frame
SpdyServer - io.netty.example.spdy.server中的类
A SPDY Server that responds to a GET request with a Hello World.
SpdyServer() - 类 的构造器io.netty.example.spdy.server.SpdyServer
 
SpdyServerHandler - io.netty.example.spdy.server中的类
HTTP handler that responds with a "Hello World"
SpdyServerHandler() - 类 的构造器io.netty.example.spdy.server.SpdyServerHandler
 
SpdyServerInitializer - io.netty.example.spdy.server中的类
Sets up the Netty pipeline
SpdyServerInitializer(SslContext) - 类 的构造器io.netty.example.spdy.server.SpdyServerInitializer
 
SpdySessionHandler - io.netty.handler.codec.spdy中的类
Manages streams within a SPDY session.
SpdySessionHandler(SpdyVersion, boolean) - 类 的构造器io.netty.handler.codec.spdy.SpdySessionHandler
Creates a new session handler.
SpdySessionStatus - io.netty.handler.codec.spdy中的类
The SPDY session status code and its description.
SpdySessionStatus(int, String) - 类 的构造器io.netty.handler.codec.spdy.SpdySessionStatus
Creates a new instance with the specified code and its statusPhrase.
SpdySettingsFrame - io.netty.handler.codec.spdy中的接口
A SPDY Protocol SETTINGS Frame
SpdyStreamFrame - io.netty.handler.codec.spdy中的接口
A SPDY Protocol Frame that is associated with an individual SPDY Stream
SpdyStreamStatus - io.netty.handler.codec.spdy中的类
The SPDY stream status code and its description.
SpdyStreamStatus(int, String) - 类 的构造器io.netty.handler.codec.spdy.SpdyStreamStatus
Creates a new instance with the specified code and its statusPhrase.
SpdySynReplyFrame - io.netty.handler.codec.spdy中的接口
A SPDY Protocol SYN_REPLY Frame
SpdySynStreamFrame - io.netty.handler.codec.spdy中的接口
A SPDY Protocol SYN_STREAM Frame
SpdyVersion - io.netty.handler.codec.spdy中的枚举
 
SpdyWindowUpdateFrame - io.netty.handler.codec.spdy中的接口
A SPDY Protocol WINDOW_UPDATE Frame
SPEED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"speed"
SPEED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Speed"
SPF - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
Sender Policy Framework record RFC 4408 Specified as part of the SPF protocol as an alternative to of storing SPF data in TXT records.
splice(int, long, int, long, long) - 类 中的静态方法io.netty.channel.epoll.Native
 
spliceIn(FileDescriptor, RecvByteBufAllocator.Handle) - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
 
SpliceInTask(int, ChannelPromise) - 类 的构造器io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
 
spliceTo(AbstractEpollStreamChannel, int) - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
spliceTo(AbstractEpollStreamChannel, int, ChannelPromise) - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
spliceTo(FileDescriptor, int, int) - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
Splice from this AbstractEpollStreamChannel to another FileDescriptor.
spliceTo(FileDescriptor, int, int, ChannelPromise) - 类 中的方法io.netty.channel.epoll.AbstractEpollStreamChannel
Splice from this AbstractEpollStreamChannel to another FileDescriptor.
split(String, int) - 类 中的方法io.netty.util.AsciiString
Splits this string using the supplied regular expression expr.
split(char) - 类 中的方法io.netty.util.AsciiString
Splits the specified String with the specified delimiter..
splitFirstWordInitialLine(byte[], int, int) - 类 中的方法io.netty.handler.codec.http.HttpObjectDecoder
 
splitFirstWordInitialLine(byte[], int, int) - 类 中的方法io.netty.handler.codec.http.HttpRequestDecoder
 
splitHeaderName(byte[], int, int) - 类 中的方法io.netty.handler.codec.http.HttpObjectDecoder
 
splitHeaderName(byte[], int, int) - 类 中的方法io.netty.handler.codec.http.HttpRequestDecoder
 
splitSecondWordInitialLine(byte[], int, int) - 类 中的方法io.netty.handler.codec.http.HttpObjectDecoder
 
splitThirdWordInitialLine(byte[], int, int) - 类 中的方法io.netty.handler.codec.http.HttpObjectDecoder
 
splitThirdWordInitialLine(byte[], int, int) - 类 中的方法io.netty.handler.codec.http.HttpRequestDecoder
 
SRV - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
Service locator RFC 2782 Generalized service location record, used for newer protocols instead of creating protocol-specific records such as MX.
SSHFP - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
SSH Public Key Fingerprint record RFC 4255 Resource record for publishing SSH public host key fingerprints in the DNS System, in order to aid in verifying the authenticity of the host.
SSIZE_MAX - 类 中的静态变量io.netty.channel.unix.Limits
 
SSL_SIGN_ECDSA_SECP256R1_SHA256 - 接口 中的静态变量io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
 
SSL_SIGN_ECDSA_SECP256R1_SHA256 - 接口 中的静态变量io.netty.handler.ssl.OpenSslPrivateKeyMethod
 
SSL_SIGN_ECDSA_SECP384R1_SHA384 - 接口 中的静态变量io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
 
SSL_SIGN_ECDSA_SECP384R1_SHA384 - 接口 中的静态变量io.netty.handler.ssl.OpenSslPrivateKeyMethod
 
SSL_SIGN_ECDSA_SECP521R1_SHA512 - 接口 中的静态变量io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
 
SSL_SIGN_ECDSA_SECP521R1_SHA512 - 接口 中的静态变量io.netty.handler.ssl.OpenSslPrivateKeyMethod
 
SSL_SIGN_ECDSA_SHA1 - 接口 中的静态变量io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
 
SSL_SIGN_ECDSA_SHA1 - 接口 中的静态变量io.netty.handler.ssl.OpenSslPrivateKeyMethod
 
SSL_SIGN_ED25519 - 接口 中的静态变量io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
 
SSL_SIGN_ED25519 - 接口 中的静态变量io.netty.handler.ssl.OpenSslPrivateKeyMethod
 
SSL_SIGN_RSA_PKCS1_MD5_SHA1 - 接口 中的静态变量io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
 
SSL_SIGN_RSA_PKCS1_MD5_SHA1 - 接口 中的静态变量io.netty.handler.ssl.OpenSslPrivateKeyMethod
 
SSL_SIGN_RSA_PKCS1_SHA1 - 接口 中的静态变量io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
 
SSL_SIGN_RSA_PKCS1_SHA1 - 接口 中的静态变量io.netty.handler.ssl.OpenSslPrivateKeyMethod
 
SSL_SIGN_RSA_PKCS1_SHA256 - 接口 中的静态变量io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
 
SSL_SIGN_RSA_PKCS1_SHA256 - 接口 中的静态变量io.netty.handler.ssl.OpenSslPrivateKeyMethod
 
SSL_SIGN_RSA_PKCS1_SHA384 - 接口 中的静态变量io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
 
SSL_SIGN_RSA_PKCS1_SHA384 - 接口 中的静态变量io.netty.handler.ssl.OpenSslPrivateKeyMethod
 
SSL_SIGN_RSA_PKCS1_SHA512 - 接口 中的静态变量io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
 
SSL_SIGN_RSA_PKCS1_SHA512 - 接口 中的静态变量io.netty.handler.ssl.OpenSslPrivateKeyMethod
 
SSL_SIGN_RSA_PSS_RSAE_SHA256 - 接口 中的静态变量io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
 
SSL_SIGN_RSA_PSS_RSAE_SHA256 - 接口 中的静态变量io.netty.handler.ssl.OpenSslPrivateKeyMethod
 
SSL_SIGN_RSA_PSS_RSAE_SHA384 - 接口 中的静态变量io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
 
SSL_SIGN_RSA_PSS_RSAE_SHA384 - 接口 中的静态变量io.netty.handler.ssl.OpenSslPrivateKeyMethod
 
SSL_SIGN_RSA_PSS_RSAE_SHA512 - 接口 中的静态变量io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
 
SSL_SIGN_RSA_PSS_RSAE_SHA512 - 接口 中的静态变量io.netty.handler.ssl.OpenSslPrivateKeyMethod
 
SSL_v2 - 类 中的静态变量io.netty.handler.ssl.SslProtocols
已过时。
SSLv2 is no longer secure. Consider using SslProtocols.TLS_v1_2 or SslProtocols.TLS_v1_3
SSL_v2_HELLO - 类 中的静态变量io.netty.handler.ssl.SslProtocols
已过时。
SSLv2Hello is no longer secure. Consider using SslProtocols.TLS_v1_2 or SslProtocols.TLS_v1_3
SSL_v3 - 类 中的静态变量io.netty.handler.ssl.SslProtocols
已过时。
SSLv3 is no longer secure. Consider using SslProtocols.TLS_v1_2 or SslProtocols.TLS_v1_3
SslClientHelloHandler<T> - io.netty.handler.ssl中的类
ByteToMessageDecoder which allows to be notified once a full ClientHello was received.
SslClientHelloHandler() - 类 的构造器io.netty.handler.ssl.SslClientHelloHandler
 
SslClientHelloHandler(int) - 类 的构造器io.netty.handler.ssl.SslClientHelloHandler
 
SslCloseCompletionEvent - io.netty.handler.ssl中的类
Event that is fired once the close_notify was received or if an failure happens before it was received.
SslCloseCompletionEvent(Throwable) - 类 的构造器io.netty.handler.ssl.SslCloseCompletionEvent
Creates a new event that indicates an close_notify was not received because of an previous error.
SslClosedEngineException - io.netty.handler.ssl中的异常错误
SSLException which signals that the exception was caused by an SSLEngine which was closed already.
SslClosedEngineException(String) - 异常错误 的构造器io.netty.handler.ssl.SslClosedEngineException
 
sslCloseFuture() - 类 中的方法io.netty.handler.ssl.SslHandler
Return the Future that will get notified if the inbound of the SSLEngine is closed.
SslCompletionEvent - io.netty.handler.ssl中的类
 
sslContext() - 类 中的方法io.netty.handler.ssl.SniHandler
 
SslContext - io.netty.handler.ssl中的类
A secure socket protocol implementation which acts as a factory for SSLEngine and SslHandler.
SslContext() - 类 的构造器io.netty.handler.ssl.SslContext
Creates a new instance (startTls set to false).
SslContext(boolean) - 类 的构造器io.netty.handler.ssl.SslContext
Creates a new instance.
SslContextBuilder - io.netty.handler.ssl中的类
Builder for configuring a new SslContext for creation.
SslContextOption<T> - io.netty.handler.ssl中的类
A SslContextOption allows to configure a SslContext in a type-safe way.
SslContextOption(String) - 类 的构造器io.netty.handler.ssl.SslContextOption
Should be used by sub-classes.
sslContextProvider(Provider) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
The SSLContext Provider to use.
sslCtxPointer() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
已过时。
this method is considered unsafe as the returned pointer may be released later. Dont use it!
SslHandler - io.netty.handler.ssl中的类
Adds SSL · TLS and StartTLS support to a Channel.
SslHandler(SSLEngine) - 类 的构造器io.netty.handler.ssl.SslHandler
Creates a new instance which runs all delegated tasks directly on the EventExecutor.
SslHandler(SSLEngine, boolean) - 类 的构造器io.netty.handler.ssl.SslHandler
Creates a new instance which runs all delegated tasks directly on the EventExecutor.
SslHandler(SSLEngine, Executor) - 类 的构造器io.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, boolean, Executor) - 类 的构造器io.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandshakeCompletionEvent - io.netty.handler.ssl中的类
Event that is fired once the SSL handshake is complete, which may be because it was successful or there was an error.
SslHandshakeCompletionEvent(Throwable) - 类 的构造器io.netty.handler.ssl.SslHandshakeCompletionEvent
Creates a new event that indicates an unsuccessful handshake.
SslHandshakeTimeoutException - io.netty.handler.ssl中的异常错误
SSLHandshakeException that is used when a handshake failed due a configured timeout.
SslHandshakeTimeoutException(String) - 异常错误 的构造器io.netty.handler.ssl.SslHandshakeTimeoutException
 
SslMasterKeyHandler - io.netty.handler.ssl中的类
The SslMasterKeyHandler is a channel-handler you can include in your pipeline to consume the master key & session identifier for a TLS session.
SslMasterKeyHandler() - 类 的构造器io.netty.handler.ssl.SslMasterKeyHandler
Constructor.
sslPointer() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Returns the pointer to the SSL object for this ReferenceCountedOpenSslEngine.
SslProtocols - io.netty.handler.ssl中的类
SSL/TLS protocols
sslProvider(SslProvider) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
The SslContext implementation to use.
SslProvider - io.netty.handler.ssl中的枚举
An enumeration of SSL/TLS protocol providers.
SSRC - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
已过时。
"ssrc"
SSRC - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
"ssrc"
stackTrace() - 接口 中的方法io.netty.util.concurrent.ThreadProperties
 
stackTraceToString(Throwable) - 类 中的静态方法io.netty.util.internal.ThrowableUtil
Gets the stack trace from a Throwable as a String.
standalone() - 类 中的方法io.netty.handler.codec.xml.XmlDocumentStart
Return standalonity of the document
StandardCompressionOptions - io.netty.handler.codec.compression中的类
Standard Compression Options for BrotliOptions, GzipOptions and DeflateOptions
start() - 类 中的方法io.netty.example.http2.tiles.Http2Server
 
start() - 类 中的方法io.netty.example.http2.tiles.HttpServer
 
start(int) - 类 中的方法io.netty.example.stomp.websocket.StompWebSocketChatServer
 
start() - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficCounter
Start the monitoring process.
start() - 类 中的方法io.netty.handler.traffic.TrafficCounter
Start the monitoring process.
start() - 类 中的方法io.netty.util.HashedWheelTimer
Starts the background thread explicitly.
startOffset - 类 中的变量io.netty.buffer.ByteBufZeroingBenchmark
 
startOffset() - 类 中的方法io.netty.handler.stream.ChunkedFile
Returns the offset in the file where the transfer began.
startOffset() - 类 中的方法io.netty.handler.stream.ChunkedNioFile
Returns the offset in the file where the transfer began.
startsWith(CharSequence) - 类 中的方法io.netty.util.AsciiString
Compares the specified string to this string to determine if the specified string is a prefix.
startsWith(CharSequence, int) - 类 中的方法io.netty.util.AsciiString
Compares the specified string to this string, starting at the specified offset, to determine if the specified string is a prefix.
startTls(boolean) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
true if the first write request shouldn't be encrypted.
STAT - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
state() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
state() - 接口 中的方法io.netty.handler.codec.http2.Http2FrameStream
Returns the state of this stream.
state() - 接口 中的方法io.netty.handler.codec.http2.Http2Stream
Gets the state of this stream.
state() - 类 中的方法io.netty.handler.codec.ProtocolDetectionResult
state() - 类 中的方法io.netty.handler.codec.ReplayingDecoder
Returns the current state of this decoder.
state(S) - 类 中的方法io.netty.handler.codec.ReplayingDecoder
Sets the current state of this decoder.
state() - 类 中的方法io.netty.handler.timeout.IdleStateEvent
Returns the idle state.
state() - 接口 中的方法io.netty.util.concurrent.ThreadProperties
 
stats() - 类 中的方法io.netty.handler.ssl.OpenSslSessionContext
Returns the stats of this context.
stats() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
已过时。
use #sessionContext#stats()
STATUS - 类 中的静态变量io.netty.handler.codec.dns.DnsOpCode
The 'Status' DNS OpCode, as defined in RFC1035.
status() - 类 中的方法io.netty.handler.codec.http.DefaultHttpResponse
 
status() - 接口 中的方法io.netty.handler.codec.http.HttpResponse
Returns the status of this HttpResponse.
status(CharSequence) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Headers
 
status() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Headers
 
status(CharSequence) - 类 中的方法io.netty.handler.codec.http2.EmptyHttp2Headers
 
status() - 类 中的方法io.netty.handler.codec.http2.EmptyHttp2Headers
 
status(CharSequence) - 接口 中的方法io.netty.handler.codec.http2.Http2Headers
status() - 接口 中的方法io.netty.handler.codec.http2.Http2Headers
Gets the Http2Headers.PseudoHeaderName.STATUS header or null if there is no such header
status(CharSequence) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
status() - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
status() - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
Returns the status of the response.
status() - 类 中的方法io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
status() - 类 中的方法io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
status() - 接口 中的方法io.netty.handler.codec.socksx.v4.Socks4CommandResponse
Returns the status of this response.
status() - 类 中的方法io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
status() - 类 中的方法io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
 
status() - 接口 中的方法io.netty.handler.codec.socksx.v5.Socks5CommandResponse
Returns the status of this response.
status() - 接口 中的方法io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponse
Returns the status of this response.
status() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
status() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
status() - 接口 中的方法io.netty.handler.codec.spdy.SpdyGoAwayFrame
Returns the status of this frame.
STATUS - 类 中的静态变量io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":status"
status() - 接口 中的方法io.netty.handler.codec.spdy.SpdyRstStreamFrame
Returns the status of this frame.
status() - 类 中的方法io.netty.handler.ssl.ocsp.OcspResponse
 
statusCode() - 类 中的方法io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Returns the closing status code as per RFC 6455.
statusPhrase() - 类 中的方法io.netty.handler.codec.spdy.SpdySessionStatus
Returns the status phrase of this status.
statusPhrase() - 类 中的方法io.netty.handler.codec.spdy.SpdyStreamStatus
Returns the status phrase of this status.
StompChatHandler - io.netty.example.stomp.websocket中的类
 
StompChatHandler() - 类 的构造器io.netty.example.stomp.websocket.StompChatHandler
 
StompClient - io.netty.example.stomp中的类
very simple stomp client implementation example, requires running stomp server to actually work uses default username/password and destination values from hornetq message broker
StompClient() - 类 的构造器io.netty.example.stomp.StompClient
 
StompClientHandler - io.netty.example.stomp中的类
STOMP client inbound handler implementation, which just passes received messages to listener
StompClientHandler() - 类 的构造器io.netty.example.stomp.StompClientHandler
 
StompCommand - io.netty.handler.codec.stomp中的枚举
STOMP command
StompContentSubframe - io.netty.handler.codec.stomp中的接口
An STOMP chunk which is used for STOMP chunked transfer-encoding.
StompFrame - io.netty.handler.codec.stomp中的接口
Combines StompHeadersSubframe and LastStompContentSubframe into one frame.
StompHeaders - io.netty.handler.codec.stomp中的接口
The multimap data structure for the STOMP header names and values.
StompHeadersSubframe - io.netty.handler.codec.stomp中的接口
An interface that defines a StompFrame's command and headers.
StompSubframe - io.netty.handler.codec.stomp中的接口
Defines a common interface for all StompSubframe implementations.
StompSubframeAggregator - io.netty.handler.codec.stomp中的类
A ChannelHandler that aggregates an StompHeadersSubframe and its following StompContentSubframes into a single StompFrame.
StompSubframeAggregator(int) - 类 的构造器io.netty.handler.codec.stomp.StompSubframeAggregator
Creates a new instance.
StompSubframeDecoder - io.netty.handler.codec.stomp中的类
StompSubframeDecoder() - 类 的构造器io.netty.handler.codec.stomp.StompSubframeDecoder
 
StompSubframeDecoder(boolean) - 类 的构造器io.netty.handler.codec.stomp.StompSubframeDecoder
 
StompSubframeDecoder(int, int) - 类 的构造器io.netty.handler.codec.stomp.StompSubframeDecoder
 
StompSubframeDecoder(int, int, boolean) - 类 的构造器io.netty.handler.codec.stomp.StompSubframeDecoder
 
StompSubframeDecoder.State - io.netty.handler.codec.stomp中的枚举
 
StompSubframeEncoder - io.netty.handler.codec.stomp中的类
Encodes a StompFrame or a StompSubframe into a ByteBuf.
StompSubframeEncoder() - 类 的构造器io.netty.handler.codec.stomp.StompSubframeEncoder
 
StompSubscription - io.netty.example.stomp.websocket中的类
 
StompSubscription(String, String, Channel) - 类 的构造器io.netty.example.stomp.websocket.StompSubscription
 
StompVersion - io.netty.example.stomp.websocket中的枚举
 
StompWebSocketChatServer - io.netty.example.stomp.websocket中的类
 
StompWebSocketChatServer() - 类 的构造器io.netty.example.stomp.websocket.StompWebSocketChatServer
 
StompWebSocketChatServerInitializer - io.netty.example.stomp.websocket中的类
 
StompWebSocketChatServerInitializer(String) - 类 的构造器io.netty.example.stomp.websocket.StompWebSocketChatServerInitializer
 
StompWebSocketClientPageHandler - io.netty.example.stomp.websocket中的类
 
StompWebSocketFrameEncoder - io.netty.example.stomp.websocket中的类
 
StompWebSocketFrameEncoder() - 类 的构造器io.netty.example.stomp.websocket.StompWebSocketFrameEncoder
 
StompWebSocketProtocolCodec - io.netty.example.stomp.websocket中的类
 
StompWebSocketProtocolCodec() - 类 的构造器io.netty.example.stomp.websocket.StompWebSocketProtocolCodec
 
stop() - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficCounter
Stop the monitoring process.
stop() - 类 中的方法io.netty.handler.traffic.TrafficCounter
Stop the monitoring process.
stop() - 类 中的方法io.netty.util.HashedWheelTimer
 
stop() - 接口 中的方法io.netty.util.Timer
Releases all resources acquired by this Timer and cancels all tasks which were scheduled but not executed yet.
STOP_BITS - 类 中的静态变量io.netty.channel.rxtx.RxtxChannelOption
已过时。
 
stream(Http2FrameStream) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2StreamFrame
 
stream() - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2StreamFrame
 
stream(int) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Connection
 
stream - 类 中的变量io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
stream(Http2FrameStream) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
stream(Http2FrameStream) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
stream(Http2FrameStream) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
 
stream(Http2FrameStream) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
 
stream() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
 
stream(Http2FrameStream) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ResetFrame
 
stream() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
stream(Http2FrameStream) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
stream(Http2FrameStream) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
 
stream(int) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection
Gets the stream if it exists.
stream() - 类 中的方法io.netty.handler.codec.http2.Http2FrameStreamEvent
 
stream() - 异常错误 中的方法io.netty.handler.codec.http2.Http2FrameStreamException
 
stream(Http2FrameStream) - 接口 中的方法io.netty.handler.codec.http2.Http2PriorityFrame
 
stream(Http2FrameStream) - 接口 中的方法io.netty.handler.codec.http2.Http2PushPromiseFrame
 
stream() - 接口 中的方法io.netty.handler.codec.http2.Http2StreamChannel
Returns the Http2FrameStream that belongs to this channel.
stream(Http2FrameStream) - 接口 中的方法io.netty.handler.codec.http2.Http2StreamFrame
Set the Http2FrameStream object for this frame.
stream() - 接口 中的方法io.netty.handler.codec.http2.Http2StreamFrame
Returns the Http2FrameStream object for this frame, or null if the frame has yet to be associated with a stream.
stream() - 接口 中的方法io.netty.handler.codec.http2.Http2UnknownFrame
 
stream(Http2FrameStream) - 接口 中的方法io.netty.handler.codec.http2.Http2UnknownFrame
 
stream() - 接口 中的方法io.netty.handler.codec.http2.StreamByteDistributor.StreamState
Gets the stream this state is associated with.
stream() - 类 中的方法io.netty.resolver.dns.DnsServerAddresses
Starts a new infinite stream of DNS server addresses.
STREAM_ALREADY_CLOSED - 类 中的静态变量io.netty.handler.codec.spdy.SpdyStreamStatus
9 Stream Already Closed
STREAM_ID - 类 中的静态变量io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"x-spdy-stream-id"
STREAM_IN_USE - 类 中的静态变量io.netty.handler.codec.spdy.SpdyStreamStatus
8 Stream In Use
streamableBytes(StreamByteDistributor.StreamState) - 类 中的静态方法io.netty.handler.codec.http2.Http2CodecUtil
Calculate the amount of bytes that can be sent by state.
StreamBufferingEncoder - io.netty.handler.codec.http2中的类
Implementation of a Http2ConnectionEncoder that dispatches all method call to another Http2ConnectionEncoder, until SETTINGS_MAX_CONCURRENT_STREAMS is reached.
StreamBufferingEncoder(Http2ConnectionEncoder) - 类 的构造器io.netty.handler.codec.http2.StreamBufferingEncoder
 
StreamBufferingEncoder(Http2ConnectionEncoder, int) - 类 的构造器io.netty.handler.codec.http2.StreamBufferingEncoder
 
StreamBufferingEncoder.Http2ChannelClosedException - io.netty.handler.codec.http2中的异常错误
Thrown if buffered streams are terminated due to this encoder being closed.
StreamBufferingEncoder.Http2GoAwayException - io.netty.handler.codec.http2中的异常错误
Thrown by StreamBufferingEncoder if buffered streams are terminated due to receipt of a GOAWAY.
StreamByteDistributor - io.netty.handler.codec.http2中的接口
An object (used by remote flow control) that is responsible for distributing the bytes to be written across the streams in the connection.
StreamByteDistributor.StreamState - io.netty.handler.codec.http2中的接口
State information for the stream, indicating the number of bytes that are currently streamable.
StreamByteDistributor.Writer - io.netty.handler.codec.http2中的接口
Object that performs the writing of the bytes that have been allocated for a stream.
streamDependency() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
 
streamDependency() - 接口 中的方法io.netty.handler.codec.http2.Http2PriorityFrame
Parent Stream Id of this Priority request
streamError(int, Http2Error, String, Object...) - 异常错误 中的静态方法io.netty.handler.codec.http2.Http2Exception
Use if an error which can be isolated to a single stream has occurred.
streamError(int, Http2Error, Throwable, String, Object...) - 异常错误 中的静态方法io.netty.handler.codec.http2.Http2Exception
Use if an error which can be isolated to a single stream has occurred.
streamId() - 异常错误 中的方法io.netty.handler.codec.http2.Http2Exception.StreamException
 
streamId(Http2Exception) - 异常错误 中的静态方法io.netty.handler.codec.http2.Http2Exception
Get the stream id associated with an exception.
streamId() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
streamId() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
streamId() - 接口 中的方法io.netty.handler.codec.spdy.SpdyStreamFrame
Returns the Stream-ID of this frame.
streamId() - 接口 中的方法io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Returns the Stream-ID of this frame.
streamIdentifier() - 类 中的方法io.netty.channel.sctp.SctpMessage
Return the stream-identifier
streamKey - 类 中的变量io.netty.handler.codec.http2.Http2FrameCodec
 
streamMayHaveExisted(int) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Connection
 
streamMayHaveExisted(int) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection
Indicates whether or not the given stream may have existed within this connection.
streamNumber() - 类 中的方法com.sun.nio.sctp.MessageInfo
 
streamNumber(int) - 类 中的方法com.sun.nio.sctp.MessageInfo
 
STRICT - 类 中的静态变量io.netty.handler.codec.http.cookie.ClientCookieDecoder
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265
STRICT - 类 中的静态变量io.netty.handler.codec.http.cookie.ClientCookieEncoder
Strict encoder that validates that name and value chars are in the valid scope and (for methods that accept multiple cookies) sorts cookies into order of decreasing path length, as specified in RFC6265.
strict - 类 中的变量io.netty.handler.codec.http.cookie.CookieEncoder
 
STRICT - 类 中的静态变量io.netty.handler.codec.http.cookie.ServerCookieDecoder
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265
STRICT - 类 中的静态变量io.netty.handler.codec.http.cookie.ServerCookieEncoder
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265, and (for methods that accept multiple cookies) that only one cookie is encoded with any given name.
stringBuilder() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
StringDecoder - io.netty.handler.codec.string中的类
Decodes a received ByteBuf into a String.
StringDecoder() - 类 的构造器io.netty.handler.codec.string.StringDecoder
Creates a new instance with the current system character set.
StringDecoder(Charset) - 类 的构造器io.netty.handler.codec.string.StringDecoder
Creates a new instance with the specified character set.
StringEncoder - io.netty.handler.codec.string中的类
Encodes the requested String into a ByteBuf.
StringEncoder() - 类 的构造器io.netty.handler.codec.string.StringEncoder
Creates a new instance with the current system character set.
StringEncoder(Charset) - 类 的构造器io.netty.handler.codec.string.StringEncoder
Creates a new instance with the specified character set.
StringPair(String, String) - 类 的构造器io.netty.handler.codec.mqtt.MqttProperties.StringPair
 
StringProperty(int, String) - 类 的构造器io.netty.handler.codec.mqtt.MqttProperties.StringProperty
 
stringToLowerCase() - 类 中的方法io.netty.util.AsciiStringCaseConversionBenchmark
 
stringtoUpperCase() - 类 中的方法io.netty.util.AsciiStringCaseConversionBenchmark
 
StringUtil - io.netty.util.internal中的类
String utility class.
SUB_PROTOCOL_WILDCARD - 类 中的静态变量io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Use this as wildcard to support all requested sub-protocols
SUB_PROTOCOLS - 枚举 中的静态变量io.netty.example.stomp.websocket.StompVersion
 
subAck() - 类 中的静态方法io.netty.handler.codec.mqtt.MqttMessageBuilders
 
submit(Runnable) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
 
submit(Runnable, T) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
 
submit(Callable<T>) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
 
submit(Runnable) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
 
submit(Runnable, T) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
 
submit(Callable<T>) - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
 
submit(Runnable) - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
 
submit(Runnable, T) - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
 
submit(Callable<T>) - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
 
submit(Runnable) - 类 中的方法io.netty.util.concurrent.NonStickyEventExecutorGroup
 
submit(Runnable, T) - 类 中的方法io.netty.util.concurrent.NonStickyEventExecutorGroup
 
submit(Callable<T>) - 类 中的方法io.netty.util.concurrent.NonStickyEventExecutorGroup
 
submit(Runnable) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
submit(Runnable, T) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
submit(Callable<T>) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
submitWrite(ChannelHandlerContext, Object, long, ChannelPromise) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
已过时。
submitWrite(ChannelHandlerContext, Object, long, long, long, ChannelPromise) - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
subProtocol() - 枚举 中的方法io.netty.example.stomp.websocket.StompVersion
 
subprotocol(String) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Sub protocol request sent to the server.
subprotocol() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
subprotocols() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the CSV of supported sub protocols
subprotocols(String) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
CSV of supported protocols
subprotocols() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
subscribe() - 类 中的静态方法io.netty.handler.codec.mqtt.MqttMessageBuilders
 
SUBSCRIPTION - 接口 中的静态变量io.netty.handler.codec.stomp.StompHeaders
 
subscriptionIdentifiersAvailable(boolean) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
subSequence(int) - 类 中的方法io.netty.util.AsciiString
Copies a range of characters into a new string.
subSequence(int, int) - 类 中的方法io.netty.util.AsciiString
Copies a range of characters into a new string.
subSequence(int, int, boolean) - 类 中的方法io.netty.util.AsciiString
Either copy or share a subset of underlying sub-sequence of bytes.
subSequence(int, int) - 类 中的方法io.netty.util.internal.AppendableCharSequence
 
substring(int, int) - 类 中的方法io.netty.util.internal.AppendableCharSequence
Create a new String from the given start to end.
substringAfter(String, char) - 类 中的静态方法io.netty.util.internal.StringUtil
Get the item after one char delim if the delim is found (else null).
substringBefore(String, char) - 类 中的静态方法io.netty.util.internal.StringUtil
Get the item before one char delim if the delim is found (else null).
subStringUnsafe(int, int) - 类 中的方法io.netty.util.internal.AppendableCharSequence
Create a new String from the given start to end.
SucceededFuture<V> - io.netty.util.concurrent中的类
The CompleteFuture which is succeeded already.
SucceededFuture(EventExecutor, V) - 类 的构造器io.netty.util.concurrent.SucceededFuture
Creates a new instance.
SUCCESS - 类 中的静态变量io.netty.handler.codec.DecoderResult
 
SUCCESS - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
SUCCESS - 类 中的静态变量io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
SUCCESS - 类 中的静态变量io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
SUCCESS - 类 中的静态变量io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
SUCCESS - 类 中的静态变量io.netty.handler.ssl.SslCloseCompletionEvent
 
SUCCESS - 类 中的静态变量io.netty.handler.ssl.SslHandshakeCompletionEvent
 
successAndRecycle() - 类 中的方法io.netty.util.internal.PendingWrite
Mark the underlying Promise successfully and recycle this instance.
SUNDAY_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.DayOfWeek
SUNDAY = 1;
sunSslEngineUnavailabilityCause() - 类 中的静态方法io.netty.handler.ssl.SslMasterKeyHandler
Returns the cause of unavailability.
supportDisconnect() - 类 中的方法io.netty.testsuite.transport.socket.DatagramUnicastInetTest
 
supportDisconnect() - 类 中的方法io.netty.testsuite.transport.socket.DatagramUnicastTest
 
SupportedCipherSuiteFilter - io.netty.handler.ssl中的类
This class will filter all requested ciphers out that are not supported by the current SSLEngine.
supportedOptions() - 类 中的方法com.sun.nio.sctp.SctpChannel
 
supportedProtocols() - 类 中的方法io.netty.handler.ssl.ApplicationProtocolConfig
The application level protocols supported.
supportsChannelIteration() - 类 中的方法io.netty.testsuite.transport.AbstractSingleThreadEventLoopTest
 
supportsChannelIteration() - 类 中的方法io.netty.testsuite.transport.NioEventLoopTest
 
supportsHostnameValidation() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
已过时。
Will be removed because hostname validation is always done by a TrustManager implementation.
supportsKeyManagerFactory() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
Returns true if KeyManagerFactory is supported when using OpenSSL.
SuppressForbidden - io.netty.util中的注释类型
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
SuppressJava6Requirement - io.netty.util.internal中的注释类型
Annotation to suppress the Java 6 source code requirement checks for a method.
SVCB - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records).
swapInt(int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Toggles the endianness of the specified 32-bit integer.
swapLong(long) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Toggles the endianness of the specified 64-bit long integer.
swapMedium(int) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Toggles the endianness of the specified 24-bit medium integer.
SwappedByteBuf - io.netty.buffer中的类
已过时。
use the Little Endian accessors, e.g. getShortLE, getIntLE instead.
SwappedByteBuf(ByteBuf) - 类 的构造器io.netty.buffer.SwappedByteBuf
已过时。
 
swapShort(short) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Toggles the endianness of the specified 16-bit short integer.
SWARUtil - io.netty.util.internal中的类
Utility class for SWAR (SIMD within a register) operations.
SWITCHING_PROTOCOLS - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
101 Switching Protocols
switchValueOf(byte) - 类 中的静态方法io.netty.handler.codec.mqtt.MqttConnectReturnCodeBench
 
sync() - 接口 中的方法io.netty.channel.ChannelFuture
 
sync() - 接口 中的方法io.netty.channel.ChannelProgressiveFuture
 
sync() - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
sync() - 接口 中的方法io.netty.channel.ChannelPromise
 
sync() - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
sync() - 类 中的方法io.netty.channel.DefaultChannelPromise
 
sync() - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
sync() - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
sync() - 类 中的方法io.netty.channel.VoidChannelPromise
 
sync() - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
sync() - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
sync() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
sync() - 类 中的方法io.netty.util.concurrent.FailedFuture
 
sync() - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future until it is done, and rethrows the cause of the failure if this future failed.
sync() - 接口 中的方法io.netty.util.concurrent.ProgressiveFuture
 
sync() - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
sync() - 接口 中的方法io.netty.util.concurrent.Promise
 
syncUninterruptibly() - 接口 中的方法io.netty.channel.ChannelFuture
 
syncUninterruptibly() - 接口 中的方法io.netty.channel.ChannelProgressiveFuture
 
syncUninterruptibly() - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
syncUninterruptibly() - 接口 中的方法io.netty.channel.ChannelPromise
 
syncUninterruptibly() - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
syncUninterruptibly() - 类 中的方法io.netty.channel.DefaultChannelPromise
 
syncUninterruptibly() - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
syncUninterruptibly() - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
syncUninterruptibly() - 类 中的方法io.netty.channel.VoidChannelPromise
 
syncUninterruptibly() - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
syncUninterruptibly() - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
syncUninterruptibly() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
syncUninterruptibly() - 类 中的方法io.netty.util.concurrent.FailedFuture
 
syncUninterruptibly() - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future until it is done, and rethrows the cause of the failure if this future failed.
syncUninterruptibly() - 接口 中的方法io.netty.util.concurrent.ProgressiveFuture
 
syncUninterruptibly() - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
syncUninterruptibly() - 接口 中的方法io.netty.util.concurrent.Promise
 
SYSTEM_PROP_KEY - 类 中的静态变量io.netty.handler.ssl.SslMasterKeyHandler
A system property that can be used to turn on/off the SslMasterKeyHandler dynamically without having to edit your pipeline.
SYSTEM_RECEIVE_BUFFER_SIZE - 类 中的静态变量io.netty.channel.udt.UdtChannelOption
已过时。
See OptionUDT#System_Receive_Buffer_Size.
SYSTEM_SEND_BUFFER_SIZE - 类 中的静态变量io.netty.channel.udt.UdtChannelOption
已过时。
See OptionUDT#System_Send_Buffer_Size.
SystemPropertyUtil - io.netty.util.internal中的类
A collection of utility methods to retrieve and parse the values of the Java system properties.
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.