- qos(MqttQoS) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
-
- qos() - 类 中的方法io.netty.handler.codec.mqtt.MqttSubscriptionOption
-
- qosLevel() - 类 中的方法io.netty.handler.codec.mqtt.MqttFixedHeader
-
- qualityOfService() - 类 中的方法io.netty.handler.codec.mqtt.MqttTopicSubscription
-
- QUERY - 类 中的静态变量io.netty.handler.codec.dns.DnsOpCode
-
The 'Query' DNS OpCode, as defined in
RFC1035.
- query(DnsQuestion) - 类 中的方法io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question.
- query(DnsQuestion, Iterable<DnsRecord>) - 类 中的方法io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question with additional records.
- query(DnsQuestion, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - 类 中的方法io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question.
- query(InetSocketAddress, DnsQuestion) - 类 中的方法io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question using the specified name server list.
- query(InetSocketAddress, DnsQuestion, Iterable<DnsRecord>) - 类 中的方法io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question with additional records using the specified name server list.
- query(InetSocketAddress, DnsQuestion, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - 类 中的方法io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question using the specified name server list.
- query(InetSocketAddress, DnsQuestion, Iterable<DnsRecord>, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - 类 中的方法io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question with additional records using the specified name server list.
- queryCancelled(int) - 类 中的方法io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- queryCancelled(int) - 接口 中的方法io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query may have been written but it was cancelled at some point.
- queryCNAMEd(DnsQuestion) - 类 中的方法io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- queryCNAMEd(DnsQuestion) - 接口 中的方法io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query returned a CNAME which we may attempt to follow with a new query.
- queryDnsServerAddressStream() - 类 中的方法io.netty.resolver.dns.DnsNameResolver
-
Returns the dns server address stream used for DNS queries (not resolve).
- queryFailed(Throwable) - 类 中的方法io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- queryFailed(Throwable) - 接口 中的方法io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The following criteria are possible:
IO Error
Server responded with an invalid DNS response
Server responded with a valid DNS response, but it didn't progress the resolution
- queryNoAnswer(DnsResponseCode) - 类 中的方法io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- queryNoAnswer(DnsResponseCode) - 接口 中的方法io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The response to the query didn't provide the expected response code, but it didn't return
DnsResponseCode.NXDOMAIN
so we may try to query again.
- queryRedirected(List<InetSocketAddress>) - 类 中的方法io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- queryRedirected(List<InetSocketAddress>) - 接口 中的方法io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query has been redirected to another list of DNS servers.
- queryServerAddressStream() - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
-
- queryServerAddressStream(DnsServerAddressStream) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
-
- QueryStringDecoder - io.netty.handler.codec.http中的类
-
Splits an HTTP query string into a path string and key-value parameter pairs.
- QueryStringDecoder(String) - 类 的构造器io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI.
- QueryStringDecoder(String, boolean) - 类 的构造器io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(String, Charset) - 类 的构造器io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(String, Charset, boolean) - 类 的构造器io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(String, Charset, boolean, int) - 类 的构造器io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(String, Charset, boolean, int, boolean) - 类 的构造器io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(URI) - 类 的构造器io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI.
- QueryStringDecoder(URI, Charset) - 类 的构造器io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(URI, Charset, int) - 类 的构造器io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(URI, Charset, int, boolean) - 类 的构造器io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoderBenchmark - io.netty.handler.codec.http中的类
-
- QueryStringDecoderBenchmark() - 类 的构造器io.netty.handler.codec.http.QueryStringDecoderBenchmark
-
- QueryStringEncoder - io.netty.handler.codec.http中的类
-
Creates a URL-encoded URI from a path string and key-value parameter pairs.
- QueryStringEncoder(String) - 类 的构造器io.netty.handler.codec.http.QueryStringEncoder
-
Creates a new encoder that encodes a URI that starts with the specified
path string.
- QueryStringEncoder(String, Charset) - 类 的构造器io.netty.handler.codec.http.QueryStringEncoder
-
Creates a new encoder that encodes a URI that starts with the specified
path string in the specified charset.
- QueryStringEncoderBenchmark - io.netty.handler.codec.http中的类
-
- QueryStringEncoderBenchmark() - 类 的构造器io.netty.handler.codec.http.QueryStringEncoderBenchmark
-
- querySucceed() - 类 中的方法io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- querySucceed() - 接口 中的方法io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query received the expected results.
- queryTimeoutMillis() - 类 中的方法io.netty.resolver.dns.DnsNameResolver
-
Returns the timeout of each DNS query performed by this resolver (in milliseconds).
- queryTimeoutMillis(long) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the timeout of each DNS query performed by this resolver (in milliseconds).
- queryWritten(InetSocketAddress, ChannelFuture) - 类 中的方法io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- queryWritten(InetSocketAddress, ChannelFuture) - 接口 中的方法io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query has been written.
- question() - 异常错误 中的方法io.netty.resolver.dns.DnsNameResolverException
-
Returns the
DnsQuestion
of the DNS query that has failed.
- queue() - 类 中的方法io.netty.example.spdy.client.HttpResponseClientHandler
-
- queueSize() - 类 中的方法io.netty.handler.traffic.ChannelTrafficShapingHandler
-
- queuesSize() - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- queuesSize() - 类 中的方法io.netty.handler.traffic.GlobalTrafficShapingHandler
-
- QUIT - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- QUIT - 类 中的静态变量io.netty.handler.codec.smtp.SmtpCommand
-
- quit() - 类 中的静态方法io.netty.handler.codec.smtp.SmtpRequests
-
Creates a QUIT
request.
- QUITQ - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- QUOTED_PRINTABLE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
-
已过时。
"quoted-printable"
- QUOTED_PRINTABLE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
-
"quoted-printable"
- QuoteOfTheMomentClient - io.netty.example.qotm中的类
-
- QuoteOfTheMomentClient() - 类 的构造器io.netty.example.qotm.QuoteOfTheMomentClient
-
- QuoteOfTheMomentClientHandler - io.netty.example.qotm中的类
-
- QuoteOfTheMomentClientHandler() - 类 的构造器io.netty.example.qotm.QuoteOfTheMomentClientHandler
-
- QuoteOfTheMomentServer - io.netty.example.qotm中的类
-
- QuoteOfTheMomentServer() - 类 的构造器io.netty.example.qotm.QuoteOfTheMomentServer
-
- QuoteOfTheMomentServerHandler - io.netty.example.qotm中的类
-
- QuoteOfTheMomentServerHandler() - 类 的构造器io.netty.example.qotm.QuoteOfTheMomentServerHandler
-