Uses of Class
io.netty.channel.unix.DomainSocketReadMode
-
Packages that use DomainSocketReadMode Package Description io.netty.channel.unix Unix specific transport. -
-
Uses of DomainSocketReadMode in io.netty.channel.unix
Fields in io.netty.channel.unix with type parameters of type DomainSocketReadMode Modifier and Type Field Description static ChannelOption<DomainSocketReadMode>
UnixChannelOption. DOMAIN_SOCKET_READ_MODE
Methods in io.netty.channel.unix that return DomainSocketReadMode Modifier and Type Method Description DomainSocketReadMode
DomainSocketChannelConfig. getReadMode()
Return theDomainSocketReadMode
for the channel.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.Methods in io.netty.channel.unix with parameters of type DomainSocketReadMode Modifier and Type Method Description DomainSocketChannelConfig
DomainSocketChannelConfig. setReadMode(DomainSocketReadMode mode)
Change theDomainSocketReadMode
for the channel.
-