Class TcpConnectionStage.Outbound$

    • Constructor Summary

      Constructors 
      Constructor Description
      Outbound$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TcpConnectionStage.Outbound apply​(ActorRef manager, Tcp.Connect connectCmd, scala.concurrent.Promise<java.net.InetSocketAddress> localAddressPromise, boolean halfClose)  
      java.lang.String toString()  
      scala.Option<scala.Tuple4<ActorRef,​Tcp.Connect,​scala.concurrent.Promise<java.net.InetSocketAddress>,​java.lang.Object>> unapply​(TcpConnectionStage.Outbound x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction4

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Function4

        apply