-
-
Method Summary
-
-
-
Method Detail
-
prio
float prio()
-
rate
float rate()
-
body
swim.structure.Value body()
-
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
-
onUnlinked
Uplink onUnlinked(OnUnlinked onUnlinked)
-
trace
void trace(Object message)
-
debug
void debug(Object message)
-
info
void info(Object message)
-
warn
void warn(Object message)
-
-