|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface IO.WriteHandle
A IO.Handle to a WritableByteChannel.
| Method Summary | |
|---|---|
IO.WriteHandle |
asWritable()
|
void |
write(ByteString bytes)
Sends a request to the IOManager to write to the
Channel associated with this IO.Handle. |
| Methods inherited from interface akka.actor.IO.Handle |
|---|
asReadable, asServer, asSocket, close, hashCode, ioManager, owner, uuid |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Method Detail |
|---|
IO.WriteHandle asWritable()
asWritable in interface IO.Handlevoid write(ByteString bytes)
IOManager to write to the
Channel associated with this IO.Handle.
This can also be performed by sending IO.Write to the
IOManager.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||