Package view
Class Router
java.lang.Object
view.Router
Main entry point for the Protocol Router System application.
This class serves as the view layer in the MVC architecture,
providing the user interface to launch and execute the protocol testing suite.
This class demonstrates the separation of concerns between the view (UI), controller (test logic), and model (business logic) layers.
- Since:
- 2024
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Router
public Router()
-
-
Method Details
-
main
Main method that serves as the entry point for the Protocol Router System. Creates a TestProtocols instance and executes the comprehensive test suite that demonstrates the functionality of the protocol management system.The application will output:
- Protocol data retrieval in FIFO order
- Automatic protocol management messages
- Error handling for non-existent protocols
- System status messages
- Parameters:
args
- command-line arguments (not used in this application)
-