Module swim.api
Package swim.api.ref

Interface SwimRef

    • Method Detail

      • hostRef

        HostRef hostRef​(swim.uri.Uri hostUri)
      • nodeRef

        NodeRef nodeRef​(swim.uri.Uri hostUri,
                        swim.uri.Uri nodeUri)
      • nodeRef

        NodeRef nodeRef​(swim.uri.Uri nodeUri)
      • laneRef

        LaneRef laneRef​(swim.uri.Uri hostUri,
                        swim.uri.Uri nodeUri,
                        swim.uri.Uri laneUri)
      • laneRef

        LaneRef laneRef​(swim.uri.Uri nodeUri,
                        swim.uri.Uri laneUri)
      • command

        void command​(swim.uri.Uri hostUri,
                     swim.uri.Uri nodeUri,
                     swim.uri.Uri laneUri,
                     float prio,
                     swim.structure.Value body)
      • command

        void command​(String hostUri,
                     String nodeUri,
                     String laneUri,
                     float prio,
                     swim.structure.Value body)
      • command

        void command​(swim.uri.Uri hostUri,
                     swim.uri.Uri nodeUri,
                     swim.uri.Uri laneUri,
                     swim.structure.Value body)
      • command

        void command​(String hostUri,
                     String nodeUri,
                     String laneUri,
                     swim.structure.Value body)
      • command

        void command​(swim.uri.Uri nodeUri,
                     swim.uri.Uri laneUri,
                     float prio,
                     swim.structure.Value body)
      • command

        void command​(String nodeUri,
                     String laneUri,
                     float prio,
                     swim.structure.Value body)
      • command

        void command​(swim.uri.Uri nodeUri,
                     swim.uri.Uri laneUri,
                     swim.structure.Value body)
      • command

        void command​(String nodeUri,
                     String laneUri,
                     swim.structure.Value body)
      • close

        void close()