Package com.wowza.wms.server
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)
-