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

O

ObjectCleaner - io.netty.util.internal中的类
Allows a way to register some Runnable that will executed once there are no references to an Object anymore.
ObjectDecoder - io.netty.handler.codec.serialization中的类
已过时。
This class has been deprecated with no replacement, because serialization can be a security liability
ObjectDecoder(ClassResolver) - 类 的构造器io.netty.handler.codec.serialization.ObjectDecoder
已过时。
Creates a new decoder whose maximum object size is 1048576 bytes.
ObjectDecoder(int, ClassResolver) - 类 的构造器io.netty.handler.codec.serialization.ObjectDecoder
已过时。
Creates a new decoder with the specified maximum object size.
ObjectDecoderInputStream - io.netty.handler.codec.serialization中的类
已过时。
This class has been deprecated with no replacement, because serialization can be a security liability
ObjectDecoderInputStream(InputStream) - 类 的构造器io.netty.handler.codec.serialization.ObjectDecoderInputStream
已过时。
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, ClassLoader) - 类 的构造器io.netty.handler.codec.serialization.ObjectDecoderInputStream
已过时。
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, int) - 类 的构造器io.netty.handler.codec.serialization.ObjectDecoderInputStream
已过时。
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, ClassLoader, int) - 类 的构造器io.netty.handler.codec.serialization.ObjectDecoderInputStream
已过时。
Creates a new ObjectInput.
ObjectEchoClient - io.netty.example.objectecho中的类
Modification of EchoClient which utilizes Java object serialization.
ObjectEchoClient() - 类 的构造器io.netty.example.objectecho.ObjectEchoClient
 
ObjectEchoClientHandler - io.netty.example.objectecho中的类
Handler implementation for the object echo client.
ObjectEchoClientHandler() - 类 的构造器io.netty.example.objectecho.ObjectEchoClientHandler
Creates a client-side handler.
ObjectEchoServer - io.netty.example.objectecho中的类
Modification of EchoServer which utilizes Java object serialization.
ObjectEchoServer() - 类 的构造器io.netty.example.objectecho.ObjectEchoServer
 
ObjectEchoServerHandler - io.netty.example.objectecho中的类
Handles both client-side and server-side handler depending on which constructor was called.
ObjectEchoServerHandler() - 类 的构造器io.netty.example.objectecho.ObjectEchoServerHandler
 
ObjectEncoder - io.netty.handler.codec.serialization中的类
已过时。
This class has been deprecated with no replacement, because serialization can be a security liability
ObjectEncoder() - 类 的构造器io.netty.handler.codec.serialization.ObjectEncoder
已过时。
 
ObjectEncoderOutputStream - io.netty.handler.codec.serialization中的类
已过时。
This class has been deprecated with no replacement, because serialization can be a security liability
ObjectEncoderOutputStream(OutputStream) - 类 的构造器io.netty.handler.codec.serialization.ObjectEncoderOutputStream
已过时。
Creates a new ObjectOutput with the estimated length of 512 bytes.
ObjectEncoderOutputStream(OutputStream, int) - 类 的构造器io.netty.handler.codec.serialization.ObjectEncoderOutputStream
已过时。
Creates a new ObjectOutput.
objectFieldOffset(Field) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
ObjectPool<T> - io.netty.util.internal中的类
Light-weight object pool.
ObjectPool.Handle<T> - io.netty.util.internal中的接口
Handle for an pooled Object that will be used to notify the ObjectPool once it can reuse the pooled Object again.
ObjectPool.ObjectCreator<T> - io.netty.util.internal中的接口
Creates a new Object which references the given ObjectPool.Handle and calls ObjectPool.Handle.recycle(Object) once it can be re-used.
ObjectUtil - io.netty.util.internal中的类
A grab-bag of useful utility methods.
OCSP_PIPELINE_ATTRIBUTE - 类 中的静态变量io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
An attribute used to mark all channels created by the OcspServerCertificateValidator.
OcspClientExample - io.netty.example.ocsp中的类
This is a very simple example for an HTTPS client that uses OCSP stapling.
OcspClientExample() - 类 的构造器io.netty.example.ocsp.OcspClientExample
 
OcspClientHandler - io.netty.handler.ssl.ocsp中的类
A handler for SSL clients to handle and act upon stapled OCSP responses.
OcspClientHandler(ReferenceCountedOpenSslEngine) - 类 的构造器io.netty.handler.ssl.ocsp.OcspClientHandler
 
