@UnstableApi
public final class LinuxSocket
extends io.netty.channel.unix.Socket
| Modifier and Type | Method and Description |
|---|---|
static LinuxSocket |
newSocketDgram() |
static LinuxSocket |
newSocketDgram(boolean ipv6) |
static LinuxSocket |
newSocketDgram(io.netty.channel.socket.InternetProtocolFamily family) |
static LinuxSocket |
newSocketDomain() |
static LinuxSocket |
newSocketDomainDgram() |
static LinuxSocket |
newSocketStream() |
static LinuxSocket |
newSocketStream(boolean ipv6) |
static LinuxSocket |
newSocketStream(io.netty.channel.socket.InternetProtocolFamily protocol) |
accept, bind, connect, disconnect, finishConnect, getIntOpt, getRawOpt, getReceiveBufferSize, getSendBufferSize, getSoError, getSoLinger, getTrafficClass, initialize, isBroadcast, isInputShutdown, isIPv6Preferred, isKeepAlive, isOutputShutdown, isReuseAddress, isReusePort, isShutdown, isTcpNoDelay, listen, localAddress, newSocketDgram0, newSocketDgram0, newSocketDgram0, newSocketDomain0, newSocketDomainDgram0, newSocketStream0, newSocketStream0, newSocketStream0, recvFd, recvFrom, recvFromAddress, recvFromAddressDomainSocket, recvFromDomainSocket, remoteAddress, sendFd, sendTo, sendTo, sendToAddress, sendToAddress, sendToAddressDomainSocket, sendToAddresses, sendToAddresses, sendToAddressesDomainSocket, sendToDomainSocket, setBroadcast, setIntOpt, setKeepAlive, setRawOpt, setReceiveBufferSize, setReuseAddress, setReusePort, setSendBufferSize, setSoLinger, setTcpNoDelay, setTrafficClass, shouldUseIpv6, shutdown, shutdown, toString, useIpv6public static LinuxSocket newSocketStream(boolean ipv6)
public static LinuxSocket newSocketStream(io.netty.channel.socket.InternetProtocolFamily protocol)
public static LinuxSocket newSocketStream()
public static LinuxSocket newSocketDgram(boolean ipv6)
public static LinuxSocket newSocketDgram(io.netty.channel.socket.InternetProtocolFamily family)
public static LinuxSocket newSocketDgram()
public static LinuxSocket newSocketDomain()
public static LinuxSocket newSocketDomainDgram()
Copyright © 2008–2022 The Netty Project. All rights reserved.