Class GatewayFinder

java.lang.Object
dev.omega24.upnp4j.gateway.GatewayFinder

public abstract class GatewayFinder extends Object
Searches for a gateway to connect to
  • Constructor Details

    • GatewayFinder

      public GatewayFinder()
      Create a new GatewayFinder
  • Method Details

    • isSearching

      public boolean isSearching()
      Checks if we're still searching for a gateway
      Returns:
      True if we're still searching for a gateway
    • onGatewayFind

      public abstract void onGatewayFind(Gateway gateway)
      Called when a gateway is found
      Parameters:
      gateway - The gateway that was found