- java.lang.Object
-
- swim.runtime.uplink.ErrorUplinkModem
-
- All Implemented Interfaces:
LinkContext
public class ErrorUplinkModem extends Object implements LinkContext
-
-
Field Summary
Fields Modifier and Type Field Description protected swim.structure.Valuebodyprotected LinkBindinglinkBinding
-
Constructor Summary
Constructors Constructor Description ErrorUplinkModem(LinkBinding linkBinding, swim.structure.Value body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcipherSuiteUp()voidcloseUp()voidcueDown()voiddebugUp(Object message)voiddidCloseDown()voiddidOpenDown()voiderrorUp(Object message)voidfeedUp()protected swim.warp.UnlinkedResponsegetUnlinkedResponse()voidinfoUp(Object message)booleanisConnectedUp()booleanisRemoteUp()booleanisSecureUp()swim.structure.ValuelinkKey()InetSocketAddresslocalAddressUp()Collection<Certificate>localCertificatesUp()swim.api.auth.IdentitylocalIdentityUp()PrincipallocalPrincipalUp()voidpullDown()voidpushUp(swim.warp.Envelope envelope)InetSocketAddressremoteAddressUp()Collection<Certificate>remoteCertificatesUp()swim.api.auth.IdentityremoteIdentityUp()PrincipalremotePrincipalUp()StringsecurityProtocolUp()voidskipUp()voidtraceUp(Object message)voidwarnUp(Object message)
-
-
-
Field Detail
-
linkBinding
protected final LinkBinding linkBinding
-
body
protected final swim.structure.Value body
-
-
Constructor Detail
-
ErrorUplinkModem
public ErrorUplinkModem(LinkBinding linkBinding, swim.structure.Value body)
-
-
Method Detail
-
linkKey
public swim.structure.Value linkKey()
- Specified by:
linkKeyin interfaceLinkContext
-
isConnectedUp
public boolean isConnectedUp()
- Specified by:
isConnectedUpin interfaceLinkContext
-
isRemoteUp
public boolean isRemoteUp()
- Specified by:
isRemoteUpin interfaceLinkContext
-
isSecureUp
public boolean isSecureUp()
- Specified by:
isSecureUpin interfaceLinkContext
-
securityProtocolUp
public String securityProtocolUp()
- Specified by:
securityProtocolUpin interfaceLinkContext
-
cipherSuiteUp
public String cipherSuiteUp()
- Specified by:
cipherSuiteUpin interfaceLinkContext
-
localAddressUp
public InetSocketAddress localAddressUp()
- Specified by:
localAddressUpin interfaceLinkContext
-
localIdentityUp
public swim.api.auth.Identity localIdentityUp()
- Specified by:
localIdentityUpin interfaceLinkContext
-
localPrincipalUp
public Principal localPrincipalUp()
- Specified by:
localPrincipalUpin interfaceLinkContext
-
localCertificatesUp
public Collection<Certificate> localCertificatesUp()
- Specified by:
localCertificatesUpin interfaceLinkContext
-
remoteAddressUp
public InetSocketAddress remoteAddressUp()
- Specified by:
remoteAddressUpin interfaceLinkContext
-
remoteIdentityUp
public swim.api.auth.Identity remoteIdentityUp()
- Specified by:
remoteIdentityUpin interfaceLinkContext
-
remotePrincipalUp
public Principal remotePrincipalUp()
- Specified by:
remotePrincipalUpin interfaceLinkContext
-
remoteCertificatesUp
public Collection<Certificate> remoteCertificatesUp()
- Specified by:
remoteCertificatesUpin interfaceLinkContext
-
cueDown
public void cueDown()
-
pullDown
public void pullDown()
- Specified by:
pullDownin interfaceLinkContext
-
feedUp
public void feedUp()
- Specified by:
feedUpin interfaceLinkContext
-
pushUp
public void pushUp(swim.warp.Envelope envelope)
- Specified by:
pushUpin interfaceLinkContext
-
skipUp
public void skipUp()
- Specified by:
skipUpin interfaceLinkContext
-
closeUp
public void closeUp()
- Specified by:
closeUpin interfaceLinkContext
-
didOpenDown
public void didOpenDown()
- Specified by:
didOpenDownin interfaceLinkContext
-
didCloseDown
public void didCloseDown()
- Specified by:
didCloseDownin interfaceLinkContext
-
getUnlinkedResponse
protected swim.warp.UnlinkedResponse getUnlinkedResponse()
-
traceUp
public void traceUp(Object message)
- Specified by:
traceUpin interfaceLinkContext
-
debugUp
public void debugUp(Object message)
- Specified by:
debugUpin interfaceLinkContext
-
infoUp
public void infoUp(Object message)
- Specified by:
infoUpin interfaceLinkContext
-
warnUp
public void warnUp(Object message)
- Specified by:
warnUpin interfaceLinkContext
-
errorUp
public void errorUp(Object message)
- Specified by:
errorUpin interfaceLinkContext
-
-