Class Connector

java.lang.Object
i5.las2peer.api.Configurable
i5.las2peer.connectors.Connector

public abstract class Connector extends Configurable
Base class for connectors enabling the las2peer network to be accessed from the outside. Basically, a connector only has to implement a start and a stop method that will be called by the used launcher.
  • Constructor Details

    • Connector

      public Connector()
  • Method Details