- 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中的类
-
A decoder which deserializes the received
ByteBuf
s into Java
objects.
- 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中的类
-
An encoder which serializes a Java object into a
ByteBuf
.
- 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
.
- ObjectUtil - io.netty.util.internal中的类
-
A grab-bag of useful utility methods.
- OcspClientExample - io.netty.example.ocsp中的类
-
This is a very simple example for a 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
-
- 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中的类
-
- 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
- offerChannel(Channel) - 类 中的方法io.netty.channel.pool.SimpleChannelPool
-
Offer a
Channel
back to the internal storage.
- offsetofEpollData() - 类 中的静态方法io.netty.channel.epoll.Native
-
- OioByteStreamChannel - io.netty.channel.oio中的类
-
Abstract base class for OIO Channels that are based on streams.
- 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, ThreadFactory) - 类 的构造器io.netty.channel.oio.OioEventLoopGroup
-
- OioSctpChannel - io.netty.channel.sctp.oio中的类
-
SctpChannel
implementation which use blocking mode and allows to read / write
SctpMessage
s to the underlying
SctpChannel
.
- 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中的类
-
- 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中的接口
-
- 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
-
- 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.rtsp.RtspHeaders.Values
-
"only-if-cached"
- onRemoval(V) - 类 中的方法io.netty.util.concurrent.FastThreadLocal
-
- onUnhandledInboundException(Throwable) - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- onUnhandledInboundMessage(Object) - 类 中的方法io.netty.channel.DefaultChannelPipeline
-
- open() - 类 中的方法io.netty.channel.DefaultFileRegion
-
Explicitly open the underlying file-descriptor if not done yet.
- open(T) - 类 中的方法io.netty.util.ResourceLeakDetector
-
- OpenSsl - io.netty.handler.ssl中的类
-
- OpenSslApplicationProtocolNegotiator - 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.
- 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
-
已过时。
- 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.
- 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.
- option(ChannelOption<T>, T) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
-
- 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.channel.epoll.EpollTcpInfo
-
- OPTIONS - 类 中的静态变量io.netty.handler.codec.http.HttpMethod
-
The OPTIONS getMethod 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.
- order(ByteOrder) - 类 中的方法io.netty.buffer.AbstractByteBuf
-
- order() - 类 中的方法io.netty.buffer.ByteBuf
-
- order(ByteOrder) - 类 中的方法io.netty.buffer.ByteBuf
-
Returns a buffer with the specified endianness
which shares the whole region,
indexes, and marks of this buffer.
- 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.SlicedByteBuf
-
已过时。
- order() - 类 中的方法io.netty.buffer.SwappedByteBuf
-
- order(ByteOrder) - 类 中的方法io.netty.buffer.SwappedByteBuf
-
- order() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
-
- order() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
-
- order() - 类 中的方法io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- 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.HttpHeaders.Names
-
"Origin"
- origins() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
-
Returns the set of allowed origins.
- 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中的错误
-