- java.lang.Object
-
- swim.runtime.LinkProxy
-
- swim.runtime.router.PartTableUplink
-
- All Implemented Interfaces:
LinkBinding,LinkContext
public class PartTableUplink extends LinkProxy
-
-
Field Summary
Fields Modifier and Type Field Description protected PartTablepart-
Fields inherited from class swim.runtime.LinkProxy
linkBinding, linkContext
-
-
Constructor Summary
Constructors Constructor Description PartTableUplink(PartTable part, LinkBinding linkBinding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddidClose()voiddidCloseDown()voiddidCloseUp()protected voiddidOpen()voiddidOpenDown()-
Methods inherited from class swim.runtime.LinkProxy
body, cellContext, cipherSuiteDown, cipherSuiteUp, closeDown, closeUp, debugDown, debugUp, didConnect, didDisconnect, didFail, errorDown, errorUp, feedDown, feedUp, hostUri, infoDown, infoUp, isConnectedDown, isConnectedUp, isRemoteDown, isRemoteUp, isSecureDown, isSecureUp, keepLinked, keepSynced, laneUri, linkContext, linkKey, localAddressDown, localAddressUp, localCertificatesDown, localCertificatesUp, localIdentityDown, localIdentityUp, localPrincipalDown, localPrincipalUp, meshUri, nodeUri, openDown, prio, pullDown, pullUp, pushDown, pushUp, rate, remoteAddressDown, remoteAddressUp, remoteCertificatesDown, remoteCertificatesUp, remoteIdentityDown, remoteIdentityUp, remotePrincipalDown, remotePrincipalUp, reopen, securityProtocolDown, securityProtocolUp, setCellContext, setLinkContext, skipDown, skipUp, traceDown, traceUp, unwrapLink, warnDown, warnUp
-
-
-
-
Field Detail
-
part
protected final PartTable part
-
-
Constructor Detail
-
PartTableUplink
public PartTableUplink(PartTable part, LinkBinding linkBinding)
-
-
Method Detail
-
didOpen
protected void didOpen()
-
didOpenDown
public void didOpenDown()
- Specified by:
didOpenDownin interfaceLinkContext- Overrides:
didOpenDownin classLinkProxy
-
didClose
protected void didClose()
-
didCloseDown
public void didCloseDown()
- Specified by:
didCloseDownin interfaceLinkContext- Overrides:
didCloseDownin classLinkProxy
-
didCloseUp
public void didCloseUp()
- Specified by:
didCloseUpin interfaceLinkBinding- Overrides:
didCloseUpin classLinkProxy
-
-