-
- All Known Subinterfaces:
EventDownlink<V>,ListDownlink<V>,MapDownlink<K,V>,ValueDownlink<V>
public interface Downlink extends Link
-
-
Method Summary
-
-
-
Method Detail
-
hostUri
Downlink hostUri(swim.uri.Uri hostUri)
-
nodeUri
Downlink nodeUri(swim.uri.Uri nodeUri)
-
laneUri
Downlink laneUri(swim.uri.Uri laneUri)
-
prio
float prio()
-
prio
Downlink prio(float prio)
-
rate
float rate()
-
rate
Downlink rate(float rate)
-
body
swim.structure.Value body()
-
body
Downlink body(swim.structure.Value body)
-
keepLinked
boolean keepLinked()
-
keepLinked
Downlink keepLinked(boolean keepLinked)
-
keepSynced
boolean keepSynced()
-
keepSynced
Downlink keepSynced(boolean keepSynced)
-
isConnected
boolean isConnected()
- Specified by:
isConnectedin interfaceLink
-
securityProtocol
String securityProtocol()
- Specified by:
securityProtocolin interfaceLink
-
cipherSuite
String cipherSuite()
- Specified by:
cipherSuitein interfaceLink
-
localAddress
InetSocketAddress localAddress()
- Specified by:
localAddressin interfaceLink
-
localIdentity
Identity localIdentity()
- Specified by:
localIdentityin interfaceLink
-
localPrincipal
Principal localPrincipal()
- Specified by:
localPrincipalin interfaceLink
-
localCertificates
Collection<Certificate> localCertificates()
- Specified by:
localCertificatesin interfaceLink
-
remoteAddress
InetSocketAddress remoteAddress()
- Specified by:
remoteAddressin interfaceLink
-
remoteIdentity
Identity remoteIdentity()
- Specified by:
remoteIdentityin interfaceLink
-
remotePrincipal
Principal remotePrincipal()
- Specified by:
remotePrincipalin interfaceLink
-
remoteCertificates
Collection<Certificate> remoteCertificates()
- Specified by:
remoteCertificatesin interfaceLink
-
willReceive
Downlink willReceive(WillReceive willReceive)
-
didReceive
Downlink didReceive(DidReceive didReceive)
-
willCommand
Downlink willCommand(WillCommand willCommand)
-
willUnlink
Downlink willUnlink(WillUnlink willUnlink)
-
didConnect
Downlink didConnect(DidConnect didConnect)
-
didDisconnect
Downlink didDisconnect(DidDisconnect didDisconnect)
-
open
Downlink open()
-
command
void command(float prio, swim.structure.Value body)
-
command
void command(swim.structure.Value body)
-
trace
void trace(Object message)
-
debug
void debug(Object message)
-
info
void info(Object message)
-
warn
void warn(Object message)
-
-