OcspRequestBuilder - io.netty.example.ocsp中的类
This is a simplified version of BC's own OCSPReqBuilder.
OcspRequestBuilder() - 类 的构造器io.netty.example.ocsp.OcspRequestBuilder
 
OcspResponse - io.netty.handler.ssl.ocsp中的类
 
OcspResponse(OcspResponse.Status, Date, Date) - 类 的构造器io.netty.handler.ssl.ocsp.OcspResponse
 
OcspResponse.Status - io.netty.handler.ssl.ocsp中的枚举
 
OcspServerCertificateValidator - io.netty.handler.ssl.ocsp中的类
OcspServerCertificateValidator validates incoming server's certificate using OCSP.
OcspServerCertificateValidator() - 类 的构造器io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
Create a new OcspServerCertificateValidator instance without nonce validation on OCSP response, using default IoTransport.DEFAULT instance, default DnsNameResolver implementation and with OcspServerCertificateValidator.closeAndThrowIfNotValid set to true
OcspServerCertificateValidator(boolean) - 类 的构造器io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
Create a new OcspServerCertificateValidator instance with default IoTransport.DEFAULT instance and default DnsNameResolver implementation and OcspServerCertificateValidator.closeAndThrowIfNotValid set to true.
OcspServerCertificateValidator(boolean, IoTransport) - 类 的构造器io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
Create a new OcspServerCertificateValidator instance
OcspServerCertificateValidator(boolean, IoTransport, DnsNameResolver) - 类 的构造器io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
OcspServerCertificateValidator(boolean, boolean, IoTransport, DnsNameResolver) - 类 的构造器io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
Create a new IoTransport instance
OcspServerExample - io.netty.example.ocsp中的类
ATTENTION: This is an incomplete example!
OcspServerExample() - 类 的构造器io.netty.example.ocsp.OcspServerExample
 
ocspUri(X509Certificate) - 类 中的静态方法io.netty.example.ocsp.OcspUtils
Returns the OCSP responder URI or null if it doesn't have one.
OcspUtils - io.netty.example.ocsp中的类
 
OcspValidationEvent - io.netty.handler.ssl.ocsp中的类
 
OcspValidationEvent(OcspResponse) - 类 的构造器io.netty.handler.ssl.ocsp.OcspValidationEvent
 
of(InetAddress) - 枚举 中的静态方法io.netty.channel.socket.InternetProtocolFamily
Returns the InternetProtocolFamily for the given InetAddress.
of(SocketOption<T>) - 类 中的静态方法io.netty.channel.socket.nio.NioChannelOption
Returns a ChannelOption for the given SocketOption.
of(CharSequence) - 类 中的静态方法io.netty.util.AsciiString
Returns an AsciiString containing the given character sequence.
offer(HttpContent) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Initialized the internals from a new chunk
offer(HttpContent) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
offer(HttpContent) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Initialized the internals from a new chunk
offer(HttpContent) - 接口 中的方法io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Initialized the internals from a new chunk
offer(T) - 类 中的方法io.netty.util.internal.DefaultPriorityQueue
 
offer(T) - 类 中的方法io.netty.util.internal.EmptyPriorityQueue
 
offerChannel(Channel) - 类 中的方法io.netty.channel.pool.SimpleChannelPool
Offer a Channel back to the internal storage.
offsetofEpollData() - 类 中的静态方法io.netty.channel.epoll.Native
 
OIO_SO_TIMEOUT - 类 中的静态变量io.netty.testsuite.transport.socket.SocketTestPermutation
 
oioBossGroup - 类 中的变量io.netty.testsuite.transport.socket.SocketTestPermutation
 
