Modifier and Type | Field and Description |
---|---|
static io.netty.channel.ChannelOption<DomainSocketReadMode> |
UnixChannelOption.DOMAIN_SOCKET_READ_MODE |
Modifier and Type | Method and Description |
---|---|
DomainSocketReadMode |
DomainSocketChannelConfig.getReadMode()
Return the
DomainSocketReadMode 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.
|
Modifier and Type | Method and Description |
---|---|
DomainSocketChannelConfig |
DomainSocketChannelConfig.setReadMode(DomainSocketReadMode mode)
Change the
DomainSocketReadMode for the channel. |
Copyright © 2008–2017 The Netty Project. All rights reserved.