Uses of Class
io.netty5.channel.socket.SocketProtocolFamily
-
Packages that use SocketProtocolFamily Package Description io.netty5.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API. -
-
Uses of SocketProtocolFamily in io.netty5.channel.socket
Methods 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.
-