- java.lang.Object
-
- swim.system.WarpProxy
-
- swim.system.router.PartTableWarpUplink
-
- All Implemented Interfaces:
LinkBinding
,LinkContext
,WarpBinding
,WarpContext
public class PartTableWarpUplink extends WarpProxy
-
-
Field Summary
Fields Modifier and Type Field Description protected PartTable
part
-
Fields inherited from class swim.system.WarpProxy
linkBinding, linkContext
-
-
Constructor Summary
Constructors Constructor Description PartTableWarpUplink(PartTable part, WarpBinding linkBinding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
didClose()
void
didCloseDown()
void
didCloseUp()
protected void
didOpen()
void
didOpenDown()
-
Methods inherited from class swim.system.WarpProxy
body, bottomLink, cellAddressDown, cellAddressUp, cellContext, cipherSuiteDown, cipherSuiteUp, closeDown, closeUp, debugDown, debugUp, didConnect, didDisconnect, didFail, didFailDown, didFailUp, errorDown, errorUp, failDown, failUp, feedDown, feedUp, hostUri, infoDown, infoUp, isConnectedDown, isConnectedUp, isRemoteDown, isRemoteUp, isSecureDown, isSecureUp, keepLinked, keepSynced, laneUri, linkBinding, linkContext, linkKey, linkWrapper, localAddressDown, localAddressUp, localCertificatesDown, localCertificatesUp, localIdentityDown, localIdentityUp, localPrincipalDown, localPrincipalUp, meshUri, nodeUri, openDown, openMetaDownlink, openMetaUplink, prio, pullDown, pullUp, pushDown, pushUp, rate, remoteAddressDown, remoteAddressUp, remoteCertificatesDown, remoteCertificatesUp, remoteIdentityDown, remoteIdentityUp, remotePrincipalDown, remotePrincipalUp, reopen, securityProtocolDown, securityProtocolUp, setCellContext, setHostUri, setLinkContext, setNodeUri, skipDown, skipUp, traceDown, traceUp, unwrapLink, warnDown, warnUp
-
-
-
-
Field Detail
-
part
protected final PartTable part
-
-
Constructor Detail
-
PartTableWarpUplink
public PartTableWarpUplink(PartTable part, WarpBinding linkBinding)
-
-
Method Detail
-
didOpen
protected void didOpen()
-
didOpenDown
public void didOpenDown()
- Specified by:
didOpenDown
in interfaceLinkContext
- Overrides:
didOpenDown
in classWarpProxy
-
didClose
protected void didClose()
-
didCloseDown
public void didCloseDown()
- Specified by:
didCloseDown
in interfaceLinkContext
- Overrides:
didCloseDown
in classWarpProxy
-
didCloseUp
public void didCloseUp()
- Specified by:
didCloseUp
in interfaceLinkBinding
- Overrides:
didCloseUp
in classWarpProxy
-
-