Interface OutboundContext

  • All Known Implementing Classes:
    Association

    public interface OutboundContext
    The local inbound address.
    • Method Detail

      • isOrdinaryMessageStreamActive

        boolean isOrdinaryMessageStreamActive()
        Returns:
        true if any of the streams are active (not stopped due to idle)
      • quarantine

        void quarantine​(java.lang.String reason)
      • remoteAddress

        Address remoteAddress()
        The outbound address for this association.
        Returns:
        (undocumented)
      • sendControl

        void sendControl​(ControlMessage message)
        An inbound operator can send control message, e.g. a HandshakeReq, to the remote address of this association. It will be sent over the control sub-channel.
        Parameters:
        message - (undocumented)