Module swim.runtime

Class PartialDownlinkModem<View extends DownlinkView>

    • Constructor Detail

      • PartialDownlinkModem

        public PartialDownlinkModem​(swim.uri.Uri meshUri,
                                    swim.uri.Uri hostUri,
                                    swim.uri.Uri nodeUri,
                                    swim.uri.Uri laneUri,
                                    float prio,
                                    float rate,
                                    swim.structure.Value body)
    • Method Detail

      • queueUp

        protected void queueUp​(swim.structure.Value body)
        Overrides:
        queueUp in class DownlinkModem
      • cueUpKey

        protected void cueUpKey​(swim.structure.Value key)
      • cueUpKeys

        protected void cueUpKeys​(Collection<? extends swim.structure.Value> keys)
      • nextUpKey

        protected abstract swim.structure.Value nextUpKey​(swim.structure.Value key)