Package akka.io

Class TcpIncomingConnection

    • Constructor Detail

      • TcpIncomingConnection

        public TcpIncomingConnection​(TcpExt _tcp,
                                     java.nio.channels.SocketChannel _channel,
                                     ChannelRegistry registry,
                                     ActorRef bindHandler,
                                     scala.collection.immutable.Traversable<Inet.SocketOption> options,
                                     boolean readThrottling)
    • Method Detail

      • receive

        public scala.PartialFunction<java.lang.Object,​scala.runtime.BoxedUnit> receive()
        Description copied from interface: Actor
        Scala API: This defines the initial actor behavior, it must return a partial function with the actor logic.
        Returns:
        (undocumented)