Netty 4.0.56.Final(2018/10/07)
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"
sacked() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
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.
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
 
SATURDAY_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.DayOfWeek
SATURDAY = 7;
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.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.UnorderedThreadPoolEventExecutor
 
ScheduledFuture<V> - io.netty.util.concurrent中的接口
The result of an scheduled asynchronous operation.
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.UnorderedThreadPoolEventExecutor
 
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
 
SCTP_DISABLE_FRAGMENTS - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
SCTP_EXPLICIT_COMPLETE - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
SCTP_FRAGMENT_INTERLEAVE - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
SCTP_INIT_MAXSTREAMS - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
SCTP_NODELAY - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
SCTP_PRIMARY_ADDR - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
SCTP_SET_PEER_PRIMARY_ADDR - 类 中的静态变量io.netty.channel.sctp.SctpChannelOption
 
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
SctpChannelOption(String) - 类 的构造器io.netty.channel.sctp.SctpChannelOption
已过时。
Will be removed in the future release.
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
 
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 - io.netty.channel.sctp中的接口
A SCTP/IP ServerChannel which accepts incoming SCTP/IP associations.
SctpServerChannelConfig - io.netty.channel.sctp中的接口
SEC_WEBSOCKET_ACCEPT - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Accept"
SEC_WEBSOCKET_KEY - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Key"
SEC_WEBSOCKET_KEY1 - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Key1"
SEC_WEBSOCKET_KEY2 - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Key2"
SEC_WEBSOCKET_LOCATION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Location"
SEC_WEBSOCKET_ORIGIN - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Origin"
SEC_WEBSOCKET_PROTOCOL - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Sec-WebSocket-Protocol"
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)
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.
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.
selectProtocol(SslHandler) - 类 中的方法io.netty.handler.codec.spdy.SpdyOrHttpChooser
已过时。
Returns the SpdyOrHttpChooser.SelectedProtocol for the current SSL session.
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
 
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(String) - 类 的构造器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, SecureRandom, 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.
SEMICOLON - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Semicolon ';'
sender() - 接口 中的方法io.netty.channel.AddressedEnvelope
Returns the address of the sender of this message.
sender() - 类 中的方法io.netty.channel.DefaultAddressedEnvelope
 
