- 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中的类
-
- 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中的类
-
- 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中的类
-
- ObjectEncoder() - 类 的构造器io.netty.handler.codec.serialization.ObjectEncoder
-
已过时。
- ObjectEncoderOutputStream - io.netty.handler.codec.serialization中的类
-
- 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中的接口
-
- ObjectUtil - io.netty.util.internal中的类
-
A grab-bag of useful utility methods.
- OCSP_PIPELINE_ATTRIBUTE - 类 中的静态变量io.netty.handler.ssl.ocsp.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() - 类 的构造器io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
-
- OcspServerCertificateValidator(boolean) - 类 的构造器io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
-
- OcspServerCertificateValidator(boolean, IoTransport) - 类 的构造器io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
-
- OcspServerCertificateValidator(boolean, IoTransport, DnsNameResolver) - 类 的构造器io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
-
- OcspServerCertificateValidator(boolean, boolean, IoTransport, DnsNameResolver) - 类 的构造器io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
-
- 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
-
- of(SocketOption<T>) - 类 中的静态方法io.netty.channel.socket.nio.NioChannelOption
-
- 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中的类
-
- OioByteStreamChannel(Channel) - 类 的构造器io.netty.channel.oio.OioByteStreamChannel
-
已过时。
Create a new instance
- OioDatagramChannel - io.netty.channel.socket.oio中的类
-
- 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中的接口
-
- OioEventLoopGroup - io.netty.channel.oio中的类
-
- OioEventLoopGroup() - 类 的构造器io.netty.channel.oio.OioEventLoopGroup
-
已过时。
- OioEventLoopGroup(int) - 类 的构造器io.netty.channel.oio.OioEventLoopGroup
-
已过时。
- OioEventLoopGroup(int, Executor) - 类 的构造器io.netty.channel.oio.OioEventLoopGroup
-
已过时。
- OioEventLoopGroup(int, ThreadFactory) - 类 的构造器io.netty.channel.oio.OioEventLoopGroup
-
已过时。
- OioSctpChannel - io.netty.channel.sctp.oio中的类
-
- OioSctpChannel() - 类 的构造器io.netty.channel.sctp.oio.OioSctpChannel
-
已过时。
- OioSctpChannel(SctpChannel) - 类 的构造器io.netty.channel.sctp.oio.OioSctpChannel
-
已过时。
- OioSctpChannel(Channel, SctpChannel) - 类 的构造器io.netty.channel.sctp.oio.OioSctpChannel
-
已过时。
- OioSctpServerChannel - io.netty.channel.sctp.oio中的类
-
- OioSctpServerChannel() - 类 的构造器io.netty.channel.sctp.oio.OioSctpServerChannel
-
已过时。
- OioSctpServerChannel(SctpServerChannel) - 类 的构造器io.netty.channel.sctp.oio.OioSctpServerChannel
-
已过时。
- OioServerSocketChannel - io.netty.channel.socket.oio中的类
-
- 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中的接口
-
- OioSocketChannel - io.netty.channel.socket.oio中的类
-
- 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中的接口
-
- 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
-
- 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
-
- 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
-
- onUnhandledInboundMessage(Object) - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- onUnhandledInboundMessage(ChannelHandlerContext, Object) - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- onUnhandledInboundUserEventTriggered(Object) - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- 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
-
- open() - 类 中的方法io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
- open(Promise<Http2StreamChannel>) - 类 中的方法io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
- 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中的类
-
- OpenSslApplicationProtocolNegotiator - io.netty.handler.ssl中的接口
-
- OpenSslAsyncPrivateKeyMethod - io.netty.handler.ssl中的接口
-
- OpenSslCachingX509KeyManagerFactory - io.netty.handler.ssl中的类
-
- 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
-
- 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中的类
-
- 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中的类
-
- 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
-
- 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
-
- option(ChannelOption<T>, T) - 类 中的方法io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
- option() - 类 中的方法io.netty.handler.codec.mqtt.MqttTopicSubscription
-
- option(SslContextOption<T>, T) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
-
- 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
-
- order(ByteOrder) - 类 中的方法io.netty.buffer.ByteBuf
-
- 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
EventExecutor
s 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
-
- OUT_OF_MESSAGE_SEQUENCE_PATH - 类 中的静态变量io.netty.handler.codec.http2.HttpConversionUtil
-
- OUT_OF_MESSAGE_SEQUENCE_RETURN_CODE - 类 中的静态变量io.netty.handler.codec.http2.HttpConversionUtil
-
- outboundBuffer() - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
-
- outboundBuffer() - 接口 中的方法io.netty.channel.Channel.Unsafe
-
- outboundHandler() - 类 中的方法io.netty.channel.CombinedChannelDuplexHandler
-
- outboundMessages() - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
-
Returns the
Queue
which holds all the
Object
s that were written by this
Channel
.
- OutOfDirectMemoryError - io.netty.util.internal中的错误
-