Trait

com.rasterfoundry.api.exports

ExportRoutes

Related Doc: package exports

Permalink

trait ExportRoutes extends Authentication with ExportQueryParameterDirective with PaginationDirectives with CommonHandlers with UserErrorHandler with LazyLogging with AWSBatch

Linear Supertypes
AWSBatch, UserErrorHandler, RollbarNotifier, CommonHandlers, PaginationDirectives, ExportQueryParameterDirective, QueryParametersCommon, QueryParameterDeserializers, Authentication, LazyLogging, Directives, FramedEntityStreamingDirectives, WebSocketDirectives, SecurityDirectives, SchemeDirectives, RouteDirectives, RespondWithDirectives, RangeDirectives, PathDirectives, ImplicitPathMatcherConstruction, PathMatchers, TimeoutDirectives, ParameterDirectives, MiscDirectives, MethodDirectives, MarshallingDirectives, HostDirectives, HeaderDirectives, FutureDirectives, FormFieldDirectives, ToNameReceptacleEnhancements, FileUploadDirectives, FileAndResourceDirectives, ExecutionDirectives, CodingDirectives, DebuggingDirectives, CookieDirectives, CacheConditionDirectives, BasicDirectives, RouteConcatenation, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExportRoutes
  2. AWSBatch
  3. UserErrorHandler
  4. RollbarNotifier
  5. CommonHandlers
  6. PaginationDirectives
  7. ExportQueryParameterDirective
  8. QueryParametersCommon
  9. QueryParameterDeserializers
  10. Authentication
  11. LazyLogging
  12. Directives
  13. FramedEntityStreamingDirectives
  14. WebSocketDirectives
  15. SecurityDirectives
  16. SchemeDirectives
  17. RouteDirectives
  18. RespondWithDirectives
  19. RangeDirectives
  20. PathDirectives
  21. ImplicitPathMatcherConstruction
  22. PathMatchers
  23. TimeoutDirectives
  24. ParameterDirectives
  25. MiscDirectives
  26. MethodDirectives
  27. MarshallingDirectives
  28. HostDirectives
  29. HeaderDirectives
  30. FutureDirectives
  31. FormFieldDirectives
  32. ToNameReceptacleEnhancements
  33. FileUploadDirectives
  34. FileAndResourceDirectives
  35. ExecutionDirectives
  36. CodingDirectives
  37. DebuggingDirectives
  38. CookieDirectives
  39. CacheConditionDirectives
  40. BasicDirectives
  41. RouteConcatenation
  42. AnyRef
  43. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AsyncAuthenticator[T] = (Credentials) ⇒ Future[Option[T]]

    Permalink
    Definition Classes
    SecurityDirectives
  2. type AsyncAuthenticatorPF[T] = PartialFunction[Credentials, Future[T]]

    Permalink
    Definition Classes
    SecurityDirectives
  3. type AuthenticationResult[+T] = Either[HttpChallenge, T]

    Permalink
    Definition Classes
    SecurityDirectives
  4. type Authenticator[T] = (Credentials) ⇒ Option[T]

    Permalink
    Definition Classes
    SecurityDirectives
  5. type AuthenticatorPF[T] = PartialFunction[Credentials, T]

    Permalink
    Definition Classes
    SecurityDirectives
  6. case class MalformedPaginationRejection extends Rejection with Product with Serializable

    Permalink
    Definition Classes
    PaginationDirectives
  7. abstract class NumberMatcher[T] extends PathMatcher1[T]

    Permalink
    Definition Classes
    PathMatchers
  8. type RequestToSourceUnmarshaller[T] = Unmarshaller[HttpRequest, Source[T, NotUsed]]

    Permalink
    Definition Classes
    FramedEntityStreamingDirectives

