Class Connection


  • public class Connection
    extends Object
    Represents the connection between to Nodes identified by a given key.
    Since:
    jadice server 5.5.0.0
    • Constructor Detail

      • Connection

        public Connection​(String from,
                          String to)
    • Method Detail

      • getFrom

        public String getFrom()
      • getTo

        public String getTo()