akka.actor
Interface IO.ReadHandle

All Superinterfaces:
scala.Equals, IO.Handle, scala.Product
All Known Implementing Classes:
IO.SocketHandle
Enclosing class:
IO

public static interface IO.ReadHandle
extends IO.Handle, scala.Product

A IO.Handle to a ReadableByteChannel.


Method Summary
 IO.ReadHandle asReadable()
           
 
Methods inherited from interface akka.actor.IO.Handle
asServer, asSocket, asWritable, 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

asReadable

IO.ReadHandle asReadable()
Specified by:
asReadable in interface IO.Handle