Interface IWeb

All Known Implementing Classes:
EzControlT10, GlobalCache, IrTrans, IrTransIRDB

public interface IWeb
This interface simply means that the implementing class has a web server of some sort.
  • Method Summary

    Modifier and Type
    Method
    Description
    getUri(String user, String password)
    Returns an URI to be used for browsing the device, possibly containing user and password information.
  • Method Details

    • getUri

      URI getUri(String user, String password)
      Returns an URI to be used for browsing the device, possibly containing user and password information.
      Parameters:
      user -
      password -
      Returns: