package play
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- play
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type FutureEither[A] = Future[Either[Exception, A]]
- case class HttpBody[BODY](length: Option[Long], md5: Option[String], writeBody: BODY, release: () ⇒ Unit) extends Product with Serializable
- trait InMemoryPlayObjectStoreContentReads extends LowPriorityInMemoryPlayObjectStoreContentReads
- trait LowPriorityInMemoryPlayObjectStoreContentReads extends PlayObjectStoreContentReads
- trait MonadFuture[F[_]] extends Monad[F]
- trait PlayMonad[F[_]] extends MonadError[F, Exception] with MonadFuture[F]
- trait PlayMonads extends AnyRef
-
class
PlayObjectStoreClient extends ObjectStoreClient[Future, Request, Response, ResBody]
Client which returns responses within Future.
Client which returns responses within Future.
- Annotations
- @Singleton()
-
class
PlayObjectStoreClientEither extends ObjectStoreClient[FutureEither, Request, Response, ResBody]
Client which returns responses within Future[Either[PlayObjectStoreException, *]].
Client which returns responses within Future[Either[PlayObjectStoreException, *]].
- Annotations
- @Singleton()
- trait PlayObjectStoreContentReads extends AnyRef
- trait PlayObjectStoreContentWrites extends AnyRef
- class PlayWSHttpClient[F[_]] extends HttpClient[F, Request, Response]
- type Request = HttpBody[(WSRequest) ⇒ WSRequest]
- type ResBody = Source[ByteString, NotUsed]
- type Response = WSResponse
Value Members
- object Implicits extends PlayObjectStoreContentReads with PlayObjectStoreContentWrites with PlayMonads
- object Md5Hash
- object PlayFormats
- object PlayObjectStoreReads