Interface ICommandInterfaceCommand


  • public interface ICommandInterfaceCommand
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean canHandle​(com.wowza.wms.server.CommandInterfaceRequestMessage req)  
      void invoke​(com.wowza.wms.server.CommandInterfaceRequestMessage req, com.wowza.wms.server.CommandInterfaceResponseMessage resp)  
    • Method Detail

      • invoke

        void invoke​(com.wowza.wms.server.CommandInterfaceRequestMessage req,
                    com.wowza.wms.server.CommandInterfaceResponseMessage resp)
      • canHandle

        boolean canHandle​(com.wowza.wms.server.CommandInterfaceRequestMessage req)