Commit graph

800 commits

Author SHA1 Message Date
Wade Waldron
a397696f05 Added a note to the serialization section regarding desugared names #21263
* Updated note with changes from PR

* Updated note with changes from PR
2016-08-23 17:50:35 +02:00
Patrik Nordwall
7f2b6f8b54 Merge pull request #21186 from agolubev/21049-gaps-in-stages-overview-doc-agolubev
=str 21049 gaps in Source/Sink sections of stages-overview documentation
2016-08-23 12:08:38 +02:00
Alexander Golubev
024d95690c =str 21049 gaps in FlowOps section of stages-overview documentation 2016-08-23 10:51:30 +02:00
Endre Sándor Varga
5e830323f6 Updating to ScalaTest 3.0.0 and ScalaCheck 1.13.2 2016-08-22 11:13:49 +02:00
Lukasz Kusek
b873536e68 =doc fix akka-http timeouts documentation #21214
change akka.http.http-connection-pool -> akka.http.host-connection-pool
2016-08-17 21:05:53 +01:00
Hawstein
3e2bdb55a3 add extractActorSystem directive (#21097) 2016-08-16 14:59:05 +02:00
Hawstein
07c6332a22 !htc use correct rejection in http javadsl (#21179) 2016-08-15 17:32:01 +02:00
matsu-chara
d0eca7ef5d remove duplicated sentences (#21187) 2016-08-15 17:25:08 +02:00
Alexander Golubev
d3cbcf9342 =str 21049 gaps in Source/Sink sections of stages-overview documentation 2016-08-12 17:32:21 -04:00
Johan Andrén
ddb2218f0a Extra clarification and link to juc.ThreadPoolExecutor from docs #21109 2016-08-09 14:00:13 +02:00
Stefano Bonetti
16e3e01ba2 =doc websocket - amending streaming to streamed msgs #19945 2016-08-09 13:10:52 +02:00
Stefano Bonetti
f150b23c59 =doc adding a note about websocket idle-timeout #19945 2016-08-08 16:00:04 +02:00
Josep Prat
7876ecc20a Fix typo docs inbox #21132 2016-08-08 12:13:55 +02:00
Shivansh Srivastava
25e4586aa0 [#21090] Added the improved code for loggingResponsetime and added the link in the docs (#21118)
* [#21090] Added the improved code for loggingResponsetime and added the link in the docs

* [#21090] Added javadocs for logRequestResponseTime

* [#21090] Removed the compilation error caused by the missing imports

* [#21090] Removed the compilation error caused by type

* [#21090] Improved the identation of the code

* [#21090] Improved the identation of the code

* [#21090] Removed the empty line

* [#21090] Refactored the documentation with clear explanations
2016-08-05 16:16:14 +02:00
Richard Imaoka
d1a9049fa0 Add samples to run HTTP and HTTPS servers in the same app #18551 (#21079) 2016-08-05 16:11:59 +02:00
Johan Andrén
baf0eb2510 Incorrect message for graceful shard region shutdown docs fixed #20764 2016-08-03 13:22:07 +02:00
Konrad Malawski
a712f0149a Merge pull request #20778 from ktoso/revival-of-the-undead-json-streaming-of-doom-ktoso
+htp #18837 JSON framing and framed entity streaming directives
2016-08-02 15:59:58 +02:00
Konrad Malawski
9cc32c3aba +htp #18837 completely rewrite EntityStreamingSupport
added CSV examples
updated docs
EntityStreamingSupport is now an entry point, to all streaming things
both read and write side use it
it's easy to extend as well
2016-08-02 15:27:21 +02:00
Konrad Malawski
6562ddd2df =htp address review feedback on JSON streaming 2016-08-02 15:27:21 +02:00
Konrad Malawski
c76ec2ac15 +htp #18837 more docs and final cleanups, complete java docs 2016-08-02 15:27:21 +02:00
Konrad Malawski
24454f7f09 +htp #18837 JSON framing and framed entity streaming directives 2016-08-02 15:27:21 +02:00
Konrad Malawski
5783387c8a =doc,htc fix code include and method name of completeWith (#21092) 2016-08-02 12:32:59 +02:00
Endre Sándor Varga
083bfb6692 Fixed bug in Chunker, exposed by interpreter changes 2016-08-01 16:09:50 +02:00
Stefano Bonetti
4e36541350 +doc stages-overview entry for partition stage #21020 (#21073) 2016-07-30 11:04:56 +02:00
Johan Andrén
f8a810317f Link to migration guide from java docs, minor corrections for #20945 2016-07-29 16:42:44 +02:00
Johan Andrén
74243a28f8 Additional JavaDSL package structure and docs #20945 2016-07-29 16:42:40 +02:00
Hawstein
3cfb6f9d91 align package structure in http javadsl 2016-07-29 16:42:28 +02:00
Richard S. Imaoka
15c77e3392 Document HTTP custom method (#20508) 2016-07-26 12:33:45 +02:00
Stefano Bonetti
fb1905870c =doc graphstage sink example (#20955) (#21030) 2016-07-26 12:20:08 +02:00
Hawstein
867131f626 +doc add unit tests for extractDataBytes and extractRequestEntity directives (#21022) 2016-07-26 12:02:04 +02:00
ivan-lorenz
1d0837856a =doc set up mailbox for BalancingPool documented #13961 2016-07-22 16:04:11 +02:00
Johan Andrén
27efafecfc =htp #21009 Correct type of response in logging directive samples (#21010)
* Correct type of response in logging directive samples #21009

* Updates to signatures in the docs as well
2016-07-22 13:12:33 +02:00
Hawstein
6fb2d176a1 +htp #20881 add toStrictEntity and extractStrictEntity directive (#20953) 2016-07-22 11:33:30 +02:00
Alexandre Tamborrino
c8dfa2458d Fix snippet example in stream-rate doc #21006
Fix #section-buffer by replacing .withAttributes by .addAttributes to avoid overwriting the .async option.

* Update StreamBuffersRateDocTest.java

Fix #section-buffer by replacing .withAttributes by .addAttributes to avoid overwriting the .async option.
2016-07-21 17:35:13 +02:00
Richard Imaoka
6c82176c30 +act Clarify usage of FromConfig in doc and API doc #18771 (#20981) 2016-07-18 13:16:36 +02:00
Nafer Sanabria
2078396197 =doc Akka & GitHub appearances in docs (#20968)
* =doc capitalize akka word

* Capitalize GitHub appearances in docs
2016-07-18 10:33:44 +02:00
Richard Imaoka
12fadfe8e5 +doc Indicate in doc BalancingPool should not support Broadcast #15030 (#20979) 2016-07-18 10:33:09 +02:00
Thomas Szymanski
3871e18acd Fix typos in HTTP streaming doc (#20963) 2016-07-15 12:38:11 +02:00
Jacek Kunicki
6e0a2caf4b Corrected onPush description in Custom stream processing docs #20959 (#20960) 2016-07-14 21:54:33 +02:00
Harit Himanshu
07ec6b7f4c Adding note on usage of Cluster Dispatcher #20775 (#20927)
* Adding note on usage of Cluster Dispatcher #20775

* Remove `[` and `]` to from Cluster Usage node #20775
2016-07-11 15:48:07 +02:00
Nafer Sanabria
1009f8e235 =doc Fix indefinite articles typos in docs (#20924) 2016-07-11 14:13:40 +02:00
Nafer Sanabria
32810e1f1d =htc, doc replace usages of deprecated methods of FileIO (#20928) 2016-07-10 17:41:57 +02:00
Konrad Malawski
60fb163331 +doc #20192 explain need of draining entities in server/client HTTP (#20852)
* +doc #20192 explain need of draining entities in server/client HTTP

* missing javadsl for Connection header

* Update HttpClientExampleDocTest.java
2016-07-08 14:47:29 +02:00
Konrad Malawski
77513c41d4 Document handling blocking ops in ScalaDSL Akka HTTP (#20912)
* +doc Added doc handling blocking operations #20066 (by @ktoso)

* Move and rewrite handling blocking ops somewhat
2016-07-08 14:05:49 +02:00
gosubpl
1756541dcb =doc #20885 small fix and clarification for Java stream-graphs example (#20894)
* #20885 small fix and clarification for Java stream-graphs example

* #20885 GraphDSLDocTest comment wording improved
2016-07-08 11:15:52 +02:00
Konrad Malawski
54ecf32d2b =htp #20915 fix too small timing issue in DirectivesSpec (#20916)
* =htp #20915 fix too small timing issue in DirectivesSpec

* applying scalariform reformatting that keeps popping up
2016-07-08 10:33:32 +02:00
gosubpl
b6f6438e96 doc #20466 Java range-directives examples added (#20892)
* #20466 Java range-directives examples added

* #20466 post-review changes
2016-07-06 23:23:45 +02:00
Nafer Sanabria
625413e413 =doc Correct minor typo (#20897)
* Correct minor typo

* Fix minor typos
2016-07-06 11:08:57 +02:00
gosubpl
06aaa273f1 doc #20466 akka http java dsl examples - file upload directives (#20859)
* #20466 file upload - first example test done

* #20466 second test from FileUploadDirectivesExample passing in Java

* #20466 FileUploadDirectives examples file rename plus docs

*  #20466 post-review changes - adding better JAVA Multipart API

* #20466 Multipart Java conversions fix and added spec for the Java side of the model
2016-07-05 10:26:27 +02:00
Michal Sitko
72f8544efd +htp #18929 add withSizeLimit directive (#20760)
withSizeLimit and withoutSizeLimit directives added
2016-06-28 12:14:44 +02:00