OioByteStreamChannel - io.netty.channel.oio中的类
已过时。
use NIO / EPOLL / KQUEUE transport.
OioByteStreamChannel(Channel) - 类 的构造器io.netty.channel.oio.OioByteStreamChannel
已过时。
Create a new instance
OioDatagramChannel - io.netty.channel.socket.oio中的类
已过时。
use NIO / EPOLL / KQUEUE transport.
OioDatagramChannel() - 类 的构造器io.netty.channel.socket.oio.OioDatagramChannel
已过时。
Create a new instance with an new MulticastSocket.
OioDatagramChannel(MulticastSocket) - 类 的构造器io.netty.channel.socket.oio.OioDatagramChannel
已过时。
Create a new instance from the given MulticastSocket.
OioDatagramChannelConfig - io.netty.channel.socket.oio中的接口
已过时。
use NIO / EPOLL / KQUEUE transport.
OioEventLoopGroup - io.netty.channel.oio中的类
已过时。
use NIO / EPOLL / KQUEUE transport.
OioEventLoopGroup() - 类 的构造器io.netty.channel.oio.OioEventLoopGroup
已过时。
Create a new OioEventLoopGroup with no limit in place.
OioEventLoopGroup(int) - 类 的构造器io.netty.channel.oio.OioEventLoopGroup
已过时。
Create a new OioEventLoopGroup.
OioEventLoopGroup(int, Executor) - 类 的构造器io.netty.channel.oio.OioEventLoopGroup
已过时。
Create a new OioEventLoopGroup.
OioEventLoopGroup(int, ThreadFactory) - 类 的构造器io.netty.channel.oio.OioEventLoopGroup
已过时。
Create a new OioEventLoopGroup.
OioSctpChannel - io.netty.channel.sctp.oio中的类
已过时。
OioSctpChannel() - 类 的构造器io.netty.channel.sctp.oio.OioSctpChannel
已过时。
Create a new instance with an new SctpChannel.
OioSctpChannel(SctpChannel) - 类 的构造器io.netty.channel.sctp.oio.OioSctpChannel
已过时。
Create a new instance from the given SctpChannel.
OioSctpChannel(Channel, SctpChannel) - 类 的构造器io.netty.channel.sctp.oio.OioSctpChannel
已过时。
Create a new instance from the given SctpChannel.
OioSctpServerChannel - io.netty.channel.sctp.oio中的类
已过时。
OioSctpServerChannel() - 类 的构造器io.netty.channel.sctp.oio.OioSctpServerChannel
已过时。
Create a new instance with an new SctpServerChannel
OioSctpServerChannel(SctpServerChannel) - 类 的构造器io.netty.channel.sctp.oio.OioSctpServerChannel
已过时。
Create a new instance from the given SctpServerChannel
OioServerSocketChannel - io.netty.channel.socket.oio中的类
已过时。
use NIO / EPOLL / KQUEUE transport.
OioServerSocketChannel() - 类 的构造器io.netty.channel.socket.oio.OioServerSocketChannel
已过时。
Create a new instance with an new Socket
OioServerSocketChannel(ServerSocket) - 类 的构造器io.netty.channel.socket.oio.OioServerSocketChannel
已过时。
Create a new instance from the given ServerSocket
OioServerSocketChannelConfig - io.netty.channel.socket.oio中的接口
已过时。
use NIO / EPOLL / KQUEUE transport.
OioSocketChannel - io.netty.channel.socket.oio中的类
已过时。
use NIO / EPOLL / KQUEUE transport.
OioSocketChannel() - 类 的构造器io.netty.channel.socket.oio.OioSocketChannel
已过时。
Create a new instance with an new Socket
OioSocketChannel(Socket) - 类 的构造器io.netty.channel.socket.oio.OioSocketChannel
已过时。
Create a new instance from the given Socket
OioSocketChannel(Channel, Socket) - 类 的构造器io.netty.channel.socket.oio.OioSocketChannel
已过时。
Create a new instance from the given Socket
OioSocketChannelConfig - io.netty.channel.socket.oio中的接口
已过时。
use NIO / EPOLL / KQUEUE transport.
oioWorkerGroup - 类 中的变量io.netty.testsuite.transport.socket.SocketTestPermutation
 
OK - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
200 OK
OK - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
200 OK
OK - 类 中的静态变量io.netty.handler.codec.spdy.SpdySessionStatus
0 OK
OkResponseHandler - io.netty.example.http.cors中的类
A simple handler which will simple return a successful Http response for any request.
OkResponseHandler() - 类 的构造器io.netty.example.http.cors.OkResponseHandler
 
oldEncoder() - 类 中的方法io.netty.handler.codec.http.HttpRequestEncoderInsertBenchmark
 
oldEquals() - 类 中的方法io.netty.handler.codec.http2.HpackUtilBenchmark
 
oldMapKnownMethods(Blackhole) - 类 中的方法io.netty.handler.codec.http.HttpMethodMapBenchmark
 
oldMapMixMethods(Blackhole) - 类 中的方法io.netty.handler.codec.http.HttpMethodMapBenchmark
 
oldMapUnknownMethods(Blackhole) - 类 中的方法io.netty.handler.codec.http.HttpMethodMapBenchmark
 
oldWriter() - 类 中的方法io.netty.handler.codec.http2.Http2FrameWriterDataBenchmark
 
