Uses of Class
io.netty5.channel.unix.DomainSocketReadMode
-
-
Uses of DomainSocketReadMode in io.netty5.channel.unix
Fields in io.netty5.channel.unix with type parameters of type DomainSocketReadMode Modifier and Type Field Description static io.netty5.channel.ChannelOption<DomainSocketReadMode>UnixChannelOption. DOMAIN_SOCKET_READ_MODEMethods in io.netty5.channel.unix that return DomainSocketReadMode Modifier and Type Method Description static DomainSocketReadModeDomainSocketReadMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DomainSocketReadMode[]DomainSocketReadMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-