Uses of Class
io.netty5.channel.socket.SocketProtocolFamily
-
Packages that use SocketProtocolFamily Package Description io.netty5.channel.kqueue BSD specific transport.io.netty5.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API.io.netty5.channel.unix Unix specific transport. -
-
Uses of SocketProtocolFamily in io.netty5.channel.kqueue
Constructors in io.netty5.channel.kqueue with parameters of type SocketProtocolFamily Constructor Description KQueueServerSocketChannel(EventLoop eventLoop, EventLoopGroup childEventLoopGroup, SocketProtocolFamily protocolFamily)
-
Uses of SocketProtocolFamily in io.netty5.channel.socket
Methods in io.netty5.channel.socket that return SocketProtocolFamily Modifier and Type Method Description static SocketProtocolFamily
SocketProtocolFamily. of(ProtocolFamily family)
Return theSocketProtocolFamily
for the givenProtocolFamily
if possible.static SocketProtocolFamily
SocketProtocolFamily. valueOf(String name)
Returns the enum constant of this type with the specified name.static SocketProtocolFamily[]
SocketProtocolFamily. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SocketProtocolFamily in io.netty5.channel.unix
Methods in io.netty5.channel.unix that return SocketProtocolFamily Modifier and Type Method Description SocketProtocolFamily
Socket. protocolFamily()
Constructors in io.netty5.channel.unix with parameters of type SocketProtocolFamily Constructor Description Socket(int fd, SocketProtocolFamily protocolFamily)
-