Commit graph

421 commits

Author SHA1 Message Date
Konrad Malawski
0bcc996cc7 Merge pull request #17989 from 2m/wip-detached-docs-drewhk
Add documentation for DetachedStages
2015-07-14 19:34:22 +02:00
Johannes Rudolph
ed76b14447 +doc add more detailed PathDirectives documentation 2015-07-14 19:04:42 +02:00
Johannes Rudolph
7291d0ccab +doc fix link to RFC 7234 2015-07-14 18:36:18 +02:00
Johannes Rudolph
50c78b4a7f +doc add some java-side marshalling documentation 2015-07-14 18:36:18 +02:00
Johannes Rudolph
5eb0f1d3da +doc add overview documentation for java-side directives (+ some cleanup) 2015-07-14 18:36:18 +02:00
Martynas Mickevičius
d9386c8cc5 +doc java sample code for detached stage 2015-07-14 17:45:57 +03:00
Konrad Malawski
c4d018d31a Merge pull request #17961 from ktoso/wip-quickstart-impr-ktoso
=doc #17655 improvements in streams quickstart
2015-07-14 15:58:05 +02:00
Konrad Malawski
a191266d54 =doc #17655 improvements in streams quickstart 2015-07-14 15:57:53 +02:00
Konrad Malawski
ed343f7898 Merge pull request #17986 from 2m/wip-17093-missing-supervision-2m
=doc #17093 mention components that do not honour supervision attribute
2015-07-14 13:05:49 +02:00
Martynas Mickevičius
8e3cecb05c =doc #17093 mention components that do not honour supervision attribute 2015-07-14 14:00:40 +03:00
Martynas Mickevičius
2a2088e06a Merge pull request #17980 from 2m/wip-17337-composition-docs-drewhk
+doc #17337: Document composability and modularity (with java code)
2015-07-14 13:56:54 +03:00
Martynas Mickevičius
eb74b3ec9d +doc #17337: java doc samples 2015-07-14 13:20:46 +03:00
Konrad Malawski
95e2640902 Merge pull request #17965 from spray/w/java-side-documentation
Java side documentation progress
2015-07-14 10:22:21 +02:00
Martynas Mickevičius
efc659b70a Merge pull request #17953 from drewhk/wip-17891-processor-support-drewhk
+str #17891: Add direct support for RS Processors
2015-07-13 17:21:10 +03:00
Endre Sándor Varga
f330e61a05 +doc #17337: Document composability and modularity 2015-07-13 16:50:02 +03:00
Johannes Rudolph
6d80945be2 =doc document java-side handlers 2015-07-13 14:44:21 +02:00
Johannes Rudolph
f9b8125333 =doc add explanation about Route => Flow conversion 2015-07-13 14:40:23 +02:00
Endre Sándor Varga
0d8fd40b09 +doc: Add documentation for DetachedStages
also extend documentation with more diagrams
2015-07-12 10:28:49 +02:00
Johannes Rudolph
ab38c36cba =doc add lots of documentation about java-side routing API, some detail and further examples still missing 2015-07-10 19:14:14 +02:00
Johannes Rudolph
11d98a6593 =doc port over some http documentation from the scala side 2015-07-10 19:14:02 +02:00
Johannes Rudolph
44969d3e46 =doc fix indentation 2015-07-10 19:12:04 +02:00
Johannes Rudolph
ac34fde1dd =doc fix broken links and chapter name 2015-07-10 19:12:04 +02:00
Endre Sándor Varga
47ea3fde38 created factory method 2015-07-09 18:01:45 +02:00
Endre Sándor Varga
b5a813f766 Other minor improvements 2015-07-09 11:49:32 +02:00
Endre Sándor Varga
aa2596f088 +doc #16765: Clarify asyncrhonous backpressure and thread-safety 2015-07-09 10:40:20 +02:00
Endre Sándor Varga
333a006bf1 +doc #17569: Mention no support of "backpressure" strategy on Source.actorRef 2015-07-09 10:18:18 +02:00
Endre Sándor Varga
bf47c93504 !str #17406: Remove references to removed allowCycles() in docs 2015-07-09 10:11:38 +02:00
Martynas Mickevičius
662dd035a0 Merge pull request #17930 from 2m/wip-java-streams-cookbook
=str #16787 java cookbook
2015-07-08 19:08:12 +03:00
Konrad Malawski
c0e52338df =str #16787 java cookbook 2015-07-08 17:35:14 +03:00
Konrad Malawski
7fecf8273c +doc #17669 better section header and TOC navigation 2015-07-08 13:09:51 +02:00
Viktor Klang
2725bfc044 =str - Various internal Akka Stream improvements
* Gives Inlets and Outlets a `carbonCopy` method and switches to allocate them via `apply`
* Removes 4 Array allocations per FanIn and uses a bitmasked array instead
* Makes the FlattenStrategy.concat instance a singleton
2015-06-30 11:45:50 +02:00
Viktor Klang
36abbb4234 Introduces fold as a Flow transformation and generalizes Sink.fold to be Flow.fold + Sink.head
Conflicts:
	akka-stream/src/main/scala/akka/stream/impl/ActorMaterializerImpl.scala
	akka-stream/src/main/scala/akka/stream/impl/Stages.scala
	akka-stream/src/main/scala/akka/stream/scaladsl/Sink.scala
2015-06-30 10:17:52 +02:00
Heiko Seeberger
5b2339f35d Fixes for Akka Streams docs 2015-06-26 14:46:14 +02:00
Endre Sándor Varga
8702f09f10 Remove simple line parsing, exposing explicit delimiter stage instead 2015-06-24 11:19:29 +02:00
Endre Sándor Varga
c7a974dd1e Rename RunnableFlow to RunnableGraph 2015-06-23 18:49:53 +02:00
Endre Sándor Varga
7879a5521b Rename FlowMaterializer to Materializer 2015-06-23 18:47:28 +02:00
Endre Sándor Varga
dc7269e620 Rename OperationAttributes to Attributes 2015-06-23 18:45:04 +02:00
Johannes Rudolph
c7bb5006f8 +doc add server-side WebSocket documentation 2015-06-22 20:56:36 +02:00
Konrad Malawski
e898f49d86 Merge pull request #17783 from 2m/wip-more-stream-test-docs
=doc #17291 more stream test docs
2015-06-22 17:41:30 +02:00
drewhk
62865ff927 Merge pull request #17791 from spray/wip-docs2-mathias
More scala-side HTTP docs
2015-06-22 14:09:46 +02:00
Martynas Mickevicius
4841b17ca2 =doc #17291 grammar fixes and Await.result instead of Await.ready 2015-06-22 13:54:49 +03:00
Mathias
e26dc7f001 =doc add client- and server-side HTTPS section for scala 2015-06-19 16:39:12 +02:00
Mathias
afe2ed3c79 =doc fix broken links in scala-side HTTP docs 2015-06-19 15:35:24 +02:00
Mathias
7498533509 =docs #17600 fix incorrect http client example 2015-06-19 14:39:00 +02:00
Martynas Mickevičius
5671bbe696 =doc #17291 java docs code 2015-06-19 14:42:43 +03:00
Martynas Mickevičius
27dd698706 =doc #17291 more stream test docs 2015-06-19 10:03:55 +03:00
Mathias
fc301396c6 =doc complete alphabetical directive listing for scaladsl, improve scaladocs 2015-06-18 16:03:18 +02:00
drewhk
b4272b77c2 Merge pull request #17107 from alekstorm/repeated-parameter
+htp extract multiple occurrences in the parameters/formFields directives by suffixing with *
2015-06-18 13:27:51 +02:00
Alek Storm
d3742c577a +htp extract multiple occurrences in the parameters/formFields directives by suffixing with .* 2015-06-17 22:21:37 -07:00
Alexander Golubev
6f9438a2b0 +str #17226 add dropWhile and takeWhile 2015-06-16 17:55:50 -04:00