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 Summary

    Constructors 
    Constructor Description
    Connector()  
  • Method Summary

    Modifier and Type Method Description
    abstract void start​(Node runningAt)
    Start a connector at the given node.
    abstract void stop()
    Stops the connector.

    Methods inherited from class i5.las2peer.api.Configurable

    getProperties, setFieldValues

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait