软件包 | 描述 |
---|---|
io.netty.channel.socket |
抽象扩展核心通道API的TCP和UDP套接字接口。
|
io.netty.channel.socket.nio |
基于
NIO的套接字通道API实现 - 建议用于大量连接(> = 1000)。
|
io.netty.handler.codec.dns |
DNS编解码器。
|
io.netty.resolver.dns |
Java的内置域名查找机制的一种替代方法,可以异步解析域名,同样支持任意DNS记录类型的查询。
|
Modifier and Type | Method and Description |
---|---|
static InternetProtocolFamily |
InternetProtocolFamily.of(java.net.InetAddress address)
返回 InternetProtocolFamily 为给定InetAddress 。
|
static InternetProtocolFamily |
InternetProtocolFamily.valueOf(java.lang.String name)
以指定名称返回此类型的枚举常量。
|
static InternetProtocolFamily[] |
InternetProtocolFamily.values()
按照声明的顺序返回包含此枚举类型常量的数组。
|
Constructor and Description |
---|
NioDatagramChannel(InternetProtocolFamily ipFamily)
使用给定的 InternetProtocolFamily 创建一个新实例。
|
NioDatagramChannel(java.nio.channels.spi.SelectorProvider provider, InternetProtocolFamily ipFamily)
使用给定的 SelectorProvider 和InternetProtocolFamily 创建一个新实例。
|
Constructor and Description |
---|
DefaultDnsOptEcsRecord(int maxPayloadSize, InternetProtocolFamily protocolFamily)
创建一个新的实例。
|
Modifier and Type | Method and Description |
---|---|
static ResolvedAddressTypes |
DnsNameResolverBuilder.computeResolvedAddressTypes(InternetProtocolFamily... internetProtocolFamilies)
|
Copyright © 2008–2018 The Netty Project. All rights reserved.