Module swim.runtime
Package swim.runtime

Class AbstractUplinkContext

    • Field Detail

      • observers

        protected volatile Object observers
    • Constructor Detail

      • AbstractUplinkContext

        public AbstractUplinkContext()
    • Method Detail

      • laneBinding

        public abstract LaneBinding laneBinding()
      • linkBinding

        public abstract LinkBinding linkBinding()
      • stage

        public abstract swim.concurrent.Stage stage()
      • hostUri

        public abstract swim.uri.Uri hostUri()
        Specified by:
        hostUri in interface swim.api.Link
      • nodeUri

        public abstract swim.uri.Uri nodeUri()
        Specified by:
        nodeUri in interface swim.api.Link
      • laneUri

        public abstract swim.uri.Uri laneUri()
        Specified by:
        laneUri in interface swim.api.Link
      • linkKey

        public abstract swim.structure.Value linkKey()
        Specified by:
        linkKey in interface LinkContext
      • isConnected

        public boolean isConnected()
        Specified by:
        isConnected in interface swim.api.Link
      • isRemote

        public boolean isRemote()
        Specified by:
        isRemote in interface swim.api.Link
      • isSecure

        public boolean isSecure()
        Specified by:
        isSecure in interface swim.api.Link
      • securityProtocol

        public String securityProtocol()
        Specified by:
        securityProtocol in interface swim.api.Link
      • cipherSuite

        public String cipherSuite()
        Specified by:
        cipherSuite in interface swim.api.Link
      • localAddress

        public InetSocketAddress localAddress()
        Specified by:
        localAddress in interface swim.api.Link
      • localIdentity

        public swim.api.auth.Identity localIdentity()
        Specified by:
        localIdentity in interface swim.api.Link
      • localPrincipal

        public Principal localPrincipal()
        Specified by:
        localPrincipal in interface swim.api.Link
      • localCertificates

        public Collection<Certificate> localCertificates()
        Specified by:
        localCertificates in interface swim.api.Link
      • remoteAddress

        public InetSocketAddress remoteAddress()
        Specified by:
        remoteAddress in interface swim.api.Link
      • remoteIdentity

        public swim.api.auth.Identity remoteIdentity()
        Specified by:
        remoteIdentity in interface swim.api.Link
      • remotePrincipal

        public Principal remotePrincipal()
        Specified by:
        remotePrincipal in interface swim.api.Link
      • remoteCertificates

        public Collection<Certificate> remoteCertificates()
        Specified by:
        remoteCertificates in interface swim.api.Link
      • observe

        public AbstractUplinkContext observe​(Object newObserver)
        Specified by:
        observe in interface swim.api.Link
        Specified by:
        observe in interface swim.observable.Observable<Object>
        Specified by:
        observe in interface swim.api.Uplink
      • unobserve

        public AbstractUplinkContext unobserve​(Object oldObserver)
        Specified by:
        unobserve in interface swim.api.Link
        Specified by:
        unobserve in interface swim.observable.Observable<Object>
        Specified by:
        unobserve in interface swim.api.Uplink
      • close

        public void close()
        Specified by:
        close in interface swim.api.Link
      • didClose

        protected void didClose()
      • didFail

        protected void didFail​(Throwable error)
      • trace

        public void trace​(Object message)
        Specified by:
        trace in interface swim.util.Log
      • debug

        public void debug​(Object message)
        Specified by:
        debug in interface swim.util.Log
      • info

        public void info​(Object message)
        Specified by:
        info in interface swim.util.Log
      • warn

        public void warn​(Object message)
        Specified by:
        warn in interface swim.util.Log
      • error

        public void error​(Object message)
        Specified by:
        error in interface swim.util.Log
      • fail

        public void fail​(Object message)
        Specified by:
        fail in interface swim.util.Log