Packages

trait AkkaHttp extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AkkaHttp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type ContentType = akka.http.scaladsl.model.ContentType
  2. final type Directive[T] = akka.http.scaladsl.server.Directive[T]
  3. final type Directive0 = akka.http.scaladsl.server.Directive[Unit]
  4. final type FromEntityUnmarshaller[T] = akka.http.scaladsl.unmarshalling.Unmarshaller[akka.http.scaladsl.model.HttpEntity, T]
  5. final type FromRequestUnmarshaller[T] = akka.http.scaladsl.unmarshalling.Unmarshaller[akka.http.scaladsl.model.HttpRequest, T]
  6. final type HttpEntity = akka.http.scaladsl.model.HttpEntity
  7. final type HttpHeader = akka.http.scaladsl.model.HttpHeader
  8. final type HttpRequest = akka.http.scaladsl.model.HttpRequest
  9. final type HttpResponse = akka.http.scaladsl.model.HttpResponse
  10. final type Marshaller[T, R] = akka.http.scaladsl.marshalling.Marshaller[T, R]
  11. final type MediaType = akka.http.scaladsl.model.MediaType
  12. final type ResponseEntity = akka.http.scaladsl.model.ResponseEntity
  13. final type Route = (RequestContext) ⇒ scala.concurrent.Future[RouteResult]
  14. final type StandardRoute = akka.http.scaladsl.server.StandardRoute
  15. final type StatusCode = akka.http.scaladsl.model.StatusCode
  16. final type ToEntityMarshaller[T] = akka.http.scaladsl.marshalling.Marshaller[T, MessageEntity]
  17. final type ToResponseMarshallable = akka.http.scaladsl.marshalling.ToResponseMarshallable
  18. final type ToResponseMarshaller[T] = akka.http.scaladsl.marshalling.Marshaller[T, akka.http.scaladsl.model.HttpResponse]
  19. final type Unmarshaller[R, T] = akka.http.scaladsl.unmarshalling.Unmarshaller[R, T]
  20. final type Uri = akka.http.scaladsl.model.Uri

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val ContentType: akka.http.scaladsl.model.ContentType.type
  5. lazy val Directive: akka.http.scaladsl.server.Directive.type
  6. lazy val Directives: akka.http.scaladsl.server.Directives.type
  7. lazy val HttpCharsets: akka.http.scaladsl.model.HttpCharsets.type
  8. lazy val HttpEntity: akka.http.scaladsl.model.HttpEntity.type
  9. lazy val HttpRequest: akka.http.scaladsl.model.HttpRequest.type
  10. lazy val HttpResponse: akka.http.scaladsl.model.HttpResponse.type
  11. lazy val Marshaller: akka.http.scaladsl.marshalling.Marshaller.type
  12. val PathMatcher: akka.http.scaladsl.server.PathMatcher.type
  13. lazy val Route: akka.http.scaladsl.server.Route.type
  14. lazy val RouteConcatenation: akka.http.scaladsl.server.RouteConcatenation.type
  15. lazy val StatusCodes: akka.http.scaladsl.model.StatusCodes.type
  16. lazy val ToResponseMarshallable: akka.http.scaladsl.marshalling.ToResponseMarshallable.type
  17. lazy val Unmarshaller: akka.http.scaladsl.unmarshalling.Unmarshaller.type
  18. lazy val Uri: akka.http.scaladsl.model.Uri.type
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. object ContentTypes

    easier aliases and additions

  36. object MediaTypes

Inherited from AnyRef

Inherited from Any

Ungrouped