Interface InboundContext

    • Method Detail

      • association

        OutboundContext association​(Address remoteAddress)
        Lookup the outbound association for a given address.
        Parameters:
        remoteAddress - (undocumented)
        Returns:
        (undocumented)
      • association

        OptionVal<OutboundContext> association​(long uid)
        Lookup the outbound association for a given UID. Will return OptionVal.None if the UID is unknown, i.e. handshake not completed.
        Parameters:
        uid - (undocumented)
        Returns:
        (undocumented)
      • completeHandshake

        scala.concurrent.Future<Done> completeHandshake​(UniqueAddress peer)
      • sendControl

        void sendControl​(Address to,
                         ControlMessage message)
        An inbound operator can send control message, e.g. a reply, to the origin address with this method. It will be sent over the control sub-channel.
        Parameters:
        to - (undocumented)
        message - (undocumented)