sendFd(int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
sendfile(int, DefaultFileRegion, long, long, long) - 类 中的静态方法io.netty.channel.epoll.Native
 
sendmmsg(int, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
sendTo(ByteBuffer, int, int, InetAddress, int) - 类 中的方法io.netty.channel.unix.Socket
 
sendToAddress(long, int, int, InetAddress, int) - 类 中的方法io.netty.channel.unix.Socket
 
sendToAddresses(long, int, InetAddress, int) - 类 中的方法io.netty.channel.unix.Socket
 
sendUnsupportedVersionResponse(Channel) - 类 中的静态方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Return that we need cannot not support the web socket version
sendUnsupportedVersionResponse(Channel, ChannelPromise) - 类 中的静态方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Return that we need cannot not support the web socket version
sendUnsupportedWebSocketVersionResponse(Channel) - 类 中的静态方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
SEQ - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"seq"
SERVER - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Server"
SERVER - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
"Server"
SERVER_PORT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
"server_port"
ServerBootstrap - io.netty.bootstrap中的类
Bootstrap sub-class which allows easy bootstrap of ServerChannel
ServerBootstrap() - 类 的构造器io.netty.bootstrap.ServerBootstrap
 
ServerChannel - io.netty.channel中的接口
A Channel that accepts an incoming connection attempt and creates its child Channels by accepting them.
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中的接口
ServerSocketChannel - io.netty.channel.socket中的接口
A TCP/IP ServerChannel which accepts incoming TCP/IP connections.
ServerSocketChannelConfig - io.netty.channel.socket中的接口
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.RtspHeaders.Names
"Session"
SESSION_NOT_FOUND - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
454 Session Not Found
sessionAccept(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Session resumption statistics methods.
sessionAcceptGood(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Session resumption statistics methods.
sessionAcceptRenegotiate(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Session resumption statistics methods.
sessionCacheFull(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Session resumption statistics methods.
sessionCacheSize() - 类 中的方法io.netty.handler.ssl.DelegatingSslContext
 
sessionCacheSize() - 类 中的方法io.netty.handler.ssl.JdkSslContext
 
sessionCacheSize() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
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.
sessionCbHits(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Session resumption statistics methods.
sessionConnect(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Session resumption statistics methods.
sessionConnectGood(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Session resumption statistics methods.
sessionConnectRenegotiate(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Session resumption statistics methods.
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.
sessionHits(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Session resumption statistics methods.
sessionMisses(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Session resumption statistics methods.
sessionNumber(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Session resumption statistics methods.
SessionTicketKey - io.netty.internal.tcnative中的类
Session Ticket Key
SessionTicketKey(byte[], byte[], byte[]) - 类 的构造器io.netty.internal.tcnative.SessionTicketKey
Construct SessionTicketKey.
sessionTicketKeyFail(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
TLS session ticket key resumption statistics.
sessionTicketKeyNew(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
TLS session ticket key resumption statistics.
sessionTicketKeyRenew(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
TLS session ticket key resumption statistics.
sessionTicketKeyResume(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
TLS session ticket key resumption statistics.
sessionTimeout() - 类 中的方法io.netty.handler.ssl.DelegatingSslContext
 
sessionTimeout() - 类 中的方法io.netty.handler.ssl.JdkSslContext
 
sessionTimeout() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
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.
sessionTimeouts(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Session resumption statistics methods.
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.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.spdy.DefaultSpdyHeaders
 
set(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
set(String, Object) - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaders
Sets a new header with the specified name and value.
set(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.spdy.SpdyHeaders
Sets a new header with the specified name and values.
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
Sets the "Expect: 100-continue" header to the specified message.
set100ContinueExpected(HttpMessage, boolean) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Sets or removes the "Expect: 100-continue" header to / from the specified message.
SET_COOKIE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
"Set-Cookie"
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.
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.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.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.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.DomainSocketChannelConfig
 
setAllowHalfClosure(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setAllowHalfClosure(boolean) - 类 中的方法io.netty.channel.socket.DefaultSocketChannelConfig
 
setAllowHalfClosure(boolean) - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setAllowHalfClosure(boolean) - 接口 中的方法io.netty.channel.socket.oio.OioSocketChannelConfig
 
setAllowHalfClosure(boolean) - 接口 中的方法io.netty.channel.socket.SocketChannelConfig
Sets whether the channel should not close itself when its remote peer shuts down output to make the connection half-closed.
setAlpnProtos(long, String[], int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set application layer protocol for application layer protocol negotiation extension
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.
setAssociatedToStreamId(HttpMessage, int) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-Associated-To-Stream-ID" header.
setAutoClose(boolean) - 接口 中的方法io.netty.channel.ChannelConfig
已过时。
Auto close will be removed in a future release. Sets whether the Channel should be closed automatically and immediately on write failure. The default is false.
setAutoClose(boolean) - 类 中的方法io.netty.channel.DefaultChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setAutoClose(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
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.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.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.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.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.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.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.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.
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
 
setBroadcast(boolean) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setBroadcast(int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
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
 
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.SlicedByteBuf
已过时。
 
setByte(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
setByte(int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setByte(int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
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, 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, 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, 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, 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, byte[], int, int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
setBytes(int, ByteBuf, int, int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
setBytes(int, ByteBuffer) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
setBytes(int, InputStream, int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
setBytes(int, ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
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, 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, 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, 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
 
setBytes(int, ScatteringByteChannel, int) - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setCACertificateBio(long, long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set concatenated PEM-encoded CA Certificates for Client Auth
This directive sets the all-in-one BIO where you can assemble the Certificates of Certification Authorities (CA) whose clients you deal with.
setCertificate(long, String, String, String) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set Certificate Point setCertificateFile at a PEM encoded certificate.
setCertificateBio(long, long, long, String) - 类 中的静态方法io.netty.internal.tcnative.SSL
Set Certificate
Point setCertificate at a PEM encoded certificate stored in a BIO.
setCertificateBio(long, long, long, String) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set Certificate Point setCertificate at a PEM encoded certificate stored in a BIO.
setCertificateChainBio(long, long, boolean) - 类 中的静态方法io.netty.internal.tcnative.SSL
Set BIO of PEM-encoded Server CA Certificates This directive sets the optional all-in-one file where you can assemble the certificates of Certification Authorities (CA) which form the certificate chain of the server certificate.
setCertificateChainBio(long, long, boolean) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set BIO of PEM-encoded Server CA Certificates This directive sets the optional all-in-one file where you can assemble the certificates of Certification Authorities (CA) which form the certificate chain of the server certificate.
setCertificateChainFile(long, String, boolean) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set File of PEM-encoded Server CA Certificates
This directive sets the optional all-in-one file where you can assemble the certificates of Certification Authorities (CA) which form the certificate chain of the server certificate.
setCertRequestedCallback(long, CertificateRequestedCallback) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Allow to hook CertificateRequestedCallback into the certificate choosing process.
setCertVerifyCallback(long, CertificateVerifier) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Allow to hook CertificateVerifier into the handshake processing.
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
 
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
setCharset(Charset) - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
setCharset(Charset) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
setCheckInterval(long) - 类 中的方法io.netty.handler.traffic.AbstractTrafficShapingHandler
 
setCipherSuite(long, String) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Cipher Suite available for negotiation in SSL handshake.
setCipherSuites(long, String) - 类 中的静态方法io.netty.internal.tcnative.SSL
Returns the cipher suites available for negotiation in SSL handshake.
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;
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
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
已过时。
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.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.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.DomainSocketChannelConfig
 
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)
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)
setContent(ByteBuf) - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
setContent(File) - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
setContent(InputStream) - 类 中的方法io.netty.handler.codec.http.multipart.MixedAttribute
 
setContent(ByteBuf) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
setContent(File) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
setContent(InputStream) - 类 中的方法io.netty.handler.codec.http.multipart.MixedFileUpload
 
setContentLength(HttpMessage, long) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
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
 
setContextId(long, String) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set Session context id.
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.
setDate(HttpMessage, Date) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Sets the "Date" header.
setDateHeader(HttpMessage, String, Date) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
setDateHeader(HttpMessage, CharSequence, Date) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Sets a new date header with the specified name and value.
setDateHeader(HttpMessage, String, Iterable<Date>) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
setDateHeader(HttpMessage, CharSequence, Iterable<Date>) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Sets a new date header with the specified name and values.
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.http.DefaultHttpObject
 
setDecoderResult(DecoderResult) - 接口 中的方法io.netty.handler.codec.http.HttpObject
Updates the result of decoding this message.
setDefaultFactory(InternalLoggerFactory) - 类 中的静态方法io.netty.util.internal.logging.InternalLoggerFactory
Changes the default factory.
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
 
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.EpollDomainSocketChannelConfig
 
setEpollMode(EpollMode) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
 
setEpollMode(EpollMode) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
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.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
 
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
 
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
 
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
Sets a new header with the specified name and value.
setHeader(HttpMessage, String, Iterable<?>) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
setHeader(HttpMessage, CharSequence, Iterable<?>) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Sets a new header with the specified name and values.
setHeader(SpdyHeadersFrame, String, Object) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Sets a new header with the specified name and value.
setHeader(SpdyHeadersFrame, String, Iterable<?>) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Sets a new header with the specified name and values.
setHost(HttpMessage, String) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
setHost(HttpMessage, CharSequence) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Sets the "Host" header.
setHost(SpdyHeadersFrame, String) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Set the SPDY host header.
setHostNameValidation(long, int, String) - 类 中的静态方法io.netty.internal.tcnative.SSL
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.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
 
setInitialSeedUniquifier(long) - 类 中的静态方法io.netty.util.internal.ThreadLocalRandom
 
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.SlicedByteBuf
已过时。
 
setInt(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
setInt(int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setInt(int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setInterface(InetAddress) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
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
Sets a new integer header with the specified name and value.
setIntHeader(HttpMessage, String, Iterable<Integer>) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
setIntHeader(HttpMessage, CharSequence, Iterable<Integer>) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
Sets a new integer header with the specified name and values.
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.EpollEventLoopGroup
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.
setIpFreeBind(int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
setKeepAlive(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
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
Sets the value of the "Connection" header depending on the protocol version of the specified message.
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.
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(int, long) - 类 中的方法io.netty.buffer.CompositeByteBuf
 
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.SlicedByteBuf
已过时。
 
setLong(int, long) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
setLong(int, long) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setLong(int, long) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setLoopbackModeDisabled(boolean) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
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
 
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
setMaxCumulationBufferComponents(int) - 类 中的方法io.netty.handler.codec.http.HttpObjectAggregator
Sets the maximum number of components in the cumulation buffer.
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.
setMaxMessagesPerRead(int) - 接口 中的方法io.netty.channel.ChannelConfig
Sets the maximum number of messages to read per read loop.
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.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.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.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.DomainSocketChannelConfig
 
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.SlicedByteBuf
已过时。
 
setMedium(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
setMedium(int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setMedium(int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
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.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.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.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.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.
setMethod(int, SpdyHeadersFrame, HttpMethod) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Sets the HTTP method header.
setMinute(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 minute = 7;
setMode(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
Call SSL_set_mode
setMode(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Call SSL_CTX_set_mode
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.socket.DatagramChannelConfig
Sets the StandardSocketOptions.IP_MULTICAST_IF option.
setNetworkInterface(NetworkInterface) - 类 中的方法io.netty.channel.socket.DefaultDatagramChannelConfig
 
setNetworkInterface(NetworkInterface) - 接口 中的方法io.netty.channel.socket.oio.OioDatagramChannelConfig
 
setNpnProtos(long, String[], int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set next protocol for next protocol negotiation extension
setOcspResponse(byte[]) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Sets the OCSP response.
setOcspResponse(long, byte[]) - 类 中的静态方法io.netty.internal.tcnative.SSL
Sets the OCSP response for the given SSLEngine or throws an exception in case of an error.
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.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.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
 
setOptions(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
Set OpenSSL Option.
setOptions(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set OpenSSL Option.
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.
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.EpollServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
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(HttpMessage, byte) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-Priority" header.
setPriority(byte) - 接口 中的方法io.netty.handler.codec.spdy.SpdySynStreamFrame
Sets the priority of the stream.
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.
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
 
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.unix.DomainSocketChannelConfig
Change the DomainSocketReadMode for the channel.
setReadPending(boolean) - 类 中的方法io.netty.channel.nio.AbstractNioChannel
 
setReadPending(boolean) - 类 中的方法io.netty.channel.oio.AbstractOioChannel
 
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.EpollServerChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setReceiveBufferSize(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
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
 
setRecvByteBufAllocator(RecvByteBufAllocator) - 接口 中的方法io.netty.channel.ChannelConfig
Set the ByteBufAllocator 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.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.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.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.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
setRejectRemoteInitiatedRenegotiation(boolean) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
已过时。
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(int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
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
已过时。
 
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(int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
setRts(boolean) - 接口 中的方法io.netty.channel.rxtx.RxtxChannelConfig
已过时。
Sets whether the serial device supports the Request To Send signal, used for flow control
setScheme(int, SpdyHeadersFrame, String) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Sets the URL scheme header.
setScheme(HttpMessage, String) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-Scheme" header.
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.EpollSocketChannelConfig
 
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.Socket
 
setSessionCacheEnabled(boolean) - 类 中的方法io.netty.handler.ssl.OpenSslServerSessionContext
 
setSessionCacheEnabled(boolean) - 类 中的方法io.netty.handler.ssl.OpenSslSessionContext
Enable or disable caching of SSL sessions.
setSessionCacheMode(long, long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set the mode of the internal session cache and return the previous used mode.
setSessionCacheSize(int) - 类 中的方法io.netty.handler.ssl.OpenSslServerSessionContext
 
setSessionCacheSize(long, long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set the size of the internal session cache.
setSessionCacheTimeout(long, long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set the timeout for the internal session cache in seconds.
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
setSessionIdContext(long, byte[]) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set the context within which session be reused (server side only).
setSessionReceiveWindowSize(int) - 类 中的方法io.netty.handler.codec.spdy.SpdySessionHandler
 
setSessionTicketKeys(long, SessionTicketKey[]) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set TLS session ticket keys.
setSessionTimeout(int) - 类 中的方法io.netty.handler.ssl.OpenSslServerSessionContext
 
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.SlicedByteBuf
已过时。
 
setShort(int, int) - 类 中的方法io.netty.buffer.SwappedByteBuf
 
setShort(int, int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
setShort(int, int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
setShutdown(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_set_shutdown
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
 
setSniHostnameMatcher(long, SniHostNameMatcher) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Allow to hook SniHostNameMatcher into the sni processing.
setSoLinger(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
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
 
setState(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
Call SSL_set_state.
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(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(int, SpdyHeadersFrame, HttpResponseStatus) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Sets the HTTP response status header.
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(HttpMessage, int) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHttpHeaders
Sets the "X-SPDY-Stream-ID" header.
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(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.
setTcpCork(boolean) - 类 中的方法io.netty.channel.unix.Socket
 
setTcpDeferAccept(int) - 类 中的方法io.netty.channel.epoll.EpollServerSocketChannelConfig
Set the TCP_DEFER_ACCEPT option on the socket.
setTcpDeferAccept(int) - 类 中的方法io.netty.channel.unix.Socket
 
setTcpFastopen(int) - 类 中的方法io.netty.channel.epoll.EpollServerChannelConfig
Enables tcpFastOpen on the server channel.
setTcpFastopen(int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
setTcpKeepCnt(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPCNT option on the socket.
setTcpKeepCnt(int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
setTcpKeepCntl(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
setTcpKeepIdle(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPIDLE option on the socket.
setTcpKeepIdle(int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
setTcpKeepIntvl(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPINTVL option on the socket.
setTcpKeepIntvl(int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
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.
setTcpMd5Sig(int, InetAddress, byte[]) - 类 中的静态方法io.netty.channel.epoll.Native
 
setTcpNoDelay(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
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
 
setTcpNotSentLowAt(long) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_NOTSENT_LOWAT option on the socket.
setTcpNotSentLowAt(int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
setTcpQuickAck(boolean) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_QUICKACK option on the socket.
setTcpQuickAck(boolean) - 类 中的方法io.netty.channel.unix.Socket
 
setTcpUserTimeout(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_USER_TIMEOUT option on the socket.
setTcpUserTimeout(int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
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
setTimeout(long, long) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_set_timeout
setTimeToLive(int) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
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
 
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_INITIAL_WINDOW_SIZE - 接口 中的静态变量io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_MAX_CONCURRENT_STREAMS - 接口 中的静态变量io.netty.handler.codec.spdy.SpdySettingsFrame
 
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
 
setTlsExtHostName(long, String) - 类 中的静态方法io.netty.internal.tcnative.SSL
Call SSL_set_tlsext_host_name
setTmpDHLength(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set length of the DH to use.
setTrafficClass(int) - 类 中的方法io.netty.channel.epoll.EpollDatagramChannelConfig
 
setTrafficClass(int) - 类 中的方法io.netty.channel.epoll.EpollSocketChannelConfig
 
setTrafficClass(int, int) - 类 中的静态方法io.netty.channel.epoll.Native
 
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.
setTransferEncodingChunked(HttpMessage) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
 
setTruncated() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
setTruncated() - 接口 中的方法io.netty.handler.codec.spdy.SpdyHeadersFrame
Mark this header block as truncated.
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.handler.codec.rtsp.RtspMethods
The SETUP request for a URI specifies the transport mechanism to be used for the streamed media.
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)
setUrl(int, SpdyHeadersFrame, String) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Sets the URL path header.
setUseClientMode(boolean) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setUserDefinedWritability(int, boolean) - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Sets a user-defined writability flag at the specified index.
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.
setValue(V) - 接口 中的方法io.netty.util.collection.IntObjectMap.Entry
Sets the value for this entry.
setVerify(int, int) - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
setVerify(long, int, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate verification.
setVerify(long, int, int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate verification.
setVersion(int) - 接口 中的方法io.netty.handler.codec.http.Cookie
已过时。
Not part of RFC6265
setVersion(int) - 类 中的方法io.netty.handler.codec.http.DefaultCookie
已过时。
setVersion(int, SpdyHeadersFrame, HttpVersion) - 类 中的静态方法io.netty.handler.codec.spdy.SpdyHeaders
Sets the HTTP version header.
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
 
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.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.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.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.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
 
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.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.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.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.DomainSocketChannelConfig
 
setYear(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTime.Builder
required uint32 year = 1;
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(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
 
sha1() - 类 中的静态方法io.netty.example.ocsp.Digester
 
sha256() - 类 中的静态方法io.netty.example.ocsp.Digester
 
shortCommitHash() - 类 中的方法io.netty.util.Version
 
shortCurcuit() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig.Builder
Specifies that a CORS request should be rejected if it's invalid before being further processing.
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.SingleThreadEventExecutor
已过时。
shutdown() - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
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(long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
shutdownGracefully() - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
shutdownGracefully(long, long, TimeUnit) - 类 中的方法io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
shutdownNow() - 类 中的方法io.netty.util.concurrent.AbstractEventExecutor
shutdownNow() - 类 中的方法io.netty.util.concurrent.AbstractEventExecutorGroup
shutdownNow() - 接口 中的方法io.netty.util.concurrent.EventExecutorGroup
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.socket.DuplexChannel
 
shutdownOutput(ChannelPromise) - 接口 中的方法io.netty.channel.socket.DuplexChannel
 
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
 
shutdownSSL(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
SSL_shutdown
Signal - io.netty.util中的错误
A special Error which is used to signal some state or request by throwing it.
Signal(String) - 错误 的构造器io.netty.util.Signal
已过时。
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.
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.
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
SingleThreadEventLoop - io.netty.channel中的类
Abstract base class for EventLoop's that execute all its submitted tasks in a single thread.
SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean) - 类 的构造器io.netty.channel.SingleThreadEventLoop
 
SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean, int, RejectedExecutionHandler) - 类 的构造器io.netty.channel.SingleThreadEventLoop
 
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.handler.codec.http.multipart.AbstractHttpData
 
size() - 类 中的方法io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
size(ByteBuffer) - 类 中的静态方法io.netty.internal.tcnative.Buffer
Returns the allocated memory size of the ByteBuffer.
size() - 类 中的方法io.netty.util.collection.IntObjectHashMap
 
size() - 接口 中的方法io.netty.util.collection.IntObjectMap
Returns the number of entries contained in this map.
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.InternalThreadLocalMap
 
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(int, int) - 类 中的方法io.netty.buffer.SlicedByteBuf
已过时。
 
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.
smallSubpages() - 接口 中的方法io.netty.buffer.PoolArenaMetric
Returns an unmodifiable List which holds PoolSubpageMetrics for small sub-pages.
SnappyFramedDecoder - io.netty.handler.codec.compression中的类
Uncompresses a ByteBuf encoded with the Snappy framing format.
SnappyFramedDecoder() - 类 的构造器io.netty.handler.codec.compression.SnappyFramedDecoder
Creates a new snappy-framed decoder with validation of checksums turned OFF.
SnappyFramedDecoder(boolean) - 类 的构造器io.netty.handler.codec.compression.SnappyFramedDecoder
Creates a new snappy-framed decoder with validation of checksums as specified.
SnappyFramedEncoder - io.netty.handler.codec.compression中的类
Compresses a ByteBuf using the Snappy framing format.
SnappyFramedEncoder() - 类 的构造器io.netty.handler.codec.compression.SnappyFramedEncoder
 
sndCwnd() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
sndMss() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
sndSsthresh() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
sndWscale() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
SniHandler - io.netty.handler.ssl中的类
Enables SNI (Server Name Indication) extension for server side SSL.
SniHandler(DomainNameMapping<? extends SslContext>) - 类 的构造器io.netty.handler.ssl.SniHandler
Create a SNI detection handler with configured SslContext maintained by DomainNameMapping
SniHostNameMatcher - io.netty.internal.tcnative中的接口
 
SO_BACKLOG - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_BROADCAST - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_KEEPALIVE - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_LINGER - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_RCVBUF - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_REUSEADDR - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_REUSEPORT - 类 中的静态变量io.netty.channel.epoll.EpollChannelOption
 
SO_SNDBUF - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_TIMEOUT - 类 中的静态变量io.netty.channel.ChannelOption
 
SO_TIMEOUT - 类 中的静态变量io.netty.channel.oio.AbstractOioChannel
 
Socket - io.netty.channel.unix中的类
Provides a JNI bridge to native socket operations.
Socket(int) - 类 的构造器io.netty.channel.unix.Socket
 
socketAddress(String, int) - 类 中的静态方法io.netty.util.internal.SocketUtils
 
SocketChannel - io.netty.channel.socket中的接口
A TCP/IP socket Channel.
SocketChannelConfig - io.netty.channel.socket中的接口
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.
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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中的枚举
 
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中的类
 
SocksServerHandler() - 类 的构造器io.netty.example.socksproxy.SocksServerHandler
 
SocksServerInitializer - io.netty.example.socksproxy中的类
 
SocksServerInitializer() - 类 的构造器io.netty.example.socksproxy.SocksServerInitializer
 
SocksServerUtils - io.netty.example.socksproxy中的类
 
SocksSubnegotiationVersion - io.netty.handler.codec.socks中的枚举
 
softCachingConcurrentResolver(ClassLoader) - 类 中的静态方法io.netty.handler.codec.serialization.ClassResolvers
agressive concurrent cache good for shared cache, when we're not worried about class unloading
softCachingResolver(ClassLoader) - 类 中的静态方法io.netty.handler.codec.serialization.ClassResolvers
agressive 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.
sourcePort() - 类 中的方法io.netty.handler.codec.haproxy.HAProxyMessage
Returns the UDP/TCP source port of this HAProxyMessage.
SP - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Horizontal space
SP_CHAR - 类 中的静态变量io.netty.handler.codec.http.HttpConstants
Horizontal space
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 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 decoder and encoder options.
SpdyFrameCodec(SpdyVersion, int, SpdyHeaderBlockDecoder, SpdyHeaderBlockEncoder) - 类 的构造器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
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() - 类 的构造器io.netty.handler.codec.spdy.SpdyHeaders
 
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
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
Creates a new instance.
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
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.
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
 
SpdyOrHttpChooser - io.netty.handler.codec.spdy中的类
已过时。
SpdyOrHttpChooser() - 类 的构造器io.netty.handler.codec.spdy.SpdyOrHttpChooser
已过时。
 
SpdyOrHttpChooser.SelectedProtocol - io.netty.handler.codec.spdy中的枚举
已过时。
 
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.RtspHeaders.Names
"Speed"
splice(int, long, int, long, long) - 类 中的静态方法io.netty.channel.epoll.Native
 
spliceIn(FileDescriptor, RecvByteBufAllocator.Handle) - 类 中的方法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.
SSIZE_MAX - 类 中的静态变量io.netty.channel.epoll.Native
 
SSL - io.netty.internal.tcnative中的类
 
SSL_CVERIFY_IGNORED - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_CVERIFY_NONE - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_CVERIFY_OPTIONAL - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_CVERIFY_REQUIRED - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_ERROR_NONE - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_ERROR_SSL - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_ERROR_SYSCALL - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_ERROR_WANT_ACCEPT - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_ERROR_WANT_CONNECT - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_ERROR_WANT_READ - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_ERROR_WANT_WRITE - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_ERROR_WANT_X509_LOOKUP - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_ERROR_ZERO_RETURN - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_MAX_PLAINTEXT_LENGTH - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_MAX_RECORD_LENGTH - 类 中的静态变量io.netty.internal.tcnative.SSL
The TLS 1.2 RFC defines the maximum length to be SSL.SSL_MAX_PLAINTEXT_LENGTH, but there are some implementations such as OpenJDK's SSLEngineImpl that also allow sending larger packets.
SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_MODE_CLIENT - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_MODE_COMBINED - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_MODE_ENABLE_PARTIAL_WRITE - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_MODE_RELEASE_BUFFERS - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_MODE_SERVER - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_OP_CIPHER_SERVER_PREFERENCE - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_OP_NO_COMPRESSION - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_OP_NO_SSLv2 - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_OP_NO_SSLv3 - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_OP_NO_TICKET - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_OP_NO_TLSv1 - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_OP_NO_TLSv1_1 - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_OP_NO_TLSv1_2 - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_PROTOCOL_ALL - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_PROTOCOL_NONE - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_PROTOCOL_SSLV2 - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_PROTOCOL_SSLV3 - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_PROTOCOL_TLS - 类 中的静态变量io.netty.internal.tcnative.SSL
TLS_*method according to SSL_CTX_new
SSL_PROTOCOL_TLSV1 - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_PROTOCOL_TLSV1_1 - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_PROTOCOL_TLSV1_2 - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_RECEIVED_SHUTDOWN - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_SELECTOR_FAILURE_CHOOSE_MY_LAST_PROTOCOL - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_SELECTOR_FAILURE_NO_ADVERTISE - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_SENT_SHUTDOWN - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_SESS_CACHE_OFF - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_SESS_CACHE_SERVER - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_ST_ACCEPT - 类 中的静态变量io.netty.internal.tcnative.SSL
 
SSL_ST_CONNECT - 类 中的静态变量io.netty.internal.tcnative.SSL
 
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.
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.
SSLContext - io.netty.internal.tcnative中的类
 
SslContextBuilder - io.netty.handler.ssl中的类
Builder for configuring a new SslContext for creation.
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.
SslHandler(SSLEngine, boolean) - 类 的构造器io.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, Executor) - 类 的构造器io.netty.handler.ssl.SslHandler
已过时。
SslHandler(SSLEngine, boolean, Executor) - 类 的构造器io.netty.handler.ssl.SslHandler
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.
sslPending(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
The number of bytes pending in SSL which can be read immediately.
sslPointer() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Returns the pointer to the SSL object for this ReferenceCountedOpenSslEngine.
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"
stackTrace() - 接口 中的方法io.netty.util.concurrent.ThreadProperties
 
stackTraceToString(Throwable) - 类 中的静态方法io.netty.util.internal.ThrowableUtil
Gets the stack trace from a Throwable as a String.
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.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.
startTls(boolean) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
true if the first write request shouldn't be encrypted.
state() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
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.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.
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.
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_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
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
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.
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
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.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
 
subprotocols() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the CSV of supported sub protocols
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).
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.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;
SupportedCipherSuiteFilter - io.netty.handler.ssl中的类
This class will filter all requested ciphers out that are not supported by the current SSLEngine.
supportedProtocols() - 类 中的方法io.netty.handler.ssl.ApplicationProtocolConfig
The application level protocols supported.
supportsHostnameValidation() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
Returns true if Hostname Validation is supported when using OpenSSL.
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.
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中的类
Wrapper which swap the ByteOrder of a ByteBuf.
SwappedByteBuf(ByteBuf) - 类 的构造器io.netty.buffer.SwappedByteBuf
 
swapShort(short) - 类 中的静态方法io.netty.buffer.ByteBufUtil
Toggles the endianness of the specified 16-bit short integer.
SWITCHING_PROTOCOLS - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
101 Switching Protocols
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.group.ChannelGroupFuture
 
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.group.ChannelGroupFuture
 
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_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.0.56.Final(2018/10/07)

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