Class ServerInfo

java.lang.Object
org.kurento.client.ServerInfo

public class ServerInfo extends Object
Description of the media server
  • Constructor Details

    • ServerInfo

      protected ServerInfo()
      Default private constructor of ServerInfo for serialization with Jackson
    • ServerInfo

      public ServerInfo(String version, List<ModuleInfo> modules, ServerType type, List<String> capabilities)
      Create a ServerInfo
  • Method Details

    • getVersion

      public String getVersion()
      get MediaServer version
    • setVersion

      public void setVersion(String version)
      set MediaServer version
    • getModules

      public List<ModuleInfo> getModules()
      get Descriptor of all modules loaded by the server
    • setModules

      public void setModules(List<ModuleInfo> modules)
      set Descriptor of all modules loaded by the server
    • getType

      public ServerType getType()
      get Describes the type of media server
    • setType

      public void setType(ServerType type)
      set Describes the type of media server
    • getCapabilities

      public List<String> getCapabilities()
      get Describes the capabilities that this server supports
    • setCapabilities

      public void setCapabilities(List<String> capabilities)
      set Describes the capabilities that this server supports