Module swim.api
Package swim.api

Interface Link

    • Method Detail

      • hostUri

        swim.uri.Uri hostUri()
      • nodeUri

        swim.uri.Uri nodeUri()
      • laneUri

        swim.uri.Uri laneUri()
      • isConnected

        boolean isConnected()
      • isRemote

        boolean isRemote()
      • isSecure

        boolean isSecure()
      • securityProtocol

        String securityProtocol()
      • cipherSuite

        String cipherSuite()
      • localIdentity

        Identity localIdentity()
      • remoteIdentity

        Identity remoteIdentity()
      • remotePrincipal

        Principal remotePrincipal()
      • close

        void close()
      • observe

        Link observe​(Object observer)
        Specified by:
        observe in interface swim.observable.Observable<Object>
      • unobserve

        Link unobserve​(Object observer)
        Specified by:
        unobserve in interface swim.observable.Observable<Object>
      • trace

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

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

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

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

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