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.kqueueConstructors 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.socketMethods in io.netty5.channel.socket that return SocketProtocolFamily Modifier and Type Method Description static SocketProtocolFamilySocketProtocolFamily. of(ProtocolFamily family)Return theSocketProtocolFamilyfor the givenProtocolFamilyif possible.static SocketProtocolFamilySocketProtocolFamily. 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.unixMethods in io.netty5.channel.unix that return SocketProtocolFamily Modifier and Type Method Description SocketProtocolFamilySocket. protocolFamily()Constructors in io.netty5.channel.unix with parameters of type SocketProtocolFamily Constructor Description Socket(int fd, SocketProtocolFamily protocolFamily)
 
-