- java.lang.Object
- 
- swim.runtime.AbstractUplinkContext
- 
- swim.runtime.warp.WarpUplinkModem
- 
- swim.runtime.warp.MapUplinkModem
- 
- swim.runtime.lane.JoinMapLaneUplink
 
 
 
 
- 
- All Implemented Interfaces:
- Link,- Uplink,- WarpLink,- WarpUplink,- Observable<Object>,- LinkContext,- WarpContext,- Log
 
 public class JoinMapLaneUplink extends MapUplinkModem 
- 
- 
Field Summary- 
Fields inherited from class swim.runtime.warp.WarpUplinkModemlinkBinding, status, uplinkAddress
 - 
Fields inherited from class swim.runtime.AbstractUplinkContextobservers
 
- 
 - 
Constructor SummaryConstructors Constructor Description JoinMapLaneUplink(JoinMapLaneModel laneBinding, WarpBinding linkBinding, UplinkAddress uplinkAddress)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JoinMapLaneModellaneBinding()protected ValuenextDownKey(Value key)Stagestage()protected voidwillSync(SyncRequest request)- 
Methods inherited from class swim.runtime.warp.MapUplinkModemcueDownKey, downQueueIsEmpty, nextDownCue, nextDownQueue, queueDown, syncDown
 - 
Methods inherited from class swim.runtime.warp.WarpUplinkModembody, cellAddressUp, collectProfile, cueDown, cueUp, didClose, didClose, didLink, didSync, didUnlink, didUpdateMetrics, dispatchDidClose, dispatchOnCommand, dispatchOnEvent, dispatchOnLink, dispatchOnLinked, dispatchOnSync, dispatchOnSynced, dispatchOnUnlink, dispatchOnUnlinked, feedUp, flushMetrics, hostUri, laneUri, linkBinding, linkedResponse, linkKey, linkWrapper, nextDownCueEvent, nextDownQueueEvent, nodeUri, observe, onCommand, onCommand, onEvent, onEvent, onLink, onLinked, onSync, onSynced, onUnlink, onUnlinked, openMetaUplink, prio, pullDown, pullDownEnvelope, pullDownEvent, pullDownLinked, pullDownSynced, pullDownUnlinked, pushDown, pushUp, pushUpCommand, pushUpLink, pushUpSync, pushUpUnknown, pushUpUnlink, rate, reportMetrics, runOnCommand, runOnLink, runOnSync, runOnUnlink, runPullDown, sendDown, skipUp, syncedResponse, unlink, unlinkedResponse, unobserve, willLink, willUnlink
 - 
Methods inherited from class swim.runtime.AbstractUplinkContextbottomLink, cipherSuite, cipherSuiteUp, close, closeUp, debug, debugUp, didCloseDown, didFail, didFailDown, didOpenDown, error, errorUp, fail, failUp, info, infoUp, isConnected, isConnectedUp, isRemote, isRemoteUp, isSecure, isSecureUp, localAddress, localAddressUp, localCertificates, localCertificatesUp, localIdentity, localIdentityUp, localPrincipal, localPrincipalUp, remoteAddress, remoteAddressUp, remoteCertificates, remoteCertificatesUp, remoteIdentity, remoteIdentityUp, remotePrincipal, remotePrincipalUp, securityProtocol, securityProtocolUp, trace, traceUp, unwrapLink, warn, warnUp
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface swim.api.LinkcipherSuite, close, isConnected, isRemote, isSecure, localAddress, localCertificates, localIdentity, localPrincipal, remoteAddress, remoteCertificates, remoteIdentity, remotePrincipal, securityProtocol
 - 
Methods inherited from interface swim.runtime.LinkContextbottomLink, cipherSuiteUp, closeUp, debugUp, didCloseDown, didFailDown, didOpenDown, errorUp, failUp, infoUp, isConnectedUp, isRemoteUp, isSecureUp, localAddressUp, localCertificatesUp, localIdentityUp, localPrincipalUp, remoteAddressUp, remoteCertificatesUp, remoteIdentityUp, remotePrincipalUp, securityProtocolUp, traceUp, unwrapLink, warnUp
 
- 
 
- 
- 
- 
Constructor Detail- 
JoinMapLaneUplinkpublic JoinMapLaneUplink(JoinMapLaneModel laneBinding, WarpBinding linkBinding, UplinkAddress uplinkAddress) 
 
- 
 - 
Method Detail- 
laneBindingpublic JoinMapLaneModel laneBinding() - Specified by:
- laneBindingin class- AbstractUplinkContext
 
 - 
stagepublic Stage stage() - Specified by:
- stagein class- AbstractUplinkContext
 
 - 
nextDownKeyprotected Value nextDownKey(Value key) - Specified by:
- nextDownKeyin class- MapUplinkModem
 
 - 
willSyncprotected void willSync(SyncRequest request) - Overrides:
- willSyncin class- WarpUplinkModem
 
 
- 
 
-