-
- All Known Implementing Classes:
DemandDownlinkModem,DownlinkModel,DownlinkModem,EventDownlinkModel,LinkProxy,ListDownlinkModel,MapDownlinkModel,PartialDownlinkModem,PartTableUplink,SupplyDownlinkModem,ValueDownlinkModel
public interface LinkBinding
-
-
Method Summary
-
-
-
Method Detail
-
linkContext
LinkContext linkContext()
-
setLinkContext
void setLinkContext(LinkContext linkContext)
-
cellContext
CellContext cellContext()
-
setCellContext
void setCellContext(CellContext cellContext)
-
unwrapLink
<T> T unwrapLink(Class<T> linkClass)
-
meshUri
swim.uri.Uri meshUri()
-
hostUri
swim.uri.Uri hostUri()
-
nodeUri
swim.uri.Uri nodeUri()
-
laneUri
swim.uri.Uri laneUri()
-
prio
float prio()
-
rate
float rate()
-
body
swim.structure.Value body()
-
keepLinked
boolean keepLinked()
-
keepSynced
boolean keepSynced()
-
isConnectedDown
boolean isConnectedDown()
-
isRemoteDown
boolean isRemoteDown()
-
isSecureDown
boolean isSecureDown()
-
securityProtocolDown
String securityProtocolDown()
-
cipherSuiteDown
String cipherSuiteDown()
-
localAddressDown
InetSocketAddress localAddressDown()
-
localIdentityDown
swim.api.auth.Identity localIdentityDown()
-
localPrincipalDown
Principal localPrincipalDown()
-
localCertificatesDown
Collection<Certificate> localCertificatesDown()
-
remoteAddressDown
InetSocketAddress remoteAddressDown()
-
remoteIdentityDown
swim.api.auth.Identity remoteIdentityDown()
-
remotePrincipalDown
Principal remotePrincipalDown()
-
remoteCertificatesDown
Collection<Certificate> remoteCertificatesDown()
-
feedDown
void feedDown()
-
pushDown
void pushDown(swim.warp.Envelope envelope)
-
skipDown
void skipDown()
-
pullUp
void pullUp()
-
reopen
void reopen()
-
openDown
void openDown()
-
closeDown
void closeDown()
-
didConnect
void didConnect()
-
didDisconnect
void didDisconnect()
-
didCloseUp
void didCloseUp()
-
didFail
void didFail(Throwable error)
-
traceDown
void traceDown(Object message)
-
debugDown
void debugDown(Object message)
-
infoDown
void infoDown(Object message)
-
warnDown
void warnDown(Object message)
-
errorDown
void errorDown(Object message)
-
-