!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:
Patrik Nordwall 2014-12-16 11:48:42 +01:00
parent b67688dd59
commit 7034c60eb3
18 changed files with 548 additions and 167 deletions

View file

@ -1,3 +1,6 @@
/**
* Copyright (C) 2014 Typesafe Inc. <http://www.typesafe.com>
*/
package akka.stream.javadsl;
import akka.actor.ActorRef;