Packages

p

tasks

fileservice

package fileservice

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fileservice
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractFileUser[R] extends Actor with ActorLogging
  2. sealed trait FilePath extends AnyRef
  3. class FileSender extends Actor with ActorLogging
  4. class FileService extends Actor with ActorLogging
  5. case class FileServiceActor(actor: ActorRef, storage: Option[ManagedFileStorage], remote: RemoteFileStorage) extends Product with Serializable
  6. case class FileServicePrefix(list: Vector[String]) extends Product with Serializable
  7. class FileUser extends AbstractFileUser[File]
  8. class FileUserSource extends AbstractFileUser[Source[ByteString, _]]
  9. class FileUserStream extends AbstractFileUser[InputStream]
  10. class FolderFileStorage extends ManagedFileStorage
  11. case class ManagedFilePath(pathElements: Vector[String]) extends FilePath with Product with Serializable
  12. trait ManagedFileStorage extends AnyRef
  13. case class ProposedManagedFilePath(list: Vector[String]) extends Product with Serializable
  14. case class RemoteFilePath(uri: Uri) extends FilePath with Product with Serializable
  15. class RemoteFileStorage extends AnyRef
  16. class S3Storage extends ManagedFileStorage
  17. case class SharedFile(path: FilePath, byteSize: Long, hash: Int) extends Product with Serializable
  18. class SourceSender extends Actor with ActorLogging
  19. class StreamHelper extends AnyRef

Value Members

  1. object FilePath
  2. object FileServicePrefix extends Serializable
  3. object FileStorage
  4. object FolderFileStorage
  5. object ManagedFilePath extends Serializable
  6. object ProposedManagedFilePath extends Serializable
  7. object RemoteFilePath extends Serializable
  8. object SharedFile extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped