Uses of Class
io.netty5.channel.unix.DomainSocketReadMode
-
Packages that use DomainSocketReadMode Package Description io.netty5.channel.unix Unix specific transport. -
-
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 ChannelOption<DomainSocketReadMode>
UnixChannelOption. DOMAIN_SOCKET_READ_MODE
Methods in io.netty5.channel.unix that return DomainSocketReadMode Modifier and Type Method Description static DomainSocketReadMode
DomainSocketReadMode. 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.
-