Martynas Mickevičius
1e85e1720c
#17717 handle OnComplete in ActorSubscriber doc samples
2016-10-17 11:07:40 +02:00
Patrik Nordwall
7af814d3df
java docs for Artery, #21209
...
* and a few other things
* fixed some remaining akka.tcp
2016-09-30 19:11:21 +02:00
Konrad Malawski
e7ed0a2e6b
+doc document ByteBufferSerializer for Artery #21601
2016-09-30 16:16:49 +02:00
Hawstein
b9a05aff96
add java api for websocket testkit #21184
...
And additionally adds unit test for WebSocketDirectives #20466
2016-09-02 13:28:49 +02:00
Jan Ypma
09f2d83e69
+tes #21198 Allow TestActor/TestKit/TestProbe to create child actors
...
This is useful in at least two scenarios:
- Unit testing actors that communicate to their parent directly
- Testing re-creating (typically persistent) actors with the same name
2016-09-01 11:38:07 +02:00
drewhk
4821fb158e
#20904 : Increase timeouts in TestKitDoc tests, use Sink.seq ( #21260 )
2016-08-31 17:20:05 +01:00
Endre Sándor Varga
bc358f3188
20890 Added MergeHub and BroadcastHub
2016-08-24 11:43:24 +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
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
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
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
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
Endre Sándor Varga
083bfb6692
Fixed bug in Chunker, exposed by interpreter changes
2016-08-01 16:09:50 +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
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
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
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
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
Hawstein
6777e7f7d9
+doc #20466 example snippet for akka http java dsl: ParameterDirectives ( #20823 )
2016-06-23 23:29:01 +02:00
gosubpl
4b89fcd643
+doc #20466 akka http java dsl example snippets timeout directives ( #20812 )
...
* #20466 added checks to the TimeoutDirectivesExampleSpec
* #20466 added missing Java directive wrapper, added Java test, added some comments to Scala spec
* #20466 test minor fixes (typos, comments, unused code)
* #20466 replaced placeholders with proper snippets in Java docs
* #20466 added proper withRequestTimeout example to JavaTestServer
* #20466 comment - clarifies the request-timeout = infinite case
* #20466 post-review changes (#20812 )
2016-06-22 01:55:28 +02:00
Fabian Gutierrez
ee77273fac
akka http javadsl - add path directive tests ( #20813 )
...
* akka http javadsl - add debugging directive test
* fixes line breaks
* add additional examples on PathDirectives
* link documentation to test examples
* include example on redirectToNoTrailingSlashIfPresent and redirectToTrailingSlashIfMissing
* include example on redirectToNoTrailingSlashIfPresent and redirectToTrailingSlashIfMissing
2016-06-22 01:13:27 +02:00
Hawstein
cc22ed4560
+doc example snippet for akka http java dsl: SecurityDirectives ( #20717 )
2016-06-19 02:06:19 +02:00
Chris Birchall
f246c56087
+doc Add more imports to the stream quick start guides for Java and Scala ( #20797 )
...
* Add more imports to the stream quick start guides.
This makes it easier for people to execute the code samples while they
read through the guide.
* Change line endings to be consistent with other files
For some reason these 2 files had CR+LF line endings.
2016-06-18 11:15:17 +02:00
Hawstein
efb18c95b1
example snippet for akka http java dsl: FileAndResourceDirectives ( #20758 )
2016-06-09 15:34:25 +02:00
Michal Sitko
bf76d6c389
+doc #20699 improve docs for akka-http ( #20722 )
...
Made imports in docs snippets more complete and a few minor improvements
2016-06-07 00:17:23 +02:00
Hawstein
87a9196088
+doc #20466 example snippet for akka http java dsl: FormFieldDirectives ( #20731 )
2016-06-06 20:45:36 +02:00
Hawstein
0263774f82
+doc #20466 example snippet for akka http java dsl: RouteDirectives ( #20721 )
2016-06-06 10:24:49 +02:00
Hawstein
16e8f8f54a
+doc #20466 example snippet for akka http java dsl: CodingDirectives ( #20718 )
2016-06-05 21:31:28 +02:00
Hawstein
ab83603733
+doc #20466 example snippet for akka http java dsl: ExecutionDirectives ( #20710 )
2016-06-05 21:29:58 +02:00
Konrad Malawski
f49708d8b7
+htp #20705 allows javadsl creating custom rejections
2016-06-03 14:57:12 +02:00
Johan Andrén
2643857e82
=doc Invalid FrameParser example fixed #20519
2016-06-03 14:24:31 +02:00
Stefano Bonetti
b84c6c5271
Adding docs for KillSwitch #20265
2016-06-03 14:23:11 +02:00
Hawstein
f98c1946d8
+doc #20466 example snippet for akka http java dsl: BasicDirectives ( #20647 )
2016-06-03 13:43:42 +02:00
Patrik Nordwall
03eaacdbbb
Merge pull request #20680 from akka/wip-ByteString.empty-patriknw
...
use ByteString.empty
2016-06-02 14:37:03 +02:00
tjugo
0eda4075ef
+htp #20535 add checkSameOrigin directive to HeaderDirectives ( #20560 )
...
* #20535 add checkSameOrigin directive to WebSocketDirectives
* refactoring + add docs
* refactoring + cleanup in docs
* fix types and conversions in the InvalidOriginHeaderRejection
* simplify InvalidOriginHeaderRejection to InvalidOriginRejection
2016-06-02 11:58:20 +02:00
Patrik Nordwall
184e45e6b2
use ByteString.empty
...
* and a few other cleanups
2016-06-01 15:01:02 +02:00
John Zhang
b95b60a6a5
+doc #20466 add header directive examples (Java) ( #20673 )
2016-06-01 13:26:45 +02:00
Konrad Malawski
fe47d596bc
+doc add java example for onCompleteWithBreaker ( #20675 )
...
* +doc #20198 add java example for onCompleteWithBreaker
* =doc fix sphinx warnings
2016-06-01 10:31:50 +02:00
Patrik Nordwall
be448e9fbb
fix memory leaks in tests, #20659
2016-05-31 08:51:00 +02:00