Packages

package play

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

Type Members

  1. class PlayBodyListener extends BodyListener[Future, PlayResponseBody]
  2. class PlayBodyParserException extends Exception
  3. type PlayResponseBody = Either[Flow[Message, Message, Any], HttpEntity]
  4. trait PlayServerInterpreter extends AnyRef
  5. case class PlayServerOptions(temporaryFileCreator: TemporaryFileCreator, deleteFile: (tapir.TapirFile) => Future[Unit], defaultActionBuilder: ActionBuilder[Request, AnyContent], playBodyParsers: PlayBodyParsers, decodeFailureHandler: DecodeFailureHandler, interceptors: List[Interceptor[Future]]) extends Product with Serializable
  6. class PlayToResponseBody extends ToResponseBody[PlayResponseBody, AkkaStreams]

Value Members

  1. object PlayServerInterpreter
  2. object PlayServerOptions extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped