Merge pull request #17965 from spray/w/java-side-documentation

Java side documentation progress
This commit is contained in:
Konrad Malawski 2015-07-14 10:22:21 +02:00
commit 95e2640902
52 changed files with 1520 additions and 32 deletions

View file

@ -119,6 +119,7 @@ class HttpServerExampleSpec extends WordSpec with Matchers {
}
}
// `route` will be implicitly converted to `Flow` using `RouteResult.route2HandlerFlow`
Http().bindAndHandle(route, "localhost", 8080)
}