onConnectionError(ChannelHandlerContext, boolean, Throwable, Http2Exception) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
Handler for a connection error.
onConnectionError(ChannelHandlerContext, boolean, Throwable, Http2Exception) - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodec
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - 类 中的方法io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameAdapter
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound DATA frame.
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - 类 中的方法io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
onError(ChannelHandlerContext, boolean, Throwable) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
Central handler for all exceptions caught during HTTP/2 processing.
onError(ChannelHandlerContext, boolean, Throwable) - 接口 中的方法io.netty.handler.codec.http2.Http2LifecycleManager
Processes the given error.
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.Http2FrameAdapter
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound GO_AWAY frame.
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
onGoAwayReceived(int, long, ByteBuf) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Listener
Called when a GOAWAY was received from the remote endpoint.
onGoAwayReceived(int, long, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onGoAwayReceived(int, long, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onGoAwaySent(int, long, ByteBuf) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Listener
Called when a GOAWAY frame was sent for the connection.
onGoAwaySent(int, long, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onGoAwaySent(int, long, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - 类 中的方法io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - 类 中的方法io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound HEADERS frame.
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound HEADERS frame with priority information specified.
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - 类 中的方法io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - 类 中的方法io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
onHttpClientUpgrade() - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
Handles the client-side (cleartext) upgrade from HTTP to HTTP/2.
onHttpClientUpgrade() - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodec
已过时。
 
onHttpRequestChannelRead(ChannelHandlerContext, HttpRequest) - 类 中的方法io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
This is a method exposed to perform fail-fast checks of user-defined http types.
onHttpResponseWrite(ChannelHandlerContext, HttpResponse, ChannelPromise) - 类 中的方法io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
This is a method exposed to perform fail-fast checks of user-defined http types.
onHttpServerUpgrade(Http2Settings) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
Handles the server-side (cleartext) upgrade from HTTP to HTTP/2.
onLeak(String, String) - 接口 中的方法io.netty.util.ResourceLeakDetector.LeakListener
Will be called once a leak is detected.
onLookupComplete(ChannelHandlerContext, Future<T>) - 类 中的方法io.netty.handler.ssl.AbstractSniHandler
 
onLookupComplete(ChannelHandlerContext, String, Future<T>) - 类 中的方法io.netty.handler.ssl.AbstractSniHandler
onLookupComplete(ChannelHandlerContext, String, Future<SslContext>) - 类 中的方法io.netty.handler.ssl.SniHandler
 
onLookupComplete(ChannelHandlerContext, Future<T>) - 类 中的方法io.netty.handler.ssl.SslClientHelloHandler
ONLY_AGGREGATE_OPERATION_ALLOWED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
460 Only Aggregate operation allowed
ONLY_IF_CACHED - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
已过时。
"only-if-cached"
ONLY_IF_CACHED - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"only-if-cached"
ONLY_IF_CACHED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
已过时。
"only-if-cached"
ONLY_IF_CACHED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
"only-if-cached"
onlyDecoding() - 类 中的方法io.netty.handler.codec.http.QueryStringDecoderBenchmark
 
onlyFromQos(MqttQoS) - 类 中的静态方法io.netty.handler.codec.mqtt.MqttSubscriptionOption
 
onPingAckRead(ChannelHandlerContext, long) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
onPingAckRead(ChannelHandlerContext, long) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onPingAckRead(ChannelHandlerContext, long) - 类 中的方法io.netty.handler.codec.http2.Http2FrameAdapter
 
onPingAckRead(ChannelHandlerContext, long) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PING acknowledgment.
onPingAckRead(ChannelHandlerContext, long) - 类 中的方法io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPingAckRead(ChannelHandlerContext, long) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
onPingRead(ChannelHandlerContext, long) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
onPingRead(ChannelHandlerContext, long) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onPingRead(ChannelHandlerContext, long) - 类 中的方法io.netty.handler.codec.http2.Http2FrameAdapter
 
onPingRead(ChannelHandlerContext, long) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PING frame.
onPingRead(ChannelHandlerContext, long) - 类 中的方法io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPingRead(ChannelHandlerContext, long) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameAdapter
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PRIORITY frame.
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - 类 中的方法io.netty.handler.codec.http2.Http2FrameAdapter
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PUSH_PROMISE frame.
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - 类 中的方法io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - 类 中的方法io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
onRemoval(V) - 类 中的方法io.netty.util.concurrent.FastThreadLocal
Invoked when this thread local variable is removed by FastThreadLocal.remove().
onRstStreamRead(ChannelHandlerContext, int, long) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
onRstStreamRead(ChannelHandlerContext, int, long) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onRstStreamRead(ChannelHandlerContext, int, long) - 类 中的方法io.netty.handler.codec.http2.Http2FrameAdapter
 
onRstStreamRead(ChannelHandlerContext, int, long) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound RST_STREAM frame.
onRstStreamRead(ChannelHandlerContext, int, long) - 类 中的方法io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onRstStreamRead(ChannelHandlerContext, int, long) - 类 中的方法io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onRstStreamRead(Http2Stream, FullHttpMessage) - 类 中的方法io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
Called if a RST_STREAM is received but we have some data for that stream.
onRstStreamRead(ChannelHandlerContext, int, long) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
onSettingsAckRead(ChannelHandlerContext) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
onSettingsAckRead(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onSettingsAckRead(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.Http2FrameAdapter
 
onSettingsAckRead(ChannelHandlerContext) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound SETTINGS acknowledgment frame.
onSettingsAckRead(ChannelHandlerContext) - 类 中的方法io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onSettingsAckRead(ChannelHandlerContext) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - 类 中的方法io.netty.handler.codec.http2.Http2FrameAdapter
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound SETTINGS frame.
onSettingsRead(ChannelHandlerContext, Http2Settings) - 类 中的方法io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - 类 中的方法io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
onStreamActive(Http2Stream) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream was made active (i.e.
onStreamActive(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onStreamActive(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onStreamAdded(Http2Stream) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream was added to the connection.
onStreamAdded(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onStreamAdded(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onStreamClosed(Http2Stream) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream is now CLOSED in both directions and will no longer be accessible via Http2Connection.forEachActiveStream(Http2StreamVisitor).
onStreamClosed(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onStreamClosed(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onStreamError(ChannelHandlerContext, boolean, Throwable, Http2Exception.StreamException) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionHandler
Handler for a stream error.
onStreamError(ChannelHandlerContext, boolean, Throwable, Http2Exception.StreamException) - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodec
Exceptions for unknown streams, that is streams that have no Http2FrameStream object attached are simply logged and replied to by sending a RST_STREAM frame.
onStreamHalfClosed(Http2Stream) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream has transitioned from OPEN to HALF CLOSED.
onStreamHalfClosed(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onStreamHalfClosed(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onStreamRemoved(Http2Stream) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream has now been removed from the connection and will no longer be returned via Http2Connection.stream(int).
onStreamRemoved(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onStreamRemoved(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onStreamRemoved(Http2Stream) - 类 中的方法io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onUnhandledChannelWritabilityChanged() - 类 中的方法io.netty.channel.DefaultChannelPipeline
onUnhandledInboundChannelActive() - 类 中的方法io.netty.channel.DefaultChannelPipeline
onUnhandledInboundChannelInactive() - 类 中的方法io.netty.channel.DefaultChannelPipeline
onUnhandledInboundChannelReadComplete() - 类 中的方法io.netty.channel.DefaultChannelPipeline
onUnhandledInboundException(Throwable) - 类 中的方法io.netty.channel.DefaultChannelPipeline
Called once a Throwable hit the end of the ChannelPipeline without been handled by the user in ChannelHandler.exceptionCaught(ChannelHandlerContext, Throwable).
onUnhandledInboundMessage(Object) - 类 中的方法io.netty.channel.DefaultChannelPipeline
Called once a message hit the end of the ChannelPipeline without been handled by the user in ChannelInboundHandler.channelRead(ChannelHandlerContext, Object).
onUnhandledInboundMessage(ChannelHandlerContext, Object) - 类 中的方法io.netty.channel.DefaultChannelPipeline
Called once a message hit the end of the ChannelPipeline without been handled by the user in ChannelInboundHandler.channelRead(ChannelHandlerContext, Object).
onUnhandledInboundUserEventTriggered(Object) - 类 中的方法io.netty.channel.DefaultChannelPipeline
Called once an user event hit the end of the ChannelPipeline without been handled by the user in ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object).
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.Http2FrameAdapter
 
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameListener
Handler for a frame not defined by the HTTP/2 spec.
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - 类 中的方法io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - 类 中的方法io.netty.example.http2.helloworld.server.HelloWorldHttp2Handler
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - 类 中的方法io.netty.handler.codec.http2.Http2EventAdapter
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - 类 中的方法io.netty.handler.codec.http2.Http2FrameAdapter
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - 接口 中的方法io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound WINDOW_UPDATE frame.
onWindowUpdateRead(ChannelHandlerContext, int, int) - 类 中的方法io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - 类 中的方法io.netty.testsuite.http2.HelloWorldHttp2Handler
 
opaque() - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
opaque() - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns the opaque value.
opCode() - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
opCode() - 接口 中的方法io.netty.handler.codec.dns.DnsMessage
Returns the opCode of this DNS message.
opcode() - 类 中的方法io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
opcode() - 接口 中的方法io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns the opcode for the message.
open() - 类 中的静态方法com.sun.nio.sctp.SctpChannel
 
open() - 类 中的静态方法com.sun.nio.sctp.SctpServerChannel
 
open() - 类 中的方法io.netty.channel.DefaultFileRegion
Explicitly open the underlying file-descriptor if not done yet.
open(boolean) - 接口 中的方法io.netty.handler.codec.http2.Http2Stream
Opens this stream, making it available via Http2Connection.forEachActiveStream(Http2StreamVisitor) and transition state to: Http2Stream.State.OPEN if Http2Stream.state() is Http2Stream.State.IDLE and halfClosed is false.
open() - 类 中的方法io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Open a new Http2StreamChannel to use.
open(Promise<Http2StreamChannel>) - 类 中的方法io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Open a new Http2StreamChannel to use and notifies the given Promise.
open(T) - 类 中的方法io.netty.util.ResourceLeakDetector
open0(ChannelHandlerContext, Promise<Http2StreamChannel>) - 类 中的方法io.netty.handler.codec.http2.Http2StreamChannelBootstrap
已过时。
openFileDescriptors() - 类 中的方法io.netty.channel.epoll.EpollEventLoop
This method is intended for use by a process checkpoint/restore integration, such as OpenJDK CRaC.
OpenSsl - io.netty.handler.ssl中的类
Tells if netty-tcnative and its OpenSSL support are available.
OpenSslApplicationProtocolNegotiator - io.netty.handler.ssl中的接口
已过时。
OpenSslAsyncPrivateKeyMethod - io.netty.handler.ssl中的接口
 
OpenSslCachingX509KeyManagerFactory - io.netty.handler.ssl中的类
Wraps another KeyManagerFactory and caches its chains / certs for an alias for better performance when using SslProvider.OPENSSL or SslProvider.OPENSSL_REFCNT.
OpenSslCachingX509KeyManagerFactory(KeyManagerFactory) - 类 的构造器io.netty.handler.ssl.OpenSslCachingX509KeyManagerFactory
 
OpenSslCachingX509KeyManagerFactory(KeyManagerFactory, int) - 类 的构造器io.netty.handler.ssl.OpenSslCachingX509KeyManagerFactory
 
OpenSslCertificateCompressionAlgorithm - io.netty.handler.ssl中的接口
Provides compression and decompression implementations for TLS Certificate Compression (RFC 8879).
OpenSslCertificateCompressionConfig - io.netty.handler.ssl中的类
Configuration for TLS1.3 certificate compression extension.
OpenSslCertificateCompressionConfig.AlgorithmConfig - io.netty.handler.ssl中的类
The configuration for algorithm.
OpenSslCertificateCompressionConfig.AlgorithmMode - io.netty.handler.ssl中的枚举
OpenSslCertificateCompressionConfig.Builder - io.netty.handler.ssl中的类
OpenSslCertificateException - io.netty.handler.ssl中的异常错误
A special CertificateException which allows to specify which error code is included in the SSL Record.
OpenSslCertificateException(int) - 异常错误 的构造器io.netty.handler.ssl.OpenSslCertificateException
Construct a new exception with the error code.
OpenSslCertificateException(String, int) - 异常错误 的构造器io.netty.handler.ssl.OpenSslCertificateException
Construct a new exception with the msg and error code .
OpenSslCertificateException(String, Throwable, int) - 异常错误 的构造器io.netty.handler.ssl.OpenSslCertificateException
Construct a new exception with the msg, cause and error code .
OpenSslCertificateException(Throwable, int) - 异常错误 的构造器io.netty.handler.ssl.OpenSslCertificateException
Construct a new exception with the cause and error code .
OpenSslClientContext - io.netty.handler.ssl中的类
A client-side SslContext which uses OpenSSL's SSL/TLS implementation.
OpenSslClientContext() - 类 的构造器io.netty.handler.ssl.OpenSslClientContext
已过时。
OpenSslClientContext(File) - 类 的构造器io.netty.handler.ssl.OpenSslClientContext
已过时。
OpenSslClientContext(TrustManagerFactory) - 类 的构造器io.netty.handler.ssl.OpenSslClientContext
已过时。
OpenSslClientContext(File, TrustManagerFactory) - 类 的构造器io.netty.handler.ssl.OpenSslClientContext
已过时。
OpenSslClientContext(File, TrustManagerFactory, Iterable<String>, ApplicationProtocolConfig, long, long) - 类 的构造器io.netty.handler.ssl.OpenSslClientContext
已过时。
OpenSslClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - 类 的构造器io.netty.handler.ssl.OpenSslClientContext
已过时。
OpenSslClientContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - 类 的构造器io.netty.handler.ssl.OpenSslClientContext
已过时。
OpenSslContext - io.netty.handler.ssl中的类
This class will use a finalizer to ensure native resources are automatically cleaned up.
OpenSslContextOption<T> - io.netty.handler.ssl中的类
OpenSslDefaultApplicationProtocolNegotiator - io.netty.handler.ssl中的类
已过时。
OpenSslDefaultApplicationProtocolNegotiator(ApplicationProtocolConfig) - 类 的构造器io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
已过时。
 
OpenSslEngine - io.netty.handler.ssl中的类
Implements a SSLEngine using OpenSSL BIO abstractions.
OpenSslNpnApplicationProtocolNegotiator - io.netty.handler.ssl中的类
已过时。
OpenSslNpnApplicationProtocolNegotiator(Iterable<String>) - 类 的构造器io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
已过时。
 
OpenSslNpnApplicationProtocolNegotiator(String...) - 类 的构造器io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
已过时。
 
OpenSslPrivateKeyMethod - io.netty.handler.ssl中的接口
Allow to customize private key signing / decrypting (when using RSA).
OpenSslServerContext - io.netty.handler.ssl中的类
A server-side SslContext which uses OpenSSL's SSL/TLS implementation.
OpenSslServerContext(File, File) - 类 的构造器io.netty.handler.ssl.OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String) - 类 的构造器io.netty.handler.ssl.OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, Iterable<String>, ApplicationProtocolConfig, long, long) - 类 的构造器io.netty.handler.ssl.OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, Iterable<String>, Iterable<String>, long, long) - 类 的构造器io.netty.handler.ssl.OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, ApplicationProtocolConfig, long, long) - 类 的构造器io.netty.handler.ssl.OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, OpenSslApplicationProtocolNegotiator, long, long) - 类 的构造器io.netty.handler.ssl.OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - 类 的构造器io.netty.handler.ssl.OpenSslServerContext
已过时。
OpenSslServerContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - 类 的构造器io.netty.handler.ssl.OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - 类 的构造器io.netty.handler.ssl.OpenSslServerContext
已过时。
OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, OpenSslApplicationProtocolNegotiator, long, long) - 类 的构造器io.netty.handler.ssl.OpenSslServerContext
已过时。
OpenSslServerContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, OpenSslApplicationProtocolNegotiator, long, long) - 类 的构造器io.netty.handler.ssl.OpenSslServerContext
已过时。
OpenSslServerSessionContext - io.netty.handler.ssl中的类
OpenSslSessionContext implementation which offers extra methods which are only useful for the server-side.
OpenSslSessionContext - io.netty.handler.ssl中的类
OpenSSL specific SSLSessionContext implementation.
OpenSslSessionStats - io.netty.handler.ssl中的类
Stats exposed by an OpenSSL session context.
OpenSslSessionTicketKey - io.netty.handler.ssl中的类
Session Ticket Key
OpenSslSessionTicketKey(byte[], byte[], byte[]) - 类 的构造器io.netty.handler.ssl.OpenSslSessionTicketKey
Construct a OpenSslSessionTicketKey.
OpenSslX509KeyManagerFactory - io.netty.handler.ssl中的类
Special KeyManagerFactory that pre-compute the keymaterial used when SslProvider.OPENSSL or SslProvider.OPENSSL_REFCNT is used and so will improve handshake times and its performance.
OpenSslX509KeyManagerFactory() - 类 的构造器io.netty.handler.ssl.OpenSslX509KeyManagerFactory
 
OpenSslX509KeyManagerFactory(Provider) - 类 的构造器io.netty.handler.ssl.OpenSslX509KeyManagerFactory
 
OpenSslX509KeyManagerFactory(String, Provider) - 类 的构造器io.netty.handler.ssl.OpenSslX509KeyManagerFactory
 
operationComplete(ChannelFuture) - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
operationComplete(ChannelFuture) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
operationComplete(F) - 接口 中的方法io.netty.util.concurrent.GenericFutureListener
Invoked when the operation associated with the Future has been completed.
operationComplete(F) - 类 中的方法io.netty.util.concurrent.PromiseAggregator
已过时。
 
operationComplete(F) - 类 中的方法io.netty.util.concurrent.PromiseNotifier
 
operationComplete(Future<T>) - 类 中的方法io.netty.util.concurrent.UnaryPromiseNotifier
已过时。
 
operationProgressed(F, long, long) - 接口 中的方法io.netty.util.concurrent.GenericProgressiveFutureListener
Invoked when the operation has progressed.
opposite() - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets the Http2Connection.Endpoint opposite this one.
OPT - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
Option record RFC 2671 This is a pseudo DNS record type needed to support EDNS.
option(ChannelOption<T>, T) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
Allow to specify a ChannelOption which is used for the Channel instances once they got created.
option(ChannelOption<T>, T) - 类 中的方法io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Allow to specify a ChannelOption which is used for the Http2StreamChannel instances once they got created.
option() - 类 中的方法io.netty.handler.codec.mqtt.MqttTopicSubscription
 
option(SslContextOption<T>, T) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
Configure a SslContextOption.
OPTION_NOT_SUPPORTED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
551 Option not supported
OptionalSslHandler - io.netty.handler.ssl中的类
OptionalSslHandler is a utility decoder to support both SSL and non-SSL handlers based on the first message received.
OptionalSslHandler(SslContext) - 类 的构造器io.netty.handler.ssl.OptionalSslHandler
 
options() - 类 中的方法io.netty.bootstrap.AbstractBootstrapConfig
Returns a copy of the configured options.
options() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
OPTIONS - 类 中的静态变量io.netty.handler.codec.http.HttpMethod
The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
OPTIONS - 类 中的静态变量io.netty.handler.codec.rtsp.RtspMethods
The OPTIONS getMethod represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
optname() - 类 中的方法io.netty.channel.unix.GenericUnixChannelOption
Returns the optname.
optname() - 类 中的方法io.netty.channel.unix.tests.SocketTest
 
optResourceEnabled(boolean) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Enable the automatic inclusion of a optional records that tries to give the remote DNS server a hint about how much data the resolver can read per response.
order(ByteOrder) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
order() - 类 中的方法io.netty.buffer.ByteBuf
已过时。
use the Little Endian accessors, e.g. getShortLE, getIntLE instead of creating a buffer with swapped endianness.
order(ByteOrder) - 类 中的方法io.netty.buffer.ByteBuf
已过时。
use the Little Endian accessors, e.g. getShortLE, getIntLE instead of creating a buffer with swapped endianness.
order() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
order() - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
order() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
order(ByteOrder) - 类 中的方法io.netty.buffer.EmptyByteBuf
 
order() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
order() - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
order(ByteOrder) - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
order() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
order() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
OrderedEventExecutor - io.netty.util.concurrent中的接口
Marker interface for EventExecutors that will process all submitted tasks in an ordered / serial fashion.
origin() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
Returns the allowed origin.
ORIGIN - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"origin"
ORIGIN - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Origin"
origins() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
Returns the set of allowed origins.
OUT_OF_MESSAGE_SEQUENCE_METHOD - 类 中的静态变量io.netty.handler.codec.http2.HttpConversionUtil
This will be the method used for HttpRequest objects generated out of the HTTP message flow defined in [RFC 7540], Section 8.1
OUT_OF_MESSAGE_SEQUENCE_PATH - 类 中的静态变量io.netty.handler.codec.http2.HttpConversionUtil
This will be the path used for HttpRequest objects generated out of the HTTP message flow defined in [RFC 7540], Section 8.1
OUT_OF_MESSAGE_SEQUENCE_RETURN_CODE - 类 中的静态变量io.netty.handler.codec.http2.HttpConversionUtil
This will be the status code used for HttpResponse objects generated out of the HTTP message flow defined in [RFC 7540], Section 8.1
outboundBuffer() - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
 
outboundBuffer() - 接口 中的方法io.netty.channel.Channel.Unsafe
Returns the ChannelOutboundBuffer of the Channel where the pending write requests are stored.
outboundHandler() - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
 
outboundMessages() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Returns the Queue which holds all the Objects that were written by this Channel.
OutOfDirectMemoryError - io.netty.util.internal中的错误
OutOfMemoryError that is throws if PlatformDependent.allocateDirectNoCleaner(int) can not allocate a new ByteBuffer due memory restrictions.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
跳过导航链接
Netty 4.1.109.Final(2024/04/15)

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