Attributes
- Companion:
- object
- Graph
- Supertypes
- Self type
- ChannelNetty[A]
Members list
Value members
Concrete methods
When set to true
(default) it will automatically read messages from the
channel. When set to false, the channel will not read messages until read
is called.
When set to true
(default) it will automatically read messages from the
channel. When set to false, the channel will not read messages until read
is called.
Attributes
- Definition Classes
Provides a way to wait for the channel to be closed.
Closes the channel. Pass true to await to wait for the channel to be closed.
Closes the channel. Pass true to await to wait for the channel to be closed.
Attributes
- Definition Classes
Creates a new channel that can write a different type of message by using a transformation function.
Creates a new channel that can write a different type of message by using a transformation function.
Attributes
- Definition Classes
Flushes the pending write operations on the channel.
Returns the globally unique identifier of this channel.
Returns true
if auto-read is set to true.
Schedules a read operation on the channel. This is not necessary if auto-read is enabled.
Schedules a read operation on the channel. This is not necessary if auto-read is enabled.
Attributes
- Definition Classes
Schedules a write operation on the channel. The actual write only happens
after calling flush
. Pass true
to await the completion of the write
operation.
Schedules a write operation on the channel. The actual write only happens
after calling flush
. Pass true
to await the completion of the write
operation.
Attributes
- Definition Classes
Writes and flushes the message on the channel. Pass true
to await the
completion of the write operation.
Writes and flushes the message on the channel. Pass true
to await the
completion of the write operation.
Attributes
- Definition Classes