- java.lang.Object
-
- swim.runtime.uplink.UplinkModem
-
- swim.runtime.uplink.SeqUplinkModem
-
- swim.runtime.lane.ListLaneUplink
-
- All Implemented Interfaces:
swim.api.Link,swim.api.uplink.Uplink,swim.observable.Observable<Object>,LinkContext,swim.util.Log
public class ListLaneUplink extends SeqUplinkModem
-
-
Field Summary
-
Fields inherited from class swim.runtime.uplink.SeqUplinkModem
keyQueue, syncQueue
-
Fields inherited from class swim.runtime.uplink.UplinkModem
linkBinding, linkKey, observers, status
-
-
Constructor Summary
Constructors Constructor Description ListLaneUplink(ListLaneModel laneBinding, LinkBinding linkBinding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListLaneModellaneBinding()protected swim.structure.ValuenextDownKey(swim.structure.Value key, ListOperation listOperation)swim.concurrent.Stagestage()protected voidwillSync(swim.warp.SyncRequest request)-
Methods inherited from class swim.runtime.uplink.SeqUplinkModem
cueDownKey, downQueueIsEmpty, nextDownCue, nextDownQueue, queueDown, syncDown
-
Methods inherited from class swim.runtime.uplink.UplinkModem
body, cipherSuite, cipherSuiteUp, close, closeUp, cueDown, cueUp, debug, debugUp, didClose, didCloseDown, didFail, didLink, didOpenDown, didSync, didUnlink, dispatchDidClose, dispatchOnCommand, dispatchOnEvent, dispatchOnLink, dispatchOnLinked, dispatchOnSync, dispatchOnSynced, dispatchOnUnlink, dispatchOnUnlinked, error, errorUp, feedUp, hostUri, info, infoUp, isConnected, isConnectedUp, isRemote, isRemoteUp, isSecure, isSecureUp, laneUri, linkBinding, linkedResponse, linkKey, localAddress, localAddressUp, localCertificates, localCertificatesUp, localIdentity, localIdentityUp, localPrincipal, localPrincipalUp, nextDownCueEvent, nextDownQueueEvent, nodeUri, observe, onCommand, onCommand, onEvent, onEvent, onLink, onLinked, onSync, onSynced, onUnlink, onUnlinked, prio, pullDown, pullDownEnvelope, pullDownEvent, pullDownLinked, pullDownSynced, pullDownUnlinked, pushUp, pushUpCommand, pushUpEnvelope, pushUpLink, pushUpSync, pushUpUnlink, rate, remoteAddress, remoteAddressUp, remoteCertificates, remoteCertificatesUp, remoteIdentity, remoteIdentityUp, remotePrincipal, remotePrincipalUp, runOnCommand, runOnLink, runOnSync, runOnUnlink, runPullDown, securityProtocol, securityProtocolUp, sendDown, skipUp, syncedResponse, trace, traceUp, unlink, unlinkedResponse, unobserve, warn, warnUp, willLink, willUnlink
-
-
-
-
Constructor Detail
-
ListLaneUplink
public ListLaneUplink(ListLaneModel laneBinding, LinkBinding linkBinding)
-
-
Method Detail
-
laneBinding
public ListLaneModel laneBinding()
- Specified by:
laneBindingin classUplinkModem
-
stage
public swim.concurrent.Stage stage()
- Specified by:
stagein classUplinkModem
-
nextDownKey
protected swim.structure.Value nextDownKey(swim.structure.Value key, ListOperation listOperation)- Specified by:
nextDownKeyin classSeqUplinkModem
-
willSync
protected void willSync(swim.warp.SyncRequest request)
- Overrides:
willSyncin classUplinkModem
-
-