Package | Description |
---|---|
io.netty.channel.unix |
Unix specific transport.
|
Modifier and Type | Method and Description |
---|---|
static Socket |
Socket.newSocketDgram() |
static Socket |
Socket.newSocketDomain() |
static Socket |
Socket.newSocketDomainDgram() |
static Socket |
Socket.newSocketStream() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
Socket.useIpv6(Socket socket,
InetAddress address)
Returns
true if the given socket and address combination should use IPv6 internally,
false otherwise. |
Copyright © 2008–2021 The Netty Project. All rights reserved.