pekko/akka-docs/rst/java/code/docs/http/javadsl/server
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
..
directives +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
testkit +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
FormFieldRequestValsExampleTest.java +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
HeaderRequestValsExampleTest.java +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
HighLevelServerBindFailureExample.java #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00
HighLevelServerExample.java #19046 replace system.{shutdown => terminate} 2016-01-20 11:50:43 +01:00
HttpBasicAuthenticatorExample.java #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00
HttpServerExampleDocTest.java #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00
OAuth2AuthenticatorExample.java #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00
PathDirectiveExampleTest.java +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
WebSocketCoreExample.java #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00
WebSocketRoutingExample.java !htc,doc,htp #19508 fix casing of WebSocket (as per spec) 2016-01-22 11:12:22 +01:00