Packages

package akkahttp

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

Type Members

  1. class AkkaBodyListener extends BodyListener[Future, AkkaResponseBody]
  2. trait AkkaHttpServerInterpreter extends AnyRef
  3. case class AkkaHttpServerOptions(createFile: (ServerRequest) => Future[tapir.TapirFile], deleteFile: (tapir.TapirFile) => Future[Unit], interceptors: List[Interceptor[Future]]) extends Product with Serializable
  4. type AkkaResponseBody = Either[Flow[Message, Message, Any], ResponseEntity]

Value Members

  1. val serverSentEventsBody: StreamBodyIO[Source[ByteString, Any], Source[ServerSentEvent, Any], AkkaStreams]
  2. object AkkaHttpServerInterpreter
  3. object AkkaHttpServerOptions extends Serializable
  4. object AkkaServerSentEvents

Inherited from AnyRef

Inherited from Any

Ungrouped