Abstract Value Members

  1. abstract val config: Config

    Permalink
    Definition Classes
    PaginationDirectives
  2. abstract val xa: Transactor[IO]

    Permalink
    Definition Classes
    ExportRoutes → Authentication

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DoubleNumber: PathMatcher1[Double]

    Permalink
    Definition Classes
    PathMatchers
  5. val JavaUUID: PathMatcher1[UUID]

    Permalink
    Definition Classes
    PathMatchers
  6. val Neutral: PathMatcher0

    Permalink
    Definition Classes
    PathMatchers
  7. object Segment extends PathMatcher1[String]

    Permalink
    Definition Classes
    PathMatchers
  8. def Segments(min: Int, max: Int): PathMatcher1[List[String]]

    Permalink
    Definition Classes
    PathMatchers
  9. def Segments(count: Int): PathMatcher1[List[String]]

    Permalink
    Definition Classes
    PathMatchers
  10. val Segments: PathMatcher1[List[String]]

    Permalink
    Definition Classes
    PathMatchers
  11. def _defaultClassLoader: ClassLoader

    Permalink
    Attributes
    protected[akka.http]
    Definition Classes
    FileAndResourceDirectives
  12. implicit def _enhanceRouteWithConcatenation(route: Route): RouteWithConcatenation

    Permalink
    Definition Classes
    RouteConcatenation
  13. implicit def _regex2PathMatcher(regex: Regex): PathMatcher1[String]

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  14. implicit def _segmentStringToPathMatcher(segment: String): PathMatcher0

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  15. implicit def _string2NR(string: String): NameReceptacle[String]

    Permalink
    Definition Classes
    ToNameReceptacleEnhancements
  16. implicit def _stringExtractionPair2PathMatcher[T](tuple: (String, T)): PathMatcher1[T]

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  17. implicit def _stringNameOptionReceptacle2PathMatcher(nr: NameOptionReceptacle[String]): PathMatcher0

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  18. implicit def _symbol2NR(symbol: Symbol): NameReceptacle[String]

    Permalink
    Definition Classes
    ToNameReceptacleEnhancements
  19. implicit def _valueMap2PathMatcher[T](valueMap: Map[String, T]): PathMatcher1[T]

    Permalink
    Definition Classes
    ImplicitPathMatcherConstruction
  20. def activationParams: Directive1[ActivationQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  21. def annotationExportQueryParameters: Directive1[AnnotationExportQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  22. def annotationQueryParams: Directive1[AnnotationQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  23. lazy val anonymousUser: Future[Option[User]]

    Permalink
    Definition Classes
    Authentication
  24. def aoiQueryParameters: Directive1[AoiQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  25. def as[T](implicit um: FromRequestUnmarshaller[T]): FromRequestUnmarshaller[T]

    Permalink
    Definition Classes
    MarshallingDirectives
  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. final def asSourceOf[T](support: EntityStreamingSupport)(implicit um: FromByteStringUnmarshaller[T]): RequestToSourceUnmarshaller[T]

    Permalink
    Definition Classes
    FramedEntityStreamingDirectives
  28. final def asSourceOf[T](implicit um: FromByteStringUnmarshaller[T], support: EntityStreamingSupport): RequestToSourceUnmarshaller[T]

    Permalink
    Definition Classes
    FramedEntityStreamingDirectives
  29. def authenticate: Directive1[User]

    Permalink
    Definition Classes
    Authentication
  30. def authenticateBasic[T](realm: String, authenticator: Authenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  31. def authenticateBasicAsync[T](realm: String, authenticator: AsyncAuthenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  32. def authenticateBasicPF[T](realm: String, authenticator: AuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  33. def authenticateBasicPFAsync[T](realm: String, authenticator: AsyncAuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  34. def authenticateOAuth2[T](realm: String, authenticator: Authenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  35. def authenticateOAuth2Async[T](realm: String, authenticator: AsyncAuthenticator[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  36. def authenticateOAuth2PF[T](realm: String, authenticator: AuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  37. def authenticateOAuth2PFAsync[T](realm: String, authenticator: AsyncAuthenticatorPF[T]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  38. def authenticateOrRejectWithChallenge[C <: HttpCredentials, T](authenticator: (Option[C]) ⇒ Future[AuthenticationResult[T]])(implicit arg0: ClassTag[C]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  39. def authenticateOrRejectWithChallenge[T](authenticator: (Option[HttpCredentials]) ⇒ Future[AuthenticationResult[T]]): AuthenticationDirective[T]

    Permalink
    Definition Classes
    SecurityDirectives
  40. def authenticateSuperUser: Directive1[User]

    Permalink
    Definition Classes
    Authentication
  41. def authenticateWithParameter: Directive1[User]

    Permalink
    Definition Classes
    Authentication
  42. def authenticateWithToken(tokenString: String): Directive1[User]

    Permalink
    Definition Classes
    Authentication
    Annotations
    @SuppressWarnings()
  43. def authorize(check: (RequestContext) ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  44. def authorize(check: ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  45. def authorizeAsync(check: (RequestContext) ⇒ Future[Boolean]): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  46. def authorizeAsync(check: ⇒ Future[Boolean]): Directive0

    Permalink
    Definition Classes
    SecurityDirectives
  47. val awsbatchConfig: awsbatch.type

    Permalink
    Definition Classes
    AWSBatch
  48. val batchClient: AWSBatch

    Permalink
    Definition Classes
    AWSBatch
  49. def cancelRejection(rejection: Rejection): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  50. def cancelRejections(cancelFilter: (Rejection) ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  51. def cancelRejections(classes: Class[_]*): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  52. lazy val challenge: HttpChallenge

    Permalink
    Definition Classes
    Authentication
  53. def checkSameOrigin(allowed: Default): Directive0

    Permalink
    Definition Classes
    HeaderDirectives
  54. def circeDecodingError: ExceptionHandler

    Permalink
    Definition Classes
    CommonHandlers
  55. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. val cogMissingHandler: ExceptionHandler

    Permalink
    Definition Classes
    UserErrorHandler
  57. def complete(m: ⇒ ToResponseMarshallable): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  58. def completeOrFail(magnet: CompleteOrRecoverWithMagnet): (RequestContext) ⇒ Future[RouteResult]

    Permalink
    Definition Classes
    CommonHandlers
  59. def completeOrRecoverWith(magnet: CompleteOrRecoverWithMagnet): Directive1[Throwable]

    Permalink
    Definition Classes
    FutureDirectives
  60. def completeSingleOrNotFound(count: Int): StandardRoute

    Permalink
    Definition Classes
    CommonHandlers
  61. def completeSomeOrNotFound(count: Int): StandardRoute

    Permalink
    Definition Classes
    CommonHandlers
  62. def completeWith[T](marshaller: ToResponseMarshaller[T])(inner: ((T) ⇒ Unit) ⇒ Unit): Route

    Permalink
    Definition Classes
    MarshallingDirectives
  63. def completeWithOneOrFail(future: ⇒ Future[Int]): (RequestContext) ⇒ Future[RouteResult]

    Permalink
    Definition Classes
    CommonHandlers
  64. def concat(routes: Route*): Route

    Permalink
    Definition Classes
    RouteConcatenation
  65. def conditional(eTag: Option[EntityTag], lastModified: Option[DateTime]): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  66. def conditional(eTag: EntityTag, lastModified: DateTime): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  67. def conditional(lastModified: DateTime): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  68. def conditional(eTag: EntityTag): Directive0

    Permalink
    Definition Classes
    CacheConditionDirectives
  69. val configAuth: Config

    Permalink
    Definition Classes
    Authentication
  70. def cookie(name: String): Directive1[HttpCookiePair]

    Permalink
    Definition Classes
    CookieDirectives
  71. def createExport: Route

    Permalink
  72. def createUserWithRoles(userId: String, email: String, name: String, picture: String, jwtClaims: JWTClaimsSet): doobie.ConnectionIO[(User, List[UserGroupRole])]

    Permalink
    Definition Classes
    Authentication
  73. def decodeRequest: Directive0

    Permalink
    Definition Classes
    CodingDirectives
  74. def decodeRequestWith(decoders: Decoder*): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  75. def decodeRequestWith(decoder: Decoder): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  76. def defaultPersonalInfo(user: User, claims: JWTClaimsSet): PersonalInfo

    Permalink
    Definition Classes
    Authentication
  77. def delete: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  78. def deleteCookie(name: String, domain: String, path: String): Directive0

    Permalink
    Definition Classes
    CookieDirectives
  79. def deleteCookie(first: HttpCookie, more: HttpCookie*): Directive0

    Permalink
    Definition Classes
    CookieDirectives
  80. def deleteExport(exportId: UUID): Route

    Permalink
  81. implicit val deserializerGroupType: Unmarshaller[String, GroupType]

    Permalink
    Definition Classes
    QueryParameterDeserializers
  82. implicit val deserializerTimestamp: Unmarshaller[String, Timestamp]

    Permalink
    Definition Classes
    QueryParameterDeserializers
  83. implicit val deserializerUUID: Unmarshaller[String, UUID]

    Permalink
    Definition Classes
    QueryParameterDeserializers
  84. def encodeResponse: Directive0

    Permalink
    Definition Classes
    CodingDirectives
  85. def encodeResponseWith(first: Encoder, more: Encoder*): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  86. def entity[T](um: FromRequestUnmarshaller[T]): Directive1[T]

    Permalink
    Definition Classes
    MarshallingDirectives
  87. val environment: String

    Permalink
    Definition Classes
    RollbarNotifier
  88. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  89. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  90. def exportFiles(exportId: UUID): Route

    Permalink
  91. val exportQueryParams: Directive1[ExportQueryParameters]

    Permalink
  92. val exportRoutes: Route

    Permalink
  93. def extract[T](f: (RequestContext) ⇒ T): Directive1[T]

    Permalink
    Definition Classes
    BasicDirectives
  94. def extractActorSystem: Directive1[ActorSystem]

    Permalink
    Definition Classes
    BasicDirectives
  95. def extractClientIP: Directive1[RemoteAddress]

    Permalink
    Definition Classes
    MiscDirectives
  96. def extractCredentials: Directive1[Option[HttpCredentials]]

    Permalink
    Definition Classes
    SecurityDirectives
  97. def extractDataBytes: Directive1[Source[ByteString, Any]]

    Permalink
    Definition Classes
    BasicDirectives
  98. def extractExecutionContext: Directive1[ExecutionContextExecutor]

    Permalink
    Definition Classes
    BasicDirectives
  99. def extractHost: Directive1[String]

    Permalink
    Definition Classes
    HostDirectives
  100. def extractLog: Directive1[LoggingAdapter]

    Permalink
    Definition Classes
    BasicDirectives
  101. def extractMapTokenParam: Directive1[Option[UUID]]

    Permalink
    Definition Classes
    Authentication
  102. def extractMatchedPath: Directive1[Path]

    Permalink
    Definition Classes
    BasicDirectives
  103. def extractMaterializer: Directive1[Materializer]

    Permalink
    Definition Classes
    BasicDirectives
  104. def extractMethod: Directive1[HttpMethod]

    Permalink
    Definition Classes
    MethodDirectives
  105. def extractOfferedWsProtocols: Directive1[Seq[String]]

    Permalink
    Definition Classes
    WebSocketDirectives
  106. def extractParserSettings: Directive1[ParserSettings]

    Permalink
    Definition Classes
    BasicDirectives
  107. def extractRequest: Directive1[HttpRequest]

    Permalink
    Definition Classes
    BasicDirectives
  108. def extractRequestContext: Directive1[RequestContext]

    Permalink
    Definition Classes
    BasicDirectives
  109. def extractRequestEntity: Directive1[RequestEntity]

    Permalink
    Definition Classes
    BasicDirectives
  110. def extractRequestTimeout: Directive1[Duration]

    Permalink
    Definition Classes
    TimeoutDirectives
  111. def extractScheme: Directive1[String]

    Permalink
    Definition Classes
    SchemeDirectives
  112. def extractSettings: Directive1[RoutingSettings]

    Permalink
    Definition Classes
    BasicDirectives
  113. def extractStrictEntity(timeout: FiniteDuration, maxBytes: Long): Directive1[Strict]

    Permalink
    Definition Classes
    BasicDirectives
  114. def extractStrictEntity(timeout: FiniteDuration): Directive1[Strict]

    Permalink
    Definition Classes
    BasicDirectives
  115. def extractTokenHeader: Directive1[Option[String]]

    Permalink
    Definition Classes
    Authentication
  116. def extractUnmatchedPath: Directive1[Path]

    Permalink
    Definition Classes
    BasicDirectives
  117. def extractUpgradeToWebSocket: Directive1[UpgradeToWebSocket]

    Permalink
    Definition Classes
    WebSocketDirectives
  118. def extractUri: Directive1[Uri]

    Permalink
    Definition Classes
    BasicDirectives
  119. def failWith(error: Throwable): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  120. def fileUpload(fieldName: String): Directive1[(FileInfo, Source[ByteString, Any])]

    Permalink
    Definition Classes
    FileUploadDirectives
  121. def fileUploadAll(fieldName: String): Directive1[Seq[(FileInfo, Source[ByteString, Any])]]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @ApiMayChange()
  122. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  123. def formField(pdm: FieldMagnet): Out

    Permalink
    Definition Classes
    FormFieldDirectives
  124. def formFieldMap: Directive1[Map[String, String]]

    Permalink
    Definition Classes
    FormFieldDirectives
  125. def formFieldMultiMap: Directive1[Map[String, List[String]]]

    Permalink
    Definition Classes
    FormFieldDirectives
  126. def formFieldSeq: Directive1[Seq[(String, String)]]

    Permalink
    Definition Classes
    FormFieldDirectives
  127. def formFields(pdm: FieldMagnet): Out

    Permalink
    Definition Classes
    FormFieldDirectives
  128. def get: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  129. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  130. def getExport(exportId: UUID): Route

    Permalink
  131. def getExportDefinition(exportId: UUID): Route

    Permalink
  132. def getFromBrowseableDirectories(directories: String*)(implicit renderer: DirectoryRenderer, resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  133. def getFromBrowseableDirectory(directory: String)(implicit renderer: DirectoryRenderer, resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  134. def getFromDirectory(directoryName: String)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  135. def getFromFile(file: File, contentType: ContentType): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  136. def getFromFile(file: File)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  137. def getFromFile(fileName: String)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  138. def getFromResource(resourceName: String, contentType: ContentType, classLoader: ClassLoader): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  139. def getFromResource(resourceName: String)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  140. def getFromResourceDirectory(directoryName: String, classLoader: ClassLoader)(implicit resolver: ContentTypeResolver): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  141. def getNameOrFallback(claims: JWTClaimsSet): String

    Permalink
    Definition Classes
    Authentication
  142. def getStringClaimOrBlank(claims: JWTClaimsSet, key: String): String

    Permalink
    Definition Classes
    Authentication
  143. def groupQueryParameters: Directive1[GroupQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  144. def handleExceptions(handler: ExceptionHandler): Directive0

    Permalink
    Definition Classes
    ExecutionDirectives
  145. def handleRejections(handler: RejectionHandler): Directive0

    Permalink
    Definition Classes
    ExecutionDirectives
  146. def handleWebSocketMessages(handler: Flow[Message, Message, Any]): Route

    Permalink
    Definition Classes
    WebSocketDirectives
  147. def handleWebSocketMessagesForOptionalProtocol(handler: Flow[Message, Message, Any], subprotocol: Option[String]): Route

    Permalink
    Definition Classes
    WebSocketDirectives
  148. def handleWebSocketMessagesForProtocol(handler: Flow[Message, Message, Any], subprotocol: String): Route

    Permalink
    Definition Classes
    WebSocketDirectives
  149. def handleWith[A, B](f: (A) ⇒ B)(implicit um: FromRequestUnmarshaller[A], m: ToResponseMarshaller[B]): Route

    Permalink
    Definition Classes
    MarshallingDirectives
  150. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  151. def head: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  152. def headerValue[T](f: (HttpHeader) ⇒ Option[T]): Directive1[T]

    Permalink
    Definition Classes
    HeaderDirectives
  153. def headerValueByName(headerName: String): Directive1[String]

    Permalink
    Definition Classes
    HeaderDirectives
  154. def headerValueByName(headerName: Symbol): Directive1[String]

    Permalink
    Definition Classes
    HeaderDirectives
  155. def headerValueByType[T](magnet: HeaderMagnet[T]): Directive1[T]

    Permalink
    Definition Classes
    HeaderDirectives
  156. def headerValuePF[T](pf: PartialFunction[HttpHeader, T]): Directive1[T]

    Permalink
    Definition Classes
    HeaderDirectives
  157. def host(regex: Regex): Directive1[String]

    Permalink
    Definition Classes
    HostDirectives
  158. def host(predicate: (String) ⇒ Boolean): Directive0

    Permalink
    Definition Classes
    HostDirectives
  159. def host(hostNames: String*): Directive0

    Permalink
    Definition Classes
    HostDirectives
  160. def ignoreTrailingSlash: Directive0

    Permalink
    Definition Classes
    PathDirectives
  161. def instanceOf[T](implicit m: ToResponseMarshaller[T]): ToResponseMarshaller[T]

    Permalink
    Definition Classes
    MarshallingDirectives
  162. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  163. def kickoffAOIUpdateProject(projectId: UUID): Unit

    Permalink
    Definition Classes
    AWSBatch
  164. def kickoffProjectExport(exportId: UUID): Unit

    Permalink
    Definition Classes
    AWSBatch
  165. def kickoffSceneImport(uploadId: UUID): Unit

    Permalink
    Definition Classes
    AWSBatch
  166. def kickoffSceneIngest(sceneId: UUID): Unit

    Permalink
    Definition Classes
    AWSBatch
  167. def listDirectoryContents(directories: String*)(implicit renderer: DirectoryRenderer): Route

    Permalink
    Definition Classes
    FileAndResourceDirectives
  168. def listExports: Route

    Permalink
  169. def logRequest(magnet: LoggingMagnet[(HttpRequest) ⇒ Unit]): Directive0

    Permalink
    Definition Classes
    DebuggingDirectives
  170. def logRequestResult(magnet: LoggingMagnet[(HttpRequest) ⇒ (RouteResult) ⇒ Unit]): Directive0

    Permalink
    Definition Classes
    DebuggingDirectives
  171. def logResult(magnet: LoggingMagnet[(RouteResult) ⇒ Unit]): Directive0

    Permalink
    Definition Classes
    DebuggingDirectives
  172. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  173. def mapInnerRoute(f: (Route) ⇒ Route): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  174. def mapRejections(f: (Seq[Rejection]) ⇒ Seq[Rejection]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  175. def mapRequest(f: (HttpRequest) ⇒ HttpRequest): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  176. def mapRequestContext(f: (RequestContext) ⇒ RequestContext): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  177. def mapResponse(f: (HttpResponse) ⇒ HttpResponse): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  178. def mapResponseEntity(f: (ResponseEntity) ⇒ ResponseEntity): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  179. def mapResponseHeaders(f: (Seq[HttpHeader]) ⇒ Seq[HttpHeader]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  180. def mapRouteResult(f: (RouteResult) ⇒ RouteResult): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  181. def mapRouteResultFuture(f: (Future[RouteResult]) ⇒ Future[RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  182. def mapRouteResultPF(f: PartialFunction[RouteResult, RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  183. def mapRouteResultWith(f: (RouteResult) ⇒ Future[RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  184. def mapRouteResultWithPF(f: PartialFunction[RouteResult, Future[RouteResult]]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  185. def mapSettings(f: (RoutingSettings) ⇒ RoutingSettings): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  186. def mapUnmatchedPath(f: (Path) ⇒ Path): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  187. def method(httpMethod: HttpMethod): Directive0

    Permalink
    Definition Classes
    MethodDirectives
  188. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  189. def nothingMatcher[L](implicit arg0: Tuple[L]): PathMatcher[L]

    Permalink
    Definition Classes
    PathMatchers
  190. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  191. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  192. def onComplete[T](future: ⇒ Future[T]): Directive1[Try[T]]

    Permalink
    Definition Classes
    FutureDirectives
  193. def onCompleteWithBreaker[T](breaker: CircuitBreaker)(future: ⇒ Future[T]): Directive1[Try[T]]

    Permalink
    Definition Classes
    FutureDirectives
  194. def onSuccess(magnet: OnSuccessMagnet): Directive[Out]

    Permalink
    Definition Classes
    FutureDirectives
  195. def optionalCookie(name: String): Directive1[Option[HttpCookiePair]]

    Permalink
    Definition Classes
    CookieDirectives
  196. def optionalHeaderValue[T](f: (HttpHeader) ⇒ Option[T]): Directive1[Option[T]]

    Permalink
    Definition Classes
    HeaderDirectives
  197. def optionalHeaderValueByName(headerName: String): Directive1[Option[String]]

    Permalink
    Definition Classes
    HeaderDirectives
  198. def optionalHeaderValueByName(headerName: Symbol): Directive1[Option[String]]

    Permalink
    Definition Classes
    HeaderDirectives
  199. def optionalHeaderValueByType[T <: HttpHeader](magnet: HeaderMagnet[T]): Directive1[Option[T]]

    Permalink
    Definition Classes
    HeaderDirectives
  200. def optionalHeaderValuePF[T](pf: PartialFunction[HttpHeader, T]): Directive1[Option[T]]

    Permalink
    Definition Classes
    HeaderDirectives
  201. def options: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  202. def orgQueryParams: Directive1[OrgQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  203. def overrideMethodWithParameter(paramName: String): Directive0

    Permalink
    Definition Classes
    MethodDirectives
  204. def ownerQueryParameters: Directive1[OwnerQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  205. def ownershipTypeQueryParameters: Directive1[OwnershipTypeQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  206. def parameter(pdm: ParamMagnet): Out

    Permalink
    Definition Classes
    ParameterDirectives
  207. def parameterMap: Directive1[Map[String, String]]

    Permalink
    Definition Classes
    ParameterDirectives
  208. def parameterMultiMap: Directive1[Map[String, List[String]]]

    Permalink
    Definition Classes
    ParameterDirectives
  209. def parameterSeq: Directive1[Seq[(String, String)]]

    Permalink
    Definition Classes
    ParameterDirectives
  210. def parameters(pdm: ParamMagnet): Out

    Permalink
    Definition Classes
    ParameterDirectives
  211. def pass: Directive0

    Permalink
    Definition Classes
    BasicDirectives
  212. def patch: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  213. def path[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  214. def pathEnd: Directive0

    Permalink
    Definition Classes
    PathDirectives
  215. def pathEndOrSingleSlash: Directive0

    Permalink
    Definition Classes
    PathDirectives
  216. def pathPrefix[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  217. def pathPrefixTest[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  218. def pathSingleSlash: Directive0

    Permalink
    Definition Classes
    PathDirectives
  219. def pathSuffix[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  220. def pathSuffixTest[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  221. def platformIdParams: Directive1[PlatformIdQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  222. def post: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  223. def projectQueryParameters: Directive1[ProjectQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  224. def provide[T](value: T): Directive1[T]

    Permalink
    Definition Classes
    BasicDirectives
  225. def proxiedFiles(exportId: UUID): Route

    Permalink
  226. def put: Directive0

    Permalink
    Definition Classes
    MethodDirectives
  227. def rawPathPrefix[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  228. def rawPathPrefixTest[L](pm: PathMatcher[L]): Directive[L]

    Permalink
    Definition Classes
    PathDirectives
  229. def recoverRejections(f: (Seq[Rejection]) ⇒ RouteResult): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  230. def recoverRejectionsWith(f: (Seq[Rejection]) ⇒ Future[RouteResult]): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  231. def redirect(uri: Uri, redirectionType: Redirection): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  232. def redirectRoute(exportId: UUID, objectKey: String): Route

    Permalink
  233. def redirectToNoTrailingSlashIfPresent(redirectionType: Redirection): Directive0

    Permalink
    Definition Classes
    PathDirectives
  234. def redirectToTrailingSlashIfMissing(redirectionType: Redirection): Directive0

    Permalink
    Definition Classes
    PathDirectives
  235. def reject(rejections: Rejection*): StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  236. def reject: StandardRoute

    Permalink
    Definition Classes
    RouteDirectives
  237. def rejectEmptyResponse: Directive0

    Permalink
    Definition Classes
    MiscDirectives
  238. def requestEncodedWith(encoding: HttpEncoding): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  239. def requestEntityEmpty: Directive0

    Permalink
    Definition Classes
    MiscDirectives
  240. def requestEntityPresent: Directive0

    Permalink
    Definition Classes
    MiscDirectives
  241. def respondWithDefaultHeader(responseHeader: HttpHeader): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  242. def respondWithDefaultHeaders(responseHeaders: Seq[HttpHeader]): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  243. def respondWithDefaultHeaders(responseHeaders: HttpHeader*): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  244. def respondWithHeader(responseHeader: HttpHeader): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  245. def respondWithHeaders(responseHeaders: Seq[HttpHeader]): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  246. def respondWithHeaders(responseHeaders: HttpHeader*): Directive0

    Permalink
    Definition Classes
    RespondWithDirectives
  247. def responseEncodingAccepted(encoding: HttpEncoding): Directive0

    Permalink
    Definition Classes
    CodingDirectives
  248. val rollbarApiToken: String

    Permalink
    Definition Classes
    RollbarNotifier
  249. val rollbarClient: Rollbar

    Permalink
    Definition Classes
    RollbarNotifier
  250. def scheme(name: String): Directive0

    Permalink
    Definition Classes
    SchemeDirectives
  251. def searchParams: Directive1[SearchQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  252. def selectPreferredLanguage(first: Language, more: Language*): Directive1[Language]

    Permalink
    Definition Classes
    MiscDirectives
  253. def sendError(s: String): Unit

    Permalink
    Definition Classes
    RollbarNotifier
  254. def sendError(e: Throwable): Unit

    Permalink
    Definition Classes
    RollbarNotifier
  255. def separateOnSlashes(string: String): PathMatcher0

    Permalink
    Definition Classes
    PathMatchers
  256. def setCookie(first: HttpCookie, more: HttpCookie*): Directive0

    Permalink
    Definition Classes
    CookieDirectives
  257. def shapeQueryParams: Directive1[ShapeQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  258. def storeUploadedFile(fieldName: String, destFn: (FileInfo) ⇒ File): Directive[(FileInfo, File)]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @ApiMayChange()
  259. def storeUploadedFiles(fieldName: String, destFn: (FileInfo) ⇒ File): Directive1[Seq[(FileInfo, File)]]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @ApiMayChange()
  260. def submitJobRequest(jobDefinition: String, jobQueueName: String, parameters: Map[String, String], jobName: String): Unit

    Permalink
    Definition Classes
    AWSBatch
    Annotations
    @SuppressWarnings()
  261. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  262. def tagQueryParameters: Directive1[TagQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  263. def teamQueryParameters: Directive1[TeamQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  264. def textract[L](f: (RequestContext) ⇒ L)(implicit arg0: Tuple[L]): Directive[L]

    Permalink
    Definition Classes
    BasicDirectives
  265. def timestampQueryParameters: Directive1[TimestampQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  266. def toStrictEntity(timeout: FiniteDuration, maxBytes: Long): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  267. def toStrictEntity(timeout: FiniteDuration): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  268. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  269. def tprovide[L](values: L)(implicit arg0: Tuple[L]): Directive[L]

    Permalink
    Definition Classes
    BasicDirectives
  270. def updateExport(exportId: UUID): Route

    Permalink
  271. def userAuditQueryParameters: Directive1[UserAuditQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  272. val userExceptionHandler: ExceptionHandler

    Permalink
    Definition Classes
    UserErrorHandler
  273. def userQueryParameters: Directive1[UserQueryParameters]

    Permalink
    Definition Classes
    QueryParametersCommon
  274. def validate(check: ⇒ Boolean, errorMsg: String): Directive0

    Permalink
    Definition Classes
    MiscDirectives
  275. def verifyJWT(tokenString: String): Either[BadJWTException, (JwtToken, JWTClaimsSet)]

    Permalink
    Definition Classes
    Authentication
  276. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  277. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  278. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  279. def withExecutionContext(ec: ExecutionContextExecutor): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  280. def withLog(log: LoggingAdapter): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  281. def withMaterializer(materializer: Materializer): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  282. def withOptionalPagination: Directive1[Option[PageRequest]]

    Permalink
    Definition Classes
    PaginationDirectives
  283. def withPagination: Directive1[PageRequest]

    Permalink
    Definition Classes
    PaginationDirectives
  284. def withPrecompressedMediaTypeSupport: Directive0

    Permalink
    Definition Classes
    CodingDirectives
  285. def withRangeSupport: Directive0

    Permalink
    Definition Classes
    RangeDirectives
  286. def withRequestTimeout(timeout: Duration, handler: Option[(HttpRequest) ⇒ HttpResponse]): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  287. def withRequestTimeout(timeout: Duration, handler: (HttpRequest) ⇒ HttpResponse): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  288. def withRequestTimeout(timeout: Duration): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  289. def withRequestTimeoutResponse(handler: (HttpRequest) ⇒ HttpResponse): Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  290. def withSettings(settings: RoutingSettings): Directive0

    Permalink
    Definition Classes
    BasicDirectives
  291. def withSizeLimit(maxBytes: Long): Directive0

    Permalink
    Definition Classes
    MiscDirectives
  292. def withoutRequestTimeout: Directive0

    Permalink
    Definition Classes
    TimeoutDirectives
  293. def withoutSizeLimit: Directive0

    Permalink
    Definition Classes
    MiscDirectives

Deprecated Value Members

  1. def uploadedFile(fieldName: String): Directive1[(FileInfo, File)]

    Permalink
    Definition Classes
    FileUploadDirectives
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Deprecated in favor of storeUploadedFile which allows to specify a file to store the upload in.

Inherited from AWSBatch

Inherited from UserErrorHandler

Inherited from RollbarNotifier

Inherited from CommonHandlers

Inherited from PaginationDirectives

Inherited from QueryParametersCommon

Inherited from Authentication

Inherited from LazyLogging

Inherited from Directives

Inherited from FramedEntityStreamingDirectives

Inherited from WebSocketDirectives

Inherited from SecurityDirectives

Inherited from SchemeDirectives

Inherited from RouteDirectives

Inherited from RespondWithDirectives

Inherited from RangeDirectives

Inherited from PathDirectives

Inherited from ImplicitPathMatcherConstruction

Inherited from PathMatchers

Inherited from TimeoutDirectives

Inherited from ParameterDirectives

Inherited from MiscDirectives

Inherited from MethodDirectives

Inherited from MarshallingDirectives

Inherited from HostDirectives

Inherited from HeaderDirectives

Inherited from FutureDirectives

Inherited from FormFieldDirectives

Inherited from ToNameReceptacleEnhancements

Inherited from FileUploadDirectives

Inherited from FileAndResourceDirectives

Inherited from ExecutionDirectives

Inherited from CodingDirectives

Inherited from DebuggingDirectives

Inherited from CookieDirectives

Inherited from CacheConditionDirectives

Inherited from BasicDirectives

Inherited from RouteConcatenation

Inherited from AnyRef

Inherited from Any

Ungrouped