!str #16400 Add Java API for StreamTcp
* move io.StreamTcp to scaladsl.StreamTcp * add javadsl.StreamTcp that delegates to scaladsl implementation * move impl * add java test
This commit is contained in:
parent
b67688dd59
commit
7034c60eb3
18 changed files with 548 additions and 167 deletions
|
|
@ -1,3 +1,6 @@
|
|||
/**
|
||||
* Copyright (C) 2014 Typesafe Inc. <http://www.typesafe.com>
|
||||
*/
|
||||
package akka.stream.javadsl;
|
||||
|
||||
import akka.actor.ActorRef;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue