pekko/akka-docs/rst/scala/code/docs/http/scaladsl/server/directives
Roland Kuhn 4c72495581 #19440 replace Scala Future usage with CompletionStage in javadsl
This entails:

  * adding akka.pattern.PatternCS.* to enable ask etc. with
    CompletionStage
  * changing RequestContext to offer an ExecutionContextExecutor for the
    CompletionStage.*Async combinators
  * splitting up akka.stream.Queue for JavaDSL consistency
2016-01-23 18:00:11 +01:00
..
BasicDirectivesExamplesSpec.scala #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00
CodingDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
CookieDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
CustomDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
DebuggingDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
ExecutionDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
FileAndResourceDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
FileUploadDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
FormFieldDirectivesExamplesSpec.scala also fix FlowInterleaveSpec 2016-01-20 10:01:58 +02:00
FutureDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
HeaderDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
HostDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
MarshallingDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
MethodDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
MiscDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
ParameterDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
PathDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
RangeDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
RespondWithDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
RouteDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
SchemeDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
SecurityDirectivesExamplesSpec.scala +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
WebSocketDirectivesExamplesSpec.scala !htc,doc,htp #19508 fix casing of WebSocket (as per spec) 2016-01-22 11:12:22